summaryrefslogtreecommitdiff
path: root/mysql-test/r/sql_mode.result
diff options
context:
space:
mode:
authorantony@ltantony.rdg.cyberkinetica.homeunix.net <>2004-11-27 19:26:46 +0000
committerantony@ltantony.rdg.cyberkinetica.homeunix.net <>2004-11-27 19:26:46 +0000
commitf595216869ce96a341f272c10bf9314a09d6ef8b (patch)
tree28c419d3dc4e1647c879b0d0707485cc1109572d /mysql-test/r/sql_mode.result
parent2c3159eb9e1900b7e7357020b8f7a07a85d5cd6c (diff)
downloadmariadb-git-f595216869ce96a341f272c10bf9314a09d6ef8b.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` (