mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Silence a GCC warning about reaching the end of non-void func
Spotted by: Marko
This commit is contained in:
@@ -1012,8 +1012,8 @@ trx_i_s_common_fill_table(
|
||||
deadlock occurs between the mysqld server and mysql client,
|
||||
see http://bugs.mysql.com/29900 ; when that bug is resolved
|
||||
we can enable the DBUG_RETURN(ret) above */
|
||||
DBUG_RETURN(0);
|
||||
ret++; // silence a gcc46 warning
|
||||
DBUG_RETURN(0);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user