mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
SCRUM
embedded library trimming
This commit is contained in:
parent
8a205e4ba3
commit
c59bff7c96
31 changed files with 319 additions and 324 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef EMBEDDED_LIBRARY
|
||||
#ifdef HAVE_REPLICATION
|
||||
#ifndef REPL_FAILSAFE_H
|
||||
#define REPL_FAILSAFE_H
|
||||
|
||||
|
|
@ -36,4 +36,4 @@ int register_slave(THD* thd, uchar* packet, uint packet_length);
|
|||
void unregister_slave(THD* thd, bool only_mine, bool need_mutex);
|
||||
|
||||
#endif
|
||||
#endif /* EMBEDDED_LIBRARY */
|
||||
#endif /* HAVE_REPLICATION */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue