diff options
author | marko@hundin.mysql.fi <> | 2004-08-11 11:27:20 +0300 |
---|---|---|
committer | marko@hundin.mysql.fi <> | 2004-08-11 11:27:20 +0300 |
commit | d1db0b8456649a1a7dcf86e4f085df9b97b01ead (patch) | |
tree | 681d351f2a415c768ede86c5d89f5428e91ce337 /innobase | |
parent | 902518ae4859d47b6116e05a20f5e4c2313197b5 (diff) | |
parent | b9a8ce1b20927a328e5c8607879aad364f1cc3e7 (diff) | |
download | mariadb-git-d1db0b8456649a1a7dcf86e4f085df9b97b01ead.tar.gz |
Merge marko@build.mysql.com:/home/bk/mysql-4.1
into hundin.mysql.fi:/home/marko/k/mysql-4.1
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) { |