1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-16 16:42:28 +03:00

Merge 11.3 into 11.4

This commit is contained in:
Marko Mäkelä
2024-01-05 14:53:03 +02:00
114 changed files with 1514 additions and 444 deletions

View File

@@ -1433,6 +1433,7 @@ static inline TC_LOG *get_tc_log_implementation()
#ifdef WITH_WSREP
IO_CACHE* wsrep_get_cache(THD *, bool);
bool wsrep_is_binlog_cache_empty(THD *);
void wsrep_thd_binlog_trx_reset(THD * thd);
void wsrep_thd_binlog_stmt_rollback(THD * thd);
#endif /* WITH_WSREP */