diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-09-12 18:40:01 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-09-12 18:40:01 +0200 |
commit | e246077bcf5fc22a381ee8591a441eb345a4a2af (patch) | |
tree | 0c1a6ec6c3f3ab37645d71f9b0dae45e2083f543 /mysql-test/t/create.test | |
parent | fa5baa12bcd1d1a152d358f2bb8e1f6e17590d46 (diff) | |
download | mariadb-git-e246077bcf5fc22a381ee8591a441eb345a4a2af.tar.gz |
rename maria to aria
Diffstat (limited to 'mysql-test/t/create.test')
-rw-r--r-- | mysql-test/t/create.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/create.test b/mysql-test/t/create.test index f3cd48af543..b59fa9edb9f 100644 --- a/mysql-test/t/create.test +++ b/mysql-test/t/create.test @@ -1384,11 +1384,11 @@ drop function f1; # Bug#25629 CREATE TABLE LIKE does not work with INFORMATION_SCHEMA # create table t1 like information_schema.processlist; ---replace_result ENGINE=MyISAM "" ENGINE=MARIA "" " PAGE_CHECKSUM=1" "" " PAGE_CHECKSUM=0" "" +--replace_result ENGINE=MyISAM "" ENGINE=Aria "" " PAGE_CHECKSUM=1" "" " PAGE_CHECKSUM=0" "" show create table t1; drop table t1; create temporary table t1 like information_schema.processlist; ---replace_result ENGINE=MyISAM "" ENGINE=MARIA "" " PAGE_CHECKSUM=1" "" " PAGE_CHECKSUM=0" "" +--replace_result ENGINE=MyISAM "" ENGINE=Aria "" " PAGE_CHECKSUM=1" "" " PAGE_CHECKSUM=0" "" show create table t1; drop table t1; create table t1 like information_schema.character_sets; |