Home
last modified time | relevance | path

Searched refs:FL_STANDALONE (Results 1 – 25 of 44) sorted by relevance

12

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_repl.cc1820 info->gtid_skip_group= (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1869 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1884 info->gtid_until_group= (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1896 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
H A Drpl_parallel.cc1233 Gtid_log_event::FL_STANDALONE)); in handle_rpl_parallel_thread()
2751 rli->gtid_skip_flag= ((gtid_ev->flags2 & Gtid_log_event::FL_STANDALONE) ? in do_event()
H A Dlog_event_server.cc3259 flags2((standalone ? FL_STANDALONE : 0) | (commit_id_arg ? FL_GROUP_COMMIT_ID : 0)) in Gtid_log_event()
3389 if (flags2 & FL_STANDALONE) in make_compatible_event()
3407 p = strmov(buf, (flags2 & FL_STANDALONE ? "GTID " : in pack_info()
3461 if (flags2 & FL_STANDALONE) in do_apply_event()
3536 if (!(flags2 & FL_STANDALONE)) in do_shall_skip()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_repl.cc1819 info->gtid_skip_group= (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1868 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1883 info->gtid_until_group= (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1895 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
H A Drpl_parallel.cc1231 Gtid_log_event::FL_STANDALONE)); in handle_rpl_parallel_thread()
2737 rli->gtid_skip_flag= ((gtid_ev->flags2 & Gtid_log_event::FL_STANDALONE) ? in do_event()
H A Dlog_event.cc7986 flags2((standalone ? FL_STANDALONE : 0) | (commit_id_arg ? FL_GROUP_COMMIT_ID : 0)) in Gtid_log_event()
8089 if (flags2 & FL_STANDALONE) in make_compatible_event()
8107 p = strmov(buf, (flags2 & FL_STANDALONE ? "GTID " : "BEGIN GTID ")); in pack_info()
8156 if (flags2 & FL_STANDALONE) in do_apply_event()
8210 if (!(flags2 & FL_STANDALONE)) in do_shall_skip()
8295 if (!(flags2 & FL_STANDALONE)) in print()
H A Dwsrep_mysqld.cc1827 if (thd->slave_thread && !(thd->rgi_slave->gtid_ev_flags2 & Gtid_log_event::FL_STANDALONE)) in wsrep_can_run_in_toi()
H A Dlog_event.h3403 static const uchar FL_STANDALONE= 1; variable
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_repl.cc1819 info->gtid_skip_group= (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1868 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1883 info->gtid_until_group= (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1895 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
H A Drpl_parallel.cc1231 Gtid_log_event::FL_STANDALONE)); in handle_rpl_parallel_thread()
2737 rli->gtid_skip_flag= ((gtid_ev->flags2 & Gtid_log_event::FL_STANDALONE) ? in do_event()
H A Dlog_event.cc7986 flags2((standalone ? FL_STANDALONE : 0) | (commit_id_arg ? FL_GROUP_COMMIT_ID : 0)) in Gtid_log_event()
8089 if (flags2 & FL_STANDALONE) in make_compatible_event()
8107 p = strmov(buf, (flags2 & FL_STANDALONE ? "GTID " : "BEGIN GTID ")); in pack_info()
8156 if (flags2 & FL_STANDALONE) in do_apply_event()
8210 if (!(flags2 & FL_STANDALONE)) in do_shall_skip()
8295 if (!(flags2 & FL_STANDALONE)) in print()
H A Dlog_event.h3403 static const uchar FL_STANDALONE= 1; variable
H A Dwsrep_mysqld.cc1827 if (thd->slave_thread && !(thd->rgi_slave->gtid_ev_flags2 & Gtid_log_event::FL_STANDALONE)) in wsrep_can_run_in_toi()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_repl.cc1772 info->gtid_skip_group= (flags2 & Gtid_log_event::FL_STANDALONE ?
1821 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ?
1836 info->gtid_until_group= (flags2 & Gtid_log_event::FL_STANDALONE ?
1848 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ?
H A Drpl_parallel.cc1205 Gtid_log_event::FL_STANDALONE));
2706 rli->gtid_skip_flag= ((gtid_ev->flags2 & Gtid_log_event::FL_STANDALONE) ?
H A Dlog_event.cc7944 flags2((standalone ? FL_STANDALONE : 0) | (commit_id_arg ? FL_GROUP_COMMIT_ID : 0)) in Gtid_log_event()
8047 if (flags2 & FL_STANDALONE) in make_compatible_event()
8065 p = strmov(buf, (flags2 & FL_STANDALONE ? "GTID " : "BEGIN GTID ")); in pack_info()
8117 if (flags2 & FL_STANDALONE) in do_apply_event()
8171 if (!(flags2 & FL_STANDALONE)) in do_shall_skip()
8256 if (!(flags2 & FL_STANDALONE)) in print()
H A Dlog_event.h3372 static const uchar FL_STANDALONE= 1; variable
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_repl.cc1772 info->gtid_skip_group= (flags2 & Gtid_log_event::FL_STANDALONE ?
1821 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ?
1836 info->gtid_until_group= (flags2 & Gtid_log_event::FL_STANDALONE ?
1848 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ?
H A Drpl_parallel.cc1205 Gtid_log_event::FL_STANDALONE)); in handle_rpl_parallel_thread()
2706 rli->gtid_skip_flag= ((gtid_ev->flags2 & Gtid_log_event::FL_STANDALONE) ? in do_event()
H A Dlog_event.cc7944 flags2((standalone ? FL_STANDALONE : 0) | (commit_id_arg ? FL_GROUP_COMMIT_ID : 0))
8047 if (flags2 & FL_STANDALONE)
8065 p = strmov(buf, (flags2 & FL_STANDALONE ? "GTID " : "BEGIN GTID "));
8117 if (flags2 & FL_STANDALONE)
8171 if (!(flags2 & FL_STANDALONE))
8256 if (!(flags2 & FL_STANDALONE))
H A Dlog_event.h3372 static const uchar FL_STANDALONE= 1; variable
H A Dwsrep_mysqld.cc1572 if (thd->slave_thread && !(thd->rgi_slave->gtid_ev_flags2 & Gtid_log_event::FL_STANDALONE)) in wsrep_can_run_in_toi()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_repl.cc1820 info->gtid_skip_group= (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1869 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1884 info->gtid_until_group= (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
1896 info->gtid_skip_group = (flags2 & Gtid_log_event::FL_STANDALONE ? in send_event_to_slave()
H A Drpl_parallel.cc1233 Gtid_log_event::FL_STANDALONE)); in handle_rpl_parallel_thread()
2751 rli->gtid_skip_flag= ((gtid_ev->flags2 & Gtid_log_event::FL_STANDALONE) ? in do_event()
H A Dlog_event_server.cc3259 flags2((standalone ? FL_STANDALONE : 0) | (commit_id_arg ? FL_GROUP_COMMIT_ID : 0)) in Gtid_log_event()
3389 if (flags2 & FL_STANDALONE) in make_compatible_event()
3407 p = strmov(buf, (flags2 & FL_STANDALONE ? "GTID " : in pack_info()
3461 if (flags2 & FL_STANDALONE) in do_apply_event()
3536 if (!(flags2 & FL_STANDALONE)) in do_shall_skip()

12