diff options
Diffstat (limited to 'mysql-test/r/rpl000006.result')
-rw-r--r-- | mysql-test/r/rpl000006.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/rpl000006.result b/mysql-test/r/rpl000006.result index 7209ec3c3d1..e4c2006c2f0 100644 --- a/mysql-test/r/rpl000006.result +++ b/mysql-test/r/rpl000006.result @@ -19,7 +19,7 @@ drop table t1; set SQL_LOG_BIN=0; CREATE TABLE t1 ( a int not null -) TYPE=MyISAM MAX_ROWS=4000 CHECKSUM=1; +) ENGINE=MyISAM MAX_ROWS=4000 CHECKSUM=1; INSERT INTO t1 VALUES (1); load table t1 from master; check table t1; |