From b9a8ce1b20927a328e5c8607879aad364f1cc3e7 Mon Sep 17 00:00:00 2001 From: "marko@hundin.mysql.fi" <> Date: Mon, 9 Aug 2004 15:38:40 +0300 Subject: row0mysql.c: row_drop_table_for_mysql(): Removed a ut_ad() assertion that failed when a DROP TABLE is executed in the background. --- innobase/row/row0mysql.c | 1 - 1 file changed, 1 deletion(-) (limited to 'innobase') diff --git a/innobase/row/row0mysql.c b/innobase/row/row0mysql.c index 556c80c948d..dfe7f070637 100644 --- a/innobase/row/row0mysql.c +++ b/innobase/row/row0mysql.c @@ -2284,7 +2284,6 @@ row_drop_table_for_mysql( "COMMIT WORK;\n" "END;\n"; - ut_ad(trx->mysql_thread_id == os_thread_get_curr_id()); ut_a(name != NULL); if (srv_created_new_raw) { -- cgit v1.2.1