MXS-1196: Turn on Oracle compatibility
This commit is contained in:
parent
13fad9933c
commit
9ae3ab522d
@ -2838,6 +2838,10 @@ int32_t qc_mysql_process_init(void)
|
||||
#endif
|
||||
MXS_NOTICE("Query classifier initialized.");
|
||||
inited = true;
|
||||
|
||||
#if MYSQL_VERSION_MINOR >= 3
|
||||
global_system_variables.sql_mode |= MODE_ORACLE;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user