summaryrefslogtreecommitdiff
path: root/mysql-test/suite/maria/t
diff options
context:
space:
mode:
authorMichael Widenius <monty@askmonty.org>2010-08-02 12:22:36 +0300
committerMichael Widenius <monty@askmonty.org>2010-08-02 12:22:36 +0300
commit8cacc59e8f7bca1f931f12bbc0315c7c4b5b4a5f (patch)
tree860635a3a0ab7e1d0c12caa0575c91b25ac312c8 /mysql-test/suite/maria/t
parente0a6b02c5d0a311e7167295494786077009743d1 (diff)
downloadmariadb-git-8cacc59e8f7bca1f931f12bbc0315c7c4b5b4a5f.tar.gz
Disable some tests that is waiting for next merge with xtradb
Added 'Aria' as an alias for the Maria storage engine. Real rename is happening in 5.2 sql/handler.cc: Added 'Aria' as an alias for the Maria storage engine.
Diffstat (limited to 'mysql-test/suite/maria/t')
-rw-r--r--mysql-test/suite/maria/t/maria.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/mysql-test/suite/maria/t/maria.test b/mysql-test/suite/maria/t/maria.test
index c40dde5952b..35ccb6263e3 100644
--- a/mysql-test/suite/maria/t/maria.test
+++ b/mysql-test/suite/maria/t/maria.test
@@ -1873,6 +1873,14 @@ insert into t1 values(1,repeat('a',100), repeat('b',657860));
check table t1;
drop table t1;
+#
+# Check we can create a table with the 'Aria' alias
+#
+
+Create table t1 (a int) engine="aria";
+show create table t1;
+drop table t1;
+
# Set defaults back
--disable_result_log
--disable_query_log