Home
last modified time | relevance | path

Searched refs:BIN_LOG_HEADER_SIZE (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/databases/mysql55-client/mysql-5.5.62/client/
H A Dmysqlbinlog.cc42 #define BIN_LOG_HEADER_SIZE 4 macro
1188 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1203 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
1641 int2store(buf + BIN_LOG_HEADER_SIZE, binlog_flags); in dump_remote_log_entries()
1738 if (old_off != BIN_LOG_HEADER_SIZE) in dump_remote_log_entries()
1808 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
1982 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
2048 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
2187 start_position= BIN_LOG_HEADER_SIZE; in main()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Drpl_rli.cc250 if (init_relay_log_pos(rli,NullS,BIN_LOG_HEADER_SIZE,0 /* no data lock */, in init_relay_log_info()
299 &rli->info_file, BIN_LOG_HEADER_SIZE) || in init_relay_log_info()
336 DBUG_ASSERT(rli->event_relay_log_pos >= BIN_LOG_HEADER_SIZE); in init_relay_log_info()
560 if (pos > BIN_LOG_HEADER_SIZE) /* If pos<=4, we stay at 4 */ in init_relay_log_pos()
737 log_pos= max(log_pos, BIN_LOG_HEADER_SIZE); in wait_for_pos()
1034 rli->group_relay_log_pos= rli->event_relay_log_pos= BIN_LOG_HEADER_SIZE; in purge_relay_logs()
H A Dsql_repl.cc474 LOG_POS_COORD coord_buf= { log_file_name, BIN_LOG_HEADER_SIZE }, in mysql_binlog_send()
537 if (pos < BIN_LOG_HEADER_SIZE || pos > my_b_filelength(&log)) in mysql_binlog_send()
603 if (pos > BIN_LOG_HEADER_SIZE) in mysql_binlog_send()
992 fake_rotate_event(net, packet, log_file_name, BIN_LOG_HEADER_SIZE, in mysql_binlog_send()
1470 mi->master_log_pos= BIN_LOG_HEADER_SIZE; in change_master()
1593 mi->master_log_pos = max(BIN_LOG_HEADER_SIZE, in change_master()
1773 my_off_t pos = max(BIN_LOG_HEADER_SIZE, lex_mi->pos); // user-friendly in mysql_show_binlog_events()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libbinlogevents/include/
H A Dbinlog_event.h83 #ifndef BIN_LOG_HEADER_SIZE
84 #define BIN_LOG_HEADER_SIZE 4U macro
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libbinlogevents/include/
H A Dbinlog_event.h83 #ifndef BIN_LOG_HEADER_SIZE
84 #define BIN_LOG_HEADER_SIZE 4U macro
/dports/databases/mysql57-client/mysql-5.7.36/libbinlogevents/include/
H A Dbinlog_event.h83 #ifndef BIN_LOG_HEADER_SIZE
84 #define BIN_LOG_HEADER_SIZE 4U macro
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/libbinlogevents/include/
H A Dbinlog_event.h83 #ifndef BIN_LOG_HEADER_SIZE
84 #define BIN_LOG_HEADER_SIZE 4U macro
/dports/databases/percona57-server/percona-server-5.7.36-39/libbinlogevents/include/
H A Dbinlog_event.h83 #ifndef BIN_LOG_HEADER_SIZE
84 #define BIN_LOG_HEADER_SIZE 4U macro
/dports/databases/percona57-client/percona-server-5.7.36-39/libbinlogevents/include/
H A Dbinlog_event.h83 #ifndef BIN_LOG_HEADER_SIZE
84 #define BIN_LOG_HEADER_SIZE 4U macro
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_applier_reader.cc365 m_rli->set_event_relay_log_pos(BIN_LOG_HEADER_SIZE); in move_to_next_log()
379 m_rli->set_group_relay_log_pos(BIN_LOG_HEADER_SIZE); in move_to_next_log()
515 DBUG_ASSERT(m_relaylog_file_reader.position() >= BIN_LOG_HEADER_SIZE); in debug_print_next_event_positions()
/dports/databases/mariadb105-client/mariadb-10.5.15/client/
H A Dmysqlbinlog.cc70 #define BIN_LOG_HEADER_SIZE 4 macro
1661 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1687 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2374 if (old_off != BIN_LOG_HEADER_SIZE) in handle_event_text_mode()
2500 BIN_LOG_HEADER_SIZE, MYF(MY_NABP))) in handle_event_raw_mode()
2576 int2store(buf + BIN_LOG_HEADER_SIZE, binlog_flags); in dump_remote_log_entries()
2671 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
2846 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
2912 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
3107 start_position= BIN_LOG_HEADER_SIZE; in main()
/dports/databases/mariadb105-server/mariadb-10.5.15/client/
H A Dmysqlbinlog.cc70 #define BIN_LOG_HEADER_SIZE 4 macro
1661 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1687 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2374 if (old_off != BIN_LOG_HEADER_SIZE) in handle_event_text_mode()
2500 BIN_LOG_HEADER_SIZE, MYF(MY_NABP))) in handle_event_raw_mode()
2576 int2store(buf + BIN_LOG_HEADER_SIZE, binlog_flags); in dump_remote_log_entries()
2671 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
2846 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
2912 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
3107 start_position= BIN_LOG_HEADER_SIZE; in main()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libbinlogevents/include/
H A Dbinlog_event.h82 #ifndef BIN_LOG_HEADER_SIZE
83 #define BIN_LOG_HEADER_SIZE 4U macro
/dports/databases/mariadb104-server/mariadb-10.4.24/client/
H A Dmysqlbinlog.cc67 #define BIN_LOG_HEADER_SIZE 4 macro
1720 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1746 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2414 if (old_off != BIN_LOG_HEADER_SIZE) in handle_event_text_mode()
2540 BIN_LOG_HEADER_SIZE, MYF(MY_NABP))) in handle_event_raw_mode()
2616 int2store(buf + BIN_LOG_HEADER_SIZE, binlog_flags); in dump_remote_log_entries()
2711 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
2887 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
2953 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
3147 start_position= BIN_LOG_HEADER_SIZE; in main()
/dports/databases/mariadb103-server/mariadb-10.3.34/client/
H A Dmysqlbinlog.cc66 #define BIN_LOG_HEADER_SIZE 4
1727 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1753 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2425 if (old_off != BIN_LOG_HEADER_SIZE)
2551 BIN_LOG_HEADER_SIZE, MYF(MY_NABP)))
2627 int2store(buf + BIN_LOG_HEADER_SIZE, binlog_flags);
2722 uchar header[BIN_LOG_HEADER_SIZE];
2898 uchar tmp_buff[BIN_LOG_HEADER_SIZE];
2964 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE))
3158 start_position= BIN_LOG_HEADER_SIZE;
/dports/databases/mariadb103-client/mariadb-10.3.34/client/
H A Dmysqlbinlog.cc66 #define BIN_LOG_HEADER_SIZE 4 macro
1727 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1753 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2425 if (old_off != BIN_LOG_HEADER_SIZE) in handle_event_text_mode()
2551 BIN_LOG_HEADER_SIZE, MYF(MY_NABP))) in handle_event_raw_mode()
2627 int2store(buf + BIN_LOG_HEADER_SIZE, binlog_flags); in dump_remote_log_entries()
2722 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
2898 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
2964 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
3158 start_position= BIN_LOG_HEADER_SIZE; in main()
/dports/databases/mariadb104-client/mariadb-10.4.24/client/
H A Dmysqlbinlog.cc67 #define BIN_LOG_HEADER_SIZE 4 macro
1720 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1746 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2414 if (old_off != BIN_LOG_HEADER_SIZE) in handle_event_text_mode()
2540 BIN_LOG_HEADER_SIZE, MYF(MY_NABP))) in handle_event_raw_mode()
2616 int2store(buf + BIN_LOG_HEADER_SIZE, binlog_flags); in dump_remote_log_entries()
2711 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
2887 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
2953 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
3147 start_position= BIN_LOG_HEADER_SIZE; in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/client/
H A Dmysqlbinlog.cc82 #define BIN_LOG_HEADER_SIZE 4U macro
1713 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1744 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2235 start_position= BIN_LOG_HEADER_SIZE; in dump_multiple_logs()
2644 if ((old_off != BIN_LOG_HEADER_SIZE) && (!raw_mode)) in dump_remote_log_entries()
2660 BIN_LOG_HEADER_SIZE, MYF(MY_NABP))) in dump_remote_log_entries()
2774 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
2949 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
3015 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/client/
H A Dmysqlbinlog.cc82 #define BIN_LOG_HEADER_SIZE 4U macro
1713 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1744 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2235 start_position= BIN_LOG_HEADER_SIZE; in dump_multiple_logs()
2644 if ((old_off != BIN_LOG_HEADER_SIZE) && (!raw_mode)) in dump_remote_log_entries()
2660 BIN_LOG_HEADER_SIZE, MYF(MY_NABP))) in dump_remote_log_entries()
2774 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
2949 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
3015 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/client/
H A Dmysqlbinlog.cc82 #define BIN_LOG_HEADER_SIZE 4U macro
1713 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1744 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2235 start_position= BIN_LOG_HEADER_SIZE; in dump_multiple_logs()
2644 if ((old_off != BIN_LOG_HEADER_SIZE) && (!raw_mode)) in dump_remote_log_entries()
2660 BIN_LOG_HEADER_SIZE, MYF(MY_NABP))) in dump_remote_log_entries()
2774 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
2949 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
3015 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/client/
H A Dmysqlbinlog.cc70 #define BIN_LOG_HEADER_SIZE 4U macro
1632 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1663 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2054 start_position= BIN_LOG_HEADER_SIZE; in dump_multiple_logs()
2463 if ((old_off != BIN_LOG_HEADER_SIZE) && (!raw_mode)) in dump_remote_log_entries()
2479 BIN_LOG_HEADER_SIZE, MYF(MY_NABP))) in dump_remote_log_entries()
2593 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
2768 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
2834 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
/dports/databases/mysql56-client/mysql-5.6.51/client/
H A Dmysqlbinlog.cc70 #define BIN_LOG_HEADER_SIZE 4U macro
1632 REQUIRED_ARG, BIN_LOG_HEADER_SIZE, BIN_LOG_HEADER_SIZE,
1663 REQUIRED_ARG, (longlong)(~(my_off_t)0), BIN_LOG_HEADER_SIZE,
2054 start_position= BIN_LOG_HEADER_SIZE; in dump_multiple_logs()
2463 if ((old_off != BIN_LOG_HEADER_SIZE) && (!raw_mode)) in dump_remote_log_entries()
2479 BIN_LOG_HEADER_SIZE, MYF(MY_NABP))) in dump_remote_log_entries()
2593 uchar header[BIN_LOG_HEADER_SIZE]; in check_header()
2768 uchar tmp_buff[BIN_LOG_HEADER_SIZE]; in dump_local_log_entries()
2834 if (!start_position && my_b_read(file, tmp_buff, BIN_LOG_HEADER_SIZE)) in dump_local_log_entries()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Drpl_rli.cc537 if (pos > BIN_LOG_HEADER_SIZE) /* If pos<=4, we stay at 4 */ in init_relay_log_pos()
715 log_pos= max<ulong>(log_pos, BIN_LOG_HEADER_SIZE); in wait_for_pos()
1250 group_relay_log_pos= event_relay_log_pos= BIN_LOG_HEADER_SIZE; in purge_relay_logs()
1973 if (init_relay_log_pos(NullS, BIN_LOG_HEADER_SIZE, in rli_init_info()
2019 DBUG_ASSERT(event_relay_log_pos >= BIN_LOG_HEADER_SIZE); in rli_init_info()
2266 (ulong) BIN_LOG_HEADER_SIZE) || in read_info()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Drpl_rli.cc537 if (pos > BIN_LOG_HEADER_SIZE) /* If pos<=4, we stay at 4 */ in init_relay_log_pos()
715 log_pos= max<ulong>(log_pos, BIN_LOG_HEADER_SIZE); in wait_for_pos()
1250 group_relay_log_pos= event_relay_log_pos= BIN_LOG_HEADER_SIZE; in purge_relay_logs()
1973 if (init_relay_log_pos(NullS, BIN_LOG_HEADER_SIZE, in rli_init_info()
2019 DBUG_ASSERT(event_relay_log_pos >= BIN_LOG_HEADER_SIZE); in rli_init_info()
2266 (ulong) BIN_LOG_HEADER_SIZE) || in read_info()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Drpl_rli.cc536 if (pos > BIN_LOG_HEADER_SIZE) /* If pos<=4, we stay at 4 */ in init_relay_log_pos()
714 log_pos= max<ulong>(log_pos, BIN_LOG_HEADER_SIZE); in wait_for_pos()
1191 group_relay_log_pos= event_relay_log_pos= BIN_LOG_HEADER_SIZE; in purge_relay_logs()
1906 if (init_relay_log_pos(NullS, BIN_LOG_HEADER_SIZE, in rli_init_info()
1952 DBUG_ASSERT(event_relay_log_pos >= BIN_LOG_HEADER_SIZE); in rli_init_info()
2198 (ulong) BIN_LOG_HEADER_SIZE) || in read_info()

123456789