summaryrefslogtreecommitdiff
path: root/mysql-test/t/lock_tables_lost_commit.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/lock_tables_lost_commit.test')
-rw-r--r--mysql-test/t/lock_tables_lost_commit.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/lock_tables_lost_commit.test b/mysql-test/t/lock_tables_lost_commit.test
index d8301017801..22b666cbc86 100644
--- a/mysql-test/t/lock_tables_lost_commit.test
+++ b/mysql-test/t/lock_tables_lost_commit.test
@@ -6,7 +6,7 @@ connect (con2,localhost,root,,);
connection con1;
--disable_warnings
drop table if exists t1;
-create table t1(a int) type=innodb;
+create table t1(a int) engine=innodb;
--enable_warnings
lock tables t1 write;
insert into t1 values(10);