summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/t/maria-autozerofill.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/maria/t/maria-autozerofill.test')
-rw-r--r--mysql-test/suite/maria/t/maria-autozerofill.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/suite/maria/t/maria-autozerofill.test b/mysql-test/suite/maria/t/maria-autozerofill.test
index dfdedc220aa..9bb2782105a 100644
--- a/mysql-test/suite/maria/t/maria-autozerofill.test
+++ b/mysql-test/suite/maria/t/maria-autozerofill.test
@@ -31,7 +31,7 @@ create table t3 (a int) engine=aria;
INSERT INTO t3 VALUES (1),(2);
create table t4 (a int) engine=aria;
INSERT INTO t4 VALUES (1),(2);
-create table t5 (a int) engine=maria;
+create table t5 (a int) engine=aria;
INSERT INTO t5 VALUES (1),(2);
flush tables;