Commit f5dfd7e4 authored by heikki@hundin.mysql.fi's avatar heikki@hundin.mysql.fi
Browse files

row0mysql.c:

  Forgot to release an x-latch in DROP DATABASE
parent 0f0f9176
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1986,6 +1986,7 @@ row_drop_database_for_mysql(

		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,