mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 21:55:33 +02:00
got the last changeset to compile/run
mysqltest can run without connecting to the manager for tests that do not require manager operations
This commit is contained in:
parent
af82bc245b
commit
9b163ef5ae
8 changed files with 37 additions and 13 deletions
|
|
@ -9,5 +9,5 @@ extern RPL_STATUS rpl_status;
|
|||
extern pthread_mutex_t LOCK_rpl_status;
|
||||
extern pthread_cond_t COND_rpl_status;
|
||||
extern TYPELIB rpl_role_typelib, rpl_status_typelib;
|
||||
extern char* rpl_role_type[], *rpl_status_type;
|
||||
extern const char* rpl_role_type[], *rpl_status_type[];
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue