mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
branches/zip: innodb_export_status(): Remove the return(0),
now that the function was declared void in r5060.
This commit is contained in:
parent
288a29458b
commit
e986fb2c8e
1 changed files with 0 additions and 2 deletions
|
@ -7955,8 +7955,6 @@ innodb_export_status(void)
|
|||
if (innodb_inited) {
|
||||
srv_export_innodb_status();
|
||||
}
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue