1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Removed the unused function int THD::binlog_flush_transaction_cache()

This commit is contained in:
sven@riska.(none)
2008-02-20 15:22:14 +01:00
parent 444da164df
commit 80dc1ee7f4
2 changed files with 0 additions and 30 deletions

View File

@ -1243,7 +1243,6 @@ public:
Public interface to write RBR events to the binlog
*/
void binlog_start_trans_and_stmt();
int binlog_flush_transaction_cache();
void binlog_set_stmt_begin();
int binlog_write_table_map(TABLE *table, bool is_transactional);
int binlog_write_row(TABLE* table, bool is_transactional,