summaryrefslogtreecommitdiff
path: root/mysql-test/r/sql_mode.result
diff options
context:
space:
mode:
authorunknown <antony@ltantony.rdg.cyberkinetica.homeunix.net>2004-11-27 19:26:46 +0000
committerunknown <antony@ltantony.rdg.cyberkinetica.homeunix.net>2004-11-27 19:26:46 +0000
commitd777a9aa6ab2b85beaab43ab5e10e07f2056fc90 (patch)
tree28c419d3dc4e1647c879b0d0707485cc1109572d /mysql-test/r/sql_mode.result
parentcf1de7d9da102d11c3ac81efc5dbb51077dc235f (diff)
downloadmariadb-git-d777a9aa6ab2b85beaab43ab5e10e07f2056fc90.tar.gz
Change sql_mode BROKEN_NOT to HIGH_NOT_PRECEDENCE
Diffstat (limited to 'mysql-test/r/sql_mode.result')
-rw-r--r--mysql-test/r/sql_mode.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/sql_mode.result b/mysql-test/r/sql_mode.result
index c25ae99b530..fea99086303 100644
--- a/mysql-test/r/sql_mode.result
+++ b/mysql-test/r/sql_mode.result
@@ -61,7 +61,7 @@ t1 CREATE TABLE `t1` (
set @@sql_mode="no_field_options,mysql323,mysql40";
show variables like 'sql_mode';
Variable_name Value
-sql_mode NO_FIELD_OPTIONS,MYSQL323,MYSQL40,BROKEN_NOT
+sql_mode NO_FIELD_OPTIONS,MYSQL323,MYSQL40,HIGH_NOT_PRECEDENCE
show create table t1;
Table Create Table
t1 CREATE TABLE `t1` (