1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Backport post fix for semisync

Remove functions that no longer needed
Fix warning suppressions
This commit is contained in:
He Zhenxing
2009-10-12 21:21:13 +08:00
parent b92ec52915
commit dab1162b53
3 changed files with 9 additions and 24 deletions

View File

@ -77,11 +77,6 @@ public:
int slaveReply(MYSQL *mysql, const char *binlog_filename,
my_off_t binlog_filepos);
/*
Connect to master for sending reply
*/
int slaveReplyConnect();
int slaveStart(Binlog_relay_IO_param *param);
int slaveStop(Binlog_relay_IO_param *param);