summaryrefslogtreecommitdiff
path: root/mysql-test/suite/vcol/r/update.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/vcol/r/update.result')
-rw-r--r--mysql-test/suite/vcol/r/update.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/vcol/r/update.result b/mysql-test/suite/vcol/r/update.result
index 1dd80ae92b4..95b0093ed71 100644
--- a/mysql-test/suite/vcol/r/update.result
+++ b/mysql-test/suite/vcol/r/update.result
@@ -56,6 +56,7 @@ a b c
drop table t, t2;
create table t1 (a int, b int, c int, d int, e int);
insert t1 values (1,2,3,4,5), (1,2,3,4,5);
+SET STATEMENT sql_mode = 'NO_ENGINE_SUBSTITUTION' FOR
create table t (a int primary key,
b int, c blob as (b), index (c(57)),
d blob, e blob as (d), index (e(57)))