1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

bug in ft2 repair-by-sort fixed (sort_key_cmp() using ft2_keydef for ft keys)

This commit is contained in:
serg@serg.mysql.com
2003-02-18 18:06:28 +01:00
parent 474d013696
commit eced8a1df9
4 changed files with 17 additions and 18 deletions

View File

@ -295,6 +295,7 @@ typedef struct st_mi_sort_param
uint maxbuffers, keys, find_length, sort_keys_length;
my_bool fix_datafile, master;
MI_KEYDEF *keyinfo;
HA_KEYSEG *seg;
SORT_INFO *sort_info;
uchar **sort_keys;
byte *rec_buff;