mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 05:22:25 +01:00
(i_s.cc:1111) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
This commit is contained in:
parent
86d0e51a9e
commit
11a3945ef0
1 changed files with 1 additions and 0 deletions
|
@ -1193,6 +1193,7 @@ trx_i_s_common_fill_table(
|
|||
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
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue