mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
fix for bug#16407 (EVENTS: sql_mode)
post-review fixes
This commit is contained in:
@ -3956,7 +3956,7 @@ fill_events_copy_to_schema_table(THD *thd, TABLE *sch_table, TABLE *event_table)
|
||||
|
||||
// [9] is SQL_MODE
|
||||
{
|
||||
const char *sql_mode_str="";
|
||||
byte *sql_mode_str;
|
||||
ulong sql_mode_len=0;
|
||||
sql_mode_str=
|
||||
sys_var_thd_sql_mode::symbolic_mode_representation(thd, et.sql_mode,
|
||||
|
Reference in New Issue
Block a user