1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

MDEV-16329 [1/5] add THD::binlog_get_cache_mngr

This commit is contained in:
Nikita Malyavin
2020-03-04 17:27:38 +10:00
committed by Sergei Golubchik
parent f5e5013799
commit 0dfbb05cd0
2 changed files with 28 additions and 36 deletions

View File

@@ -2964,6 +2964,7 @@ public:
/*
Member functions to handle pending event for row-level logging.
*/
binlog_cache_mngr *binlog_get_cache_mngr() const;
template <class RowsEventT> Rows_log_event*
binlog_prepare_pending_rows_event(TABLE* table, uint32 serv_id,
size_t needed,