summaryrefslogtreecommitdiff
path: root/innobase
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-08-09 15:38:40 +0300
committerunknown <marko@hundin.mysql.fi>2004-08-09 15:38:40 +0300
commitdbf02c07ce8c3e2b754c76a43b30b10ef40849cd (patch)
tree45d354692aff08880fcae5b5a40ad63ac2c3436d /innobase
parentdb64c33f15c953ca84672d83a7ffaf15283f657a (diff)
downloadmariadb-git-dbf02c07ce8c3e2b754c76a43b30b10ef40849cd.tar.gz
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.
Diffstat (limited to 'innobase')
-rw-r--r--innobase/row/row0mysql.c1
1 files changed, 0 insertions, 1 deletions
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) {