mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix -Wimplicit-fallthrough warnings (no functional change)
This commit is contained in:
@@ -1174,6 +1174,7 @@ static int execute_ddl_log_action(THD *thd, DDL_LOG_ENTRY *ddl_log_entry)
|
||||
action in the log entry by stepping up the phase.
|
||||
*/
|
||||
}
|
||||
/* fall through */
|
||||
case DDL_LOG_RENAME_ACTION:
|
||||
{
|
||||
error= TRUE;
|
||||
|
||||
Reference in New Issue
Block a user