diff options
Diffstat (limited to 'mysql-test/suite/maria/t/maria2.test')
-rw-r--r-- | mysql-test/suite/maria/t/maria2.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/maria/t/maria2.test b/mysql-test/suite/maria/t/maria2.test index 00bbea165ee..df691569e05 100644 --- a/mysql-test/suite/maria/t/maria2.test +++ b/mysql-test/suite/maria/t/maria2.test @@ -83,6 +83,7 @@ insert into t1 values (2); alter table t1 modify i bigint default 1; select count(*) from t1; select * from t1; +unlock tables; drop table t1,t2; # |