mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
[MDEV-6877] Removed unneded code from rpl_injector
The rpl_injector code is now considered dead code. This patch only removes the minimum number of function calls to allow implementing binlog_row_image. The other functions are to be removed in a subsequent patch.
This commit is contained in:
@ -180,27 +180,6 @@ public:
|
||||
*/
|
||||
int use_table(server_id_type sid, table tbl);
|
||||
|
||||
/*
|
||||
Add a 'write row' entry to the transaction.
|
||||
*/
|
||||
int write_row (server_id_type sid, table tbl,
|
||||
MY_BITMAP const *cols, size_t colcnt,
|
||||
record_type record);
|
||||
|
||||
/*
|
||||
Add a 'delete row' entry to the transaction.
|
||||
*/
|
||||
int delete_row(server_id_type sid, table tbl,
|
||||
MY_BITMAP const *cols, size_t colcnt,
|
||||
record_type record);
|
||||
|
||||
/*
|
||||
Add an 'update row' entry to the transaction.
|
||||
*/
|
||||
int update_row(server_id_type sid, table tbl,
|
||||
MY_BITMAP const *cols, size_t colcnt,
|
||||
record_type before, record_type after);
|
||||
|
||||
/*
|
||||
Commit a transaction.
|
||||
|
||||
|
Reference in New Issue
Block a user