summaryrefslogtreecommitdiffstats
path: root/mysql-test/include/ctype_pad_all_engines.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/ctype_pad_all_engines.inc')
-rw-r--r--mysql-test/include/ctype_pad_all_engines.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/include/ctype_pad_all_engines.inc b/mysql-test/include/ctype_pad_all_engines.inc
new file mode 100644
index 00000000..a031f84e
--- /dev/null
+++ b/mysql-test/include/ctype_pad_all_engines.inc
@@ -0,0 +1,7 @@
+SET DEFAULT_STORAGE_ENGINE=MyISAM;
+--source include/ctype_pad.inc
+
+SET DEFAULT_STORAGE_ENGINE=HEAP;
+--source include/ctype_pad.inc
+
+SET DEFAULT_STORAGE_ENGINE=Default;