mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
cleanup: remove duplicate declaration
This commit is contained in:
parent
a174aaed75
commit
69e5f0f423
1 changed files with 0 additions and 3 deletions
|
@ -53,7 +53,4 @@ int wsrep_binlog_close_connection(THD* thd);
|
|||
int wsrep_binlog_savepoint_set(THD *thd, void *sv);
|
||||
int wsrep_binlog_savepoint_rollback(THD *thd, void *sv);
|
||||
|
||||
/* Dump replication buffer to disk without intermediate buffer */
|
||||
void wsrep_dump_rbr_direct(THD* thd, IO_CACHE* cache);
|
||||
|
||||
#endif /* WSREP_BINLOG_H */
|
||||
|
|
Loading…
Reference in a new issue