Merge jbruehe@bk-internal.mysql.com:/home/bk/mysql-4.0

into mysql.com:/M40/mysql-4.0
This commit is contained in:
joerg@mysql.com 2004-10-27 19:40:22 +02:00
commit 4437787b78
3 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,4 @@
set global innodb_table_locks=1;
select @@innodb_table_locks;
@@innodb_table_locks
1

View file

@ -1 +0,0 @@
--innodb-table-lock=1

View file

@ -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