mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Use sql_mode_t for sql_mode.
This fixed several cases where we where using just ulong for sql_mode
This commit is contained in:
parent
8be53a389c
commit
7b96416f3c
33 changed files with 88 additions and 59 deletions
|
|
@ -37,13 +37,12 @@
|
|||
#include <sslopt-vars.h>
|
||||
/* That one is necessary for defines of OPTION_NO_FOREIGN_KEY_CHECKS etc */
|
||||
#include "sql_priv.h"
|
||||
#include "sql_basic_types.h"
|
||||
#include "log_event.h"
|
||||
#include "compat56.h"
|
||||
#include "sql_common.h"
|
||||
#include "my_dir.h"
|
||||
#include <welcome_copyright_notice.h> // ORACLE_WELCOME_COPYRIGHT_NOTICE
|
||||
|
||||
|
||||
#include "sql_string.h" // needed for Rpl_filter
|
||||
#include "sql_list.h" // needed for Rpl_filter
|
||||
#include "rpl_filter.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue