diff options
Diffstat (limited to 'include/myisam.h')
-rw-r--r-- | include/myisam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/myisam.h b/include/myisam.h index 19458e52f61..4d55409b8b3 100644 --- a/include/myisam.h +++ b/include/myisam.h @@ -198,6 +198,7 @@ typedef struct st_mi_keydef /* Key definition with open & info */ uint16 maxlength; /* max length of (packed) key (auto) */ uint16 block_size; /* block_size (auto) */ uint32 version; /* For concurrent read/write */ + uint32 ftparser_nr; /* distinct ftparser number */ HA_KEYSEG *seg,*end; struct st_mysql_ftparser *parser; /* Fulltext [pre]parser */ |