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:
heikki@hundin.mysql.fi 2004-01-01 01:51:36 +02:00
parent 39559d4817
commit 1c74cd9bf5

View File

@ -534,6 +534,8 @@ row_purge_parse_undo_rec(
node->table = NULL;
row_mysql_unfreeze_data_dictionary(trx);
return(FALSE);
}