1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00

Fix when compiling without InnoDB

BitKeeper/deleted/.del-innodb-lock-master.opt~f76a4a1999728f87:
  Delete: mysql-test/t/innodb-lock-master.opt
This commit is contained in:
unknown
2004-10-27 18:57:49 +03:00
parent 743597ea96
commit 3bdd7e77fd
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