Commit bcb0bb4
Bug#20379693: MISSING BREAK STATEMENT IN SWITCH "MYSQLD_GET_ONE_OPTION" FUNCTION IN MYSQLD.C
Description: =========== Missing break statements in switch case within "mysqld_get_one_option" function. case OPT_BINLOGGING_IMPOSSIBLE_MODE: WARN_DEPRECATED(NULL, "--binlogging_impossible_mode", "'--binlog_error_action'"); case OPT_SIMPLIFIED_BINLOG_GTID_RECOVERY: WARN_DEPRECATED(NULL, "--simplified_binlog_gtid_recovery", "'--binlog_gtid_simple_recovery'"); Fix: === Added missing break statements.1 parent e603acb commit bcb0bb4
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8406 | 8406 | | |
8407 | 8407 | | |
8408 | 8408 | | |
| 8409 | + | |
8409 | 8410 | | |
8410 | 8411 | | |
8411 | 8412 | | |
| 8413 | + | |
8412 | 8414 | | |
8413 | 8415 | | |
8414 | 8416 | | |
| |||
0 commit comments