mirror of
https://github.com/MariaDB/server.git
synced 2025-09-11 05:52:26 +03:00
Merge 10.4 into 10.5
This commit is contained in:
@@ -212,6 +212,7 @@ extern bool wsrep_start_replication(const char *wsrep_cluster_address);
|
||||
extern void wsrep_shutdown_replication();
|
||||
extern bool wsrep_must_sync_wait (THD* thd, uint mask= WSREP_SYNC_WAIT_BEFORE_READ);
|
||||
extern bool wsrep_sync_wait (THD* thd, uint mask= WSREP_SYNC_WAIT_BEFORE_READ);
|
||||
extern bool wsrep_sync_wait (THD* thd, enum enum_sql_command command);
|
||||
extern enum wsrep::provider::status
|
||||
wsrep_sync_wait_upto (THD* thd, wsrep_gtid_t* upto, int timeout);
|
||||
extern int wsrep_check_opts();
|
||||
|
Reference in New Issue
Block a user