diff options
author | unknown <marko@hundin.mysql.fi> | 2004-08-09 15:38:40 +0300 |
---|---|---|
committer | unknown <marko@hundin.mysql.fi> | 2004-08-09 15:38:40 +0300 |
commit | dbf02c07ce8c3e2b754c76a43b30b10ef40849cd (patch) | |
tree | 45d354692aff08880fcae5b5a40ad63ac2c3436d /innobase | |
parent | db64c33f15c953ca84672d83a7ffaf15283f657a (diff) | |
download | mariadb-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.c | 1 |
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) { |