Commit 3bdd7e77 authored by unknown's avatar unknown

Fix when compiling without InnoDB


BitKeeper/deleted/.del-innodb-lock-master.opt~f76a4a1999728f87:
  Delete: mysql-test/t/innodb-lock-master.opt
parent 743597ea
set global innodb_table_locks=1;
select @@innodb_table_locks;
@@innodb_table_locks
1
......
......@@ -4,6 +4,8 @@
# Check and select innodb lock type
#
set global innodb_table_locks=1;
select @@innodb_table_locks;
#
......@@ -12,7 +14,10 @@ select @@innodb_table_locks;
connect (con1,localhost,root,,);
connect (con2,localhost,root,,);
--disable_warnings
drop table if exists t1;
--enable_warnings
#
# Testing of explicit table locks with enforced table locks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment