Commit 1eccd27d authored by hf@deer.(none)'s avatar hf@deer.(none)

Fix for #3067

Shouldn't be moved to 4.1
parent 23a74015
...@@ -1247,6 +1247,7 @@ int mi_repair(MI_CHECK *param, register MI_INFO *info, ...@@ -1247,6 +1247,7 @@ int mi_repair(MI_CHECK *param, register MI_INFO *info,
That is what the next line is for... (serg) That is what the next line is for... (serg)
*/ */
if (param->testflag & T_CREATE_MISSING_KEYS)
share->state.key_map= ((((ulonglong) 1L << share->base.keys)-1) & share->state.key_map= ((((ulonglong) 1L << share->base.keys)-1) &
param->keys_in_use); param->keys_in_use);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment