1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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

This commit is contained in:
gluh@gluh.mysql.r18.ru
2003-10-15 14:50:36 +05:00
parent 9b4018066e
commit 9e401712a0
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;