summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorunknown <sven@riska.(none)>2008-02-20 15:22:14 +0100
committerunknown <sven@riska.(none)>2008-02-20 15:22:14 +0100
commit46db2da52fa4b6305006ebc42a291b48deea2a10 (patch)
treed97084faab48a171e79c0c1e0969f1e9d1d6a3bf /sql/sql_class.h
parent6988f45e6b9fc6546133cfe1e48607bf787bf0de (diff)
downloadmariadb-git-46db2da52fa4b6305006ebc42a291b48deea2a10.tar.gz
Removed the unused function int THD::binlog_flush_transaction_cache()
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 5f2b50f48b8..b660c615920 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -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,