mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-12824 GCC 7 warning: this statement may fall through [-Wimplicit-fallthrough=]
This commit is contained in:
@ -2665,6 +2665,7 @@ impossible position";
|
||||
loop_breaker = (flags & BINLOG_DUMP_NON_BLOCK);
|
||||
break;
|
||||
}
|
||||
/* fall through */
|
||||
default:
|
||||
errmsg = "could not find next log";
|
||||
my_errno= ER_MASTER_FATAL_ERROR_READING_BINLOG;
|
||||
|
Reference in New Issue
Block a user