diff options
author | istruewing@stella.local <> | 2008-01-29 10:59:32 +0100 |
---|---|---|
committer | istruewing@stella.local <> | 2008-01-29 10:59:32 +0100 |
commit | 4b2312d293ca1eb42b9e9edbe9bc108aed114268 (patch) | |
tree | 7b8610757354b55c821dab40d821460d0e3200f0 /storage/myisam/ha_myisam.cc | |
parent | dbcd4d9ec854a6a7ce29e34e356f8bafbe4bd02a (diff) | |
parent | fba9513cfcca3eb8d9340c88b938e6042b70044a (diff) | |
download | mariadb-git-4b2312d293ca1eb42b9e9edbe9bc108aed114268.tar.gz |
Merge stella.local:/home2/mydev/mysql-5.1-amain
into stella.local:/home2/mydev/mysql-5.1-axmrg
Diffstat (limited to 'storage/myisam/ha_myisam.cc')
-rw-r--r-- | storage/myisam/ha_myisam.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/myisam/ha_myisam.cc b/storage/myisam/ha_myisam.cc index e74464a1834..dfb36700288 100644 --- a/storage/myisam/ha_myisam.cc +++ b/storage/myisam/ha_myisam.cc @@ -1859,6 +1859,7 @@ int ha_myisam::create(const char *name, register TABLE *table_arg, share->avg_row_length); create_info.data_file_name= ha_create_info->data_file_name; create_info.index_file_name= ha_create_info->index_file_name; + create_info.language= share->table_charset->number; if (ha_create_info->options & HA_LEX_CREATE_TMP_TABLE) create_flags|= HA_CREATE_TMP_TABLE; |