mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
store/restore sql_mode which was in force during ctrigger creation (BUG#5891)
other sql_mode fixes
This commit is contained in:
@ -361,6 +361,8 @@ public:
|
||||
}
|
||||
void set_default(THD *thd, enum_var_type type);
|
||||
byte *value_ptr(THD *thd, enum_var_type type, LEX_STRING *base);
|
||||
static byte *symbolic_mode_representation(THD *thd, ulong sql_mode,
|
||||
ulong *length);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user