We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e603acb commit bcb0bb4Copy full SHA for bcb0bb4
sql/mysqld.cc
@@ -1,4 +1,4 @@
1
-/* Copyright (c) 2000, 2014, Oracle and/or its affiliates. All rights
+/* Copyright (c) 2000, 2015, Oracle and/or its affiliates. All rights
2
reserved.
3
4
This program is free software; you can redistribute it and/or modify
@@ -8406,9 +8406,11 @@ mysqld_get_one_option(int optid,
8406
case OPT_BINLOGGING_IMPOSSIBLE_MODE:
8407
WARN_DEPRECATED(NULL, "--binlogging_impossible_mode",
8408
"'--binlog_error_action'");
8409
+ break;
8410
case OPT_SIMPLIFIED_BINLOG_GTID_RECOVERY:
8411
WARN_DEPRECATED(NULL, "--simplified_binlog_gtid_recovery",
8412
"'--binlog_gtid_simple_recovery'");
8413
8414
#include <sslopt-case.h>
8415
#ifndef EMBEDDED_LIBRARY
8416
case 'V':
0 commit comments