1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#1106: Switch = --maxdb rather than --sapdb

This commit is contained in:
unknown
2003-10-15 14:50:36 +05:00
parent 21e2957d8a
commit 547b056d6d
7 changed files with 8 additions and 8 deletions

View File

@ -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;