mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
foo2
This commit is contained in:
@ -965,8 +965,3 @@ void trans_register_ha(THD *thd, bool all, handlerton *ht);
|
||||
*/
|
||||
#define trans_need_2pc(thd, all) ((total_ha_2pc > 1) && \
|
||||
!((all ? &thd->transaction.all : &thd->transaction.stmt)->no_2pc))
|
||||
|
||||
/* semi-synchronous replication */
|
||||
int ha_repl_report_sent_binlog(THD *thd, char *log_file_name,
|
||||
my_off_t end_offset);
|
||||
int ha_repl_report_replication_stop(THD *thd);
|
||||
|
Reference in New Issue
Block a user