summaryrefslogtreecommitdiff
path: root/mysql-test/r/compound.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/compound.result')
-rw-r--r--mysql-test/r/compound.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/compound.result b/mysql-test/r/compound.result
index 1d412e671a4..749c6eeaea7 100644
--- a/mysql-test/r/compound.result
+++ b/mysql-test/r/compound.result
@@ -155,7 +155,7 @@ drop function fn|
drop table t1|
begin not atomic select @@sql_mode; end|
@@sql_mode
-NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
+STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
create table t1 (a int)|
select a from t1 having a > 1|
a