mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Silence some -Wimplicit-fallthrough by proper spelling
This commit is contained in:
@@ -1757,7 +1757,7 @@ Query_cache::send_result_to_client(THD *thd, char *org_sql, uint query_length)
|
||||
sql++;
|
||||
continue;
|
||||
}
|
||||
/* fall trough */
|
||||
/* fall through */
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user