mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
parent
23a74015f1
commit
1eccd27d83
1 changed files with 3 additions and 2 deletions
|
@ -1247,8 +1247,9 @@ int mi_repair(MI_CHECK *param, register MI_INFO *info,
|
|||
That is what the next line is for... (serg)
|
||||
*/
|
||||
|
||||
share->state.key_map= ((((ulonglong) 1L << share->base.keys)-1) &
|
||||
param->keys_in_use);
|
||||
if (param->testflag & T_CREATE_MISSING_KEYS)
|
||||
share->state.key_map= ((((ulonglong) 1L << share->base.keys)-1) &
|
||||
param->keys_in_use);
|
||||
|
||||
info->state->key_file_length=share->base.keystart;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue