diff options
author | unknown <monty@mysql.com> | 2004-05-05 21:24:21 +0300 |
---|---|---|
committer | unknown <monty@mysql.com> | 2004-05-05 21:24:21 +0300 |
commit | 000f76cfb844eeda1c1c0092d4ab97f3f3acb6cb (patch) | |
tree | 7237dcd91649e057a85eb3caca141f3df5892db8 /mysql-test/t/innodb-lock.test | |
parent | cd21f7ce40ac4c7d415544a5b2aa07b1278419ac (diff) | |
download | mariadb-git-000f76cfb844eeda1c1c0092d4ab97f3f3acb6cb.tar.gz |
after merge fixes
client/mysqldump.c:
Fixed problem with multiple tables (--skip-quote didn't work properly for second table)
myisam/myisamchk.c:
after merge fix
Diffstat (limited to 'mysql-test/t/innodb-lock.test')
-rw-r--r-- | mysql-test/t/innodb-lock.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/innodb-lock.test b/mysql-test/t/innodb-lock.test index 43a175508b4..33baec32549 100644 --- a/mysql-test/t/innodb-lock.test +++ b/mysql-test/t/innodb-lock.test @@ -2,7 +2,10 @@ connect (con1,localhost,root,,); connect (con2,localhost,root,,); + +--disable_warnings drop table if exists t1; +--enable_warnings # # Testing of explicit table locks |