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:
Monty 2016-10-02 16:39:40 +03:00
commit 7b96416f3c
33 changed files with 88 additions and 59 deletions

View file

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