From dbf02c07ce8c3e2b754c76a43b30b10ef40849cd Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 9 Aug 2004 15:38:40 +0300 Subject: [PATCH] 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: 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(-) 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) {