summaryrefslogtreecommitdiff
path: root/mysql-test/t/sql_mode.test
diff options
context:
space:
mode:
authorgluh@gluh.mysql.r18.ru <>2003-10-15 14:50:36 +0500
committergluh@gluh.mysql.r18.ru <>2003-10-15 14:50:36 +0500
commit9e401712a0586f6e898ce9e106b0087a37d7489c (patch)
tree049197b59f5609eb0126366d026c9b90a314d4b0 /mysql-test/t/sql_mode.test
parent9b4018066ed3f4786d56c161477a1481520a34e7 (diff)
downloadmariadb-git-9e401712a0586f6e898ce9e106b0087a37d7489c.tar.gz
WL#1106: Switch = --maxdb rather than --sapdb
Diffstat (limited to 'mysql-test/t/sql_mode.test')
-rw-r--r--mysql-test/t/sql_mode.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/sql_mode.test b/mysql-test/t/sql_mode.test
index d3531f0c440..d96fd030207 100644
--- a/mysql-test/t/sql_mode.test
+++ b/mysql-test/t/sql_mode.test
@@ -24,7 +24,7 @@ show create table t1;
set @@sql_mode="no_field_options,mysql323,mysql40";
show variables like 'sql_mode';
show create table t1;
-set sql_mode="postgresql,oracle,mssql,db2,sapdb";
+set sql_mode="postgresql,oracle,mssql,db2,maxdb";
select @@sql_mode;
show create table t1;
drop table t1;