1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

row0mysql.c:

Forgot to release an x-latch in DROP DATABASE
This commit is contained in:
heikki@hundin.mysql.fi
2002-07-10 19:55:27 +03:00
parent 0f0f9176b4
commit f5dfd7e41c

View File

@@ -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,