mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
(ha_innodb.cc:9037) Bug#55227 Fix compiler warnings in innodb with gcc 4.6
This commit is contained in:
parent
ce3e9093d6
commit
86d0e51a9e
1 changed files with 2 additions and 5 deletions
|
|
@ -9034,12 +9034,9 @@ innodb_show_status(
|
|||
|
||||
mutex_exit(&srv_monitor_file_mutex);
|
||||
|
||||
bool result = FALSE;
|
||||
stat_print(thd, innobase_hton_name, (uint) strlen(innobase_hton_name),
|
||||
STRING_WITH_LEN(""), str, flen);
|
||||
|
||||
if (stat_print(thd, innobase_hton_name, (uint) strlen(innobase_hton_name),
|
||||
STRING_WITH_LEN(""), str, flen)) {
|
||||
result= TRUE;
|
||||
}
|
||||
my_free(str);
|
||||
|
||||
DBUG_RETURN(FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue