1
0
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:
Sergei Golubchik
2017-07-19 19:46:07 +02:00
parent 2f07709aed
commit da2a838628
8 changed files with 12 additions and 3 deletions

View File

@ -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;