mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
cleanup of SHOW STATUS code, as a preparation for WL#2935
(MySQL plugin interface: status variables) adding SHOW_FUNC, removing SHOW_some_specific_value, only generic SHOW_LONG/SHOW_CHAR/etc are recognized. changing to use SHOW_FUNC instead of ha_update_statistics
This commit is contained in:
@ -1180,15 +1180,6 @@ int ha_release_temporary_latches(THD *thd)
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
int ha_update_statistics()
|
||||
{
|
||||
#ifdef WITH_INNOBASE_STORAGE_ENGINE
|
||||
innodb_export_status();
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
int ha_rollback_to_savepoint(THD *thd, SAVEPOINT *sv)
|
||||
{
|
||||
int error=0;
|
||||
|
Reference in New Issue
Block a user