mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
row0mysql.c:
Forgot to release an x-latch in DROP DATABASE innobase/row/row0mysql.c: Forgot to release an x-latch in DROP DATABASE
This commit is contained in:
parent
b0b67eff59
commit
8b1e397765
1 changed files with 1 additions and 0 deletions
|
|
@ -1986,6 +1986,7 @@ loop:
|
|||
|
||||
if (table->n_mysql_handles_opened > 0) {
|
||||
mutex_exit(&(dict_sys->mutex));
|
||||
rw_lock_x_unlock(&(dict_foreign_key_check_lock));
|
||||
|
||||
ut_print_timestamp(stderr);
|
||||
fprintf(stderr,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue