row0purge.c:
Fix bug: if purge of a table was not possible because its .ibd file was missing, trx->dict_operation_lock_mode was left to a wrong value, causing an assertion failure
This commit is contained in:
parent
39559d4817
commit
1c74cd9bf5
@ -534,6 +534,8 @@ row_purge_parse_undo_rec(
|
||||
|
||||
node->table = NULL;
|
||||
|
||||
row_mysql_unfreeze_data_dictionary(trx);
|
||||
|
||||
return(FALSE);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user