mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fix for FLUSH QUERY CACHE
Fix for new bug in CREATE TABLE when sorting keys.
This commit is contained in:
@ -126,6 +126,7 @@ typedef struct st_mi_keydef /* Key definition with open & info */
|
||||
uint16 keysegs; /* Number of key-segment */
|
||||
uint16 flag; /* NOSAME, PACK_USED */
|
||||
|
||||
uint8 key_alg; /* BTREE, RTREE */
|
||||
uint16 block_length; /* Length of keyblock (auto) */
|
||||
uint16 underflow_block_length; /* When to execute underflow */
|
||||
uint16 keylength; /* Tot length of keyparts (auto) */
|
||||
|
Reference in New Issue
Block a user