mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
fix for BUG#12974: mysqld segfaults when depreciated option --sql-bin-update-same is used
This commit is contained in:
parent
0647d280b3
commit
f6f22df951
1 changed files with 1 additions and 1 deletions
|
@ -5212,7 +5212,7 @@ replicating a LOAD DATA INFILE command.",
|
|||
{"sql-bin-update-same", OPT_SQL_BIN_UPDATE_SAME,
|
||||
"The update log is deprecated since version 5.0, is replaced by the binary \
|
||||
log and this option does nothing anymore.",
|
||||
0, 0, 0, GET_BOOL, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||
0, 0, 0, GET_DISABLED, NO_ARG, 0, 0, 0, 0, 0, 0},
|
||||
{"sql-mode", OPT_SQL_MODE,
|
||||
"Syntax: sql-mode=option[,option[,option...]] where option can be one of: REAL_AS_FLOAT, PIPES_AS_CONCAT, ANSI_QUOTES, IGNORE_SPACE, ONLY_FULL_GROUP_BY, NO_UNSIGNED_SUBTRACTION.",
|
||||
(gptr*) &sql_mode_str, (gptr*) &sql_mode_str, 0, GET_STR, REQUIRED_ARG, 0,
|
||||
|
|
Loading…
Reference in a new issue