summaryrefslogtreecommitdiffstats
path: root/mysql-test/suite/funcs_2/t/innodb_charset.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/funcs_2/t/innodb_charset.test')
-rw-r--r--mysql-test/suite/funcs_2/t/innodb_charset.test18
1 files changed, 18 insertions, 0 deletions
diff --git a/mysql-test/suite/funcs_2/t/innodb_charset.test b/mysql-test/suite/funcs_2/t/innodb_charset.test
new file mode 100644
index 00000000..631c2035
--- /dev/null
+++ b/mysql-test/suite/funcs_2/t/innodb_charset.test
@@ -0,0 +1,18 @@
+################################################################################
+# Author: Serge Kozlov #
+# Date: 2005-09-21 #
+# Purpose: Testing the charsets for InnoDB engine #
+# #
+# Checking of other prerequisites is in charset_master.test #
+################################################################################
+
+--source include/no_valgrind_without_big.inc
+--source include/have_innodb.inc
+
+# Starting with MariaDB 10.6, ensure that DDL recovery will have completed
+# before DROP DATABASE test.
+SET GLOBAL innodb_max_purge_lag_wait=0;
+
+let $engine_type= InnoDB;
+--source suite/funcs_2/charset/charset_master.test
+