1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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

@@ -1073,7 +1073,7 @@ store_create_info(THD *thd, TABLE *table, String *packet)
MODE_ORACLE |
MODE_MSSQL |
MODE_DB2 |
MODE_SAPDB |
MODE_MAXDB |
MODE_ANSI)) != 0;
my_bool limited_mysql_mode= (thd->variables.sql_mode &
(MODE_NO_FIELD_OPTIONS | MODE_MYSQL323 |