1
0
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:
serg@serg.mylan
2006-01-02 15:41:13 +01:00
parent 70d13a7cb7
commit 533b18c8f9
7 changed files with 443 additions and 344 deletions

View File

@ -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;