summaryrefslogtreecommitdiff
path: root/storage/myisam/ha_myisam.cc
diff options
context:
space:
mode:
authoristruewing@stella.local <>2008-01-29 10:59:32 +0100
committeristruewing@stella.local <>2008-01-29 10:59:32 +0100
commit4b2312d293ca1eb42b9e9edbe9bc108aed114268 (patch)
tree7b8610757354b55c821dab40d821460d0e3200f0 /storage/myisam/ha_myisam.cc
parentdbcd4d9ec854a6a7ce29e34e356f8bafbe4bd02a (diff)
parentfba9513cfcca3eb8d9340c88b938e6042b70044a (diff)
downloadmariadb-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.cc1
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;