1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

ha_innobase.cc, ha_innobase.h, handler.h, handler.cc, sql_class.h, log.cc:

Tell table handlers where a binlog segment for a trx ends
This commit is contained in:
heikki@donna.mysql.fi
2002-01-22 22:57:56 +02:00
parent 5c1da27358
commit d927ff75dc
6 changed files with 90 additions and 3 deletions

View File

@@ -353,6 +353,10 @@ int ha_delete_table(enum db_type db_type, const char *path);
void ha_drop_database(char* path);
void ha_key_cache(void);
int ha_start_stmt(THD *thd);
int ha_report_binlog_offset_and_commit(
THD *thd,
char *log_file_name,
my_off_t end_offset);
int ha_commit_trans(THD *thd, THD_TRANS *trans);
int ha_rollback_trans(THD *thd, THD_TRANS *trans);
int ha_autocommit_or_rollback(THD *thd, int error);