diff options
author | unknown <serg@serg.mylan> | 2003-09-28 18:47:22 +0200 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2003-09-28 18:47:22 +0200 |
commit | 43a4d55eefaf7409f708377b712ff306c28cc1e1 (patch) | |
tree | 295f47d97e9be8136366acc6496aabaab87d8830 /sql/unireg.cc | |
parent | 864571fd97f2b4b58ddef08b0f71e85525514bc2 (diff) | |
download | mariadb-git-43a4d55eefaf7409f708377b712ff306c28cc1e1.tar.gz |
set table->charset to default for 3.22 .frm files (bug #1161)
sql/unireg.cc:
cleanup
Diffstat (limited to 'sql/unireg.cc')
-rw-r--r-- | sql/unireg.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/unireg.cc b/sql/unireg.cc index 3e634f54b4f..be14448bd1d 100644 --- a/sql/unireg.cc +++ b/sql/unireg.cc @@ -33,7 +33,7 @@ static uchar * pack_screens(List<create_field> &create_fields, uint *info_length, uint *screens, bool small_file); static uint pack_keys(uchar *keybuff,uint key_count, KEY *key_info); -static bool pack_header(uchar *forminfo, enum db_type table_type, +static bool pack_header(uchar *forminfo,enum db_type table_type, List<create_field> &create_fields, uint info_length, uint screens, uint table_options, handler *file); |