summaryrefslogtreecommitdiff
path: root/myisam/myisamdef.h
diff options
context:
space:
mode:
authorunknown <serg@serg.mysql.com>2003-02-18 18:06:28 +0100
committerunknown <serg@serg.mysql.com>2003-02-18 18:06:28 +0100
commitbce30538932bbcb432dbc4cf29fc30d5518b7966 (patch)
treedf0c66de2c9a200f838a2ac0075d7c0fbaaf5a1b /myisam/myisamdef.h
parentb80049a55e00b2256186855fd05f0936c23b77a7 (diff)
downloadmariadb-git-bce30538932bbcb432dbc4cf29fc30d5518b7966.tar.gz
bug in ft2 repair-by-sort fixed (sort_key_cmp() using ft2_keydef for ft keys)
myisam/ft_dump.c: style fix myisam/sort.c: typo fixed
Diffstat (limited to 'myisam/myisamdef.h')
-rw-r--r--myisam/myisamdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/myisam/myisamdef.h b/myisam/myisamdef.h
index ad07da12c12..7d11c4f1231 100644
--- a/myisam/myisamdef.h
+++ b/myisam/myisamdef.h
@@ -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;