1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

WL 2059 Engine-specific status variables framework and WL 1922

InnoDB status variables
This commit is contained in:
petr@mysql.com
2004-11-18 13:00:42 +03:00
parent 0fa5496a18
commit 890211a7c4
23 changed files with 784 additions and 290 deletions

View File

@@ -581,6 +581,7 @@ int ha_report_binlog_offset_and_commit(THD *thd, char *log_file_name,
my_off_t end_offset);
int ha_commit_complete(THD *thd);
int ha_release_temporary_latches(THD *thd);
int ha_update_statistics();
int ha_commit_trans(THD *thd, THD_TRANS *trans);
int ha_rollback_trans(THD *thd, THD_TRANS *trans);
int ha_rollback_to_savepoint(THD *thd, char *savepoint_name);