1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix for BUG#4785:

* myisampack leaves key_file_length value from original table
 * myisamchk uses this value when calculating key file pointer length
This commit is contained in:
unknown
2004-09-22 16:29:15 +04:00
parent 8bf8c85968
commit 4063fd2c72
4 changed files with 16 additions and 6 deletions

View File

@ -96,6 +96,7 @@ typedef struct st_mi_create_info
ha_rows reloc_rows;
ulonglong auto_increment;
ulonglong data_file_length;
ulonglong key_file_length;
uint raid_type,raid_chunks;
ulong raid_chunksize;
uint old_options;