Home
last modified time | relevance | path

Searched refs:write_event_to_binlog_and_sync (Results 1 – 3 of 3) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dbinlog.h735 bool write_event_to_binlog_and_sync(Log_event *ev);
H A Dbinlog.cc7438 bool MYSQL_BIN_LOG::write_event_to_binlog_and_sync(Log_event *ev) { in write_event_to_binlog_and_sync() function in MYSQL_BIN_LOG
H A Dmysqld.cc7099 if (mysql_bin_log.write_event_to_binlog_and_sync(&prev_gtids_ev)) in win_main()