summaryrefslogtreecommitdiff
path: root/mysql-test/include/ps_conv.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/ps_conv.inc')
-rw-r--r--mysql-test/include/ps_conv.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/ps_conv.inc b/mysql-test/include/ps_conv.inc
index 195d1061664..8cbe9450063 100644
--- a/mysql-test/include/ps_conv.inc
+++ b/mysql-test/include/ps_conv.inc
@@ -52,7 +52,7 @@ set @arg14= 'abc';
set @arg14= NULL ;
set @arg15= CAST('abc' as binary) ;
set @arg15= NULL ;
-create table t5 as select
+eval create table t5 engine = MyISAM as select
8 as const01, @arg01 as param01,
8.0 as const02, @arg02 as param02,
80.00000000000e-1 as const03, @arg03 as param03,