Home
last modified time | relevance | path

Searched refs:BINLOG_CHECKSUM_ALG_UNDEF (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libbinlogevents/src/
H A Dbinlog_event.cpp46 : checksum_alg(BINLOG_CHECKSUM_ALG_UNDEF) { in Log_event_footer()
55 if (checksum_alg != binary_log::BINLOG_CHECKSUM_ALG_UNDEF && in Log_event_footer()
66 if (alg != binary_log::BINLOG_CHECKSUM_ALG_UNDEF) in get_checksum_alg()
87 enum_binlog_checksum_alg ret = BINLOG_CHECKSUM_ALG_UNDEF; in get_checksum_alg()
103 ret = BINLOG_CHECKSUM_ALG_UNDEF; in get_checksum_alg()
133 if (alg != BINLOG_CHECKSUM_ALG_OFF && alg != BINLOG_CHECKSUM_ALG_UNDEF) { in event_checksum_test()
/dports/databases/percona57-server/percona-server-5.7.36-39/libbinlogevents/src/
H A Dbinlog_event.cpp74 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_checksum_alg()
80 ret == BINLOG_CHECKSUM_ALG_UNDEF || in get_checksum_alg()
236 if (alg != BINLOG_CHECKSUM_ALG_OFF && alg != BINLOG_CHECKSUM_ALG_UNDEF) in event_checksum_test()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libbinlogevents/src/
H A Dbinlog_event.cpp74 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_checksum_alg()
80 ret == BINLOG_CHECKSUM_ALG_UNDEF || in get_checksum_alg()
236 if (alg != BINLOG_CHECKSUM_ALG_OFF && alg != BINLOG_CHECKSUM_ALG_UNDEF) in event_checksum_test()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libbinlogevents/src/
H A Dbinlog_event.cpp73 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_checksum_alg()
79 ret == BINLOG_CHECKSUM_ALG_UNDEF || in get_checksum_alg()
227 if (alg != BINLOG_CHECKSUM_ALG_OFF && alg != BINLOG_CHECKSUM_ALG_UNDEF) in event_checksum_test()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/libbinlogevents/src/
H A Dbinlog_event.cpp73 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_checksum_alg()
79 ret == BINLOG_CHECKSUM_ALG_UNDEF || in get_checksum_alg()
227 if (alg != BINLOG_CHECKSUM_ALG_OFF && alg != BINLOG_CHECKSUM_ALG_UNDEF) in event_checksum_test()
/dports/databases/percona57-client/percona-server-5.7.36-39/libbinlogevents/src/
H A Dbinlog_event.cpp74 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_checksum_alg()
80 ret == BINLOG_CHECKSUM_ALG_UNDEF || in get_checksum_alg()
236 if (alg != BINLOG_CHECKSUM_ALG_OFF && alg != BINLOG_CHECKSUM_ALG_UNDEF) in event_checksum_test()
/dports/databases/mysql57-client/mysql-5.7.36/libbinlogevents/src/
H A Dbinlog_event.cpp73 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_checksum_alg()
79 ret == BINLOG_CHECKSUM_ALG_UNDEF || in get_checksum_alg()
227 if (alg != BINLOG_CHECKSUM_ALG_OFF && alg != BINLOG_CHECKSUM_ALG_UNDEF) in event_checksum_test()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Drpl_master.cc335 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_binlog_checksum_value_at_connect()
382 checksum_alg_arg != BINLOG_CHECKSUM_ALG_UNDEF; in fake_rotate_event()
602 checksum_alg_arg != BINLOG_CHECKSUM_ALG_UNDEF; in send_heartbeat_event()
877 uint8 current_checksum_alg= BINLOG_CHECKSUM_ALG_UNDEF; in mysql_binlog_send()
1168 current_checksum_alg == BINLOG_CHECKSUM_ALG_UNDEF || in mysql_binlog_send()
1172 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1198 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1313 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1345 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1382 p_fdle->checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) ? in mysql_binlog_send()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Drpl_master.cc335 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_binlog_checksum_value_at_connect()
382 checksum_alg_arg != BINLOG_CHECKSUM_ALG_UNDEF; in fake_rotate_event()
602 checksum_alg_arg != BINLOG_CHECKSUM_ALG_UNDEF; in send_heartbeat_event()
877 uint8 current_checksum_alg= BINLOG_CHECKSUM_ALG_UNDEF; in mysql_binlog_send()
1168 current_checksum_alg == BINLOG_CHECKSUM_ALG_UNDEF || in mysql_binlog_send()
1172 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1198 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1313 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1345 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1382 p_fdle->checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) ? in mysql_binlog_send()
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Drpl_master.cc335 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_binlog_checksum_value_at_connect()
382 checksum_alg_arg != BINLOG_CHECKSUM_ALG_UNDEF; in fake_rotate_event()
602 checksum_alg_arg != BINLOG_CHECKSUM_ALG_UNDEF; in send_heartbeat_event()
876 uint8 current_checksum_alg= BINLOG_CHECKSUM_ALG_UNDEF; in mysql_binlog_send()
1167 current_checksum_alg == BINLOG_CHECKSUM_ALG_UNDEF || in mysql_binlog_send()
1171 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1197 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1312 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1344 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1381 p_fdle->checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) ? in mysql_binlog_send()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Drpl_master.cc335 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_binlog_checksum_value_at_connect()
382 checksum_alg_arg != BINLOG_CHECKSUM_ALG_UNDEF; in fake_rotate_event()
602 checksum_alg_arg != BINLOG_CHECKSUM_ALG_UNDEF; in send_heartbeat_event()
877 uint8 current_checksum_alg= BINLOG_CHECKSUM_ALG_UNDEF; in mysql_binlog_send()
1168 current_checksum_alg == BINLOG_CHECKSUM_ALG_UNDEF || in mysql_binlog_send()
1172 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1198 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1313 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1345 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1382 p_fdle->checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) ? in mysql_binlog_send()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Drpl_master.cc335 ret= BINLOG_CHECKSUM_ALG_UNDEF; in get_binlog_checksum_value_at_connect()
382 checksum_alg_arg != BINLOG_CHECKSUM_ALG_UNDEF; in fake_rotate_event()
602 checksum_alg_arg != BINLOG_CHECKSUM_ALG_UNDEF; in send_heartbeat_event()
876 uint8 current_checksum_alg= BINLOG_CHECKSUM_ALG_UNDEF; in mysql_binlog_send()
1167 current_checksum_alg == BINLOG_CHECKSUM_ALG_UNDEF || in mysql_binlog_send()
1171 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1197 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1312 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1344 current_checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) in mysql_binlog_send()
1381 p_fdle->checksum_alg != BINLOG_CHECKSUM_ALG_UNDEF) ? in mysql_binlog_send()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libbinlogevents/include/
H A Dbinlog_event.h411 BINLOG_CHECKSUM_ALG_UNDEF= 255 enumerator
522 : checksum_alg(BINLOG_CHECKSUM_ALG_UNDEF) in Log_event_footer()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libbinlogevents/include/
H A Dbinlog_event.h403 BINLOG_CHECKSUM_ALG_UNDEF= 255 enumerator
514 : checksum_alg(BINLOG_CHECKSUM_ALG_UNDEF) in Log_event_footer()
/dports/databases/mysql57-client/mysql-5.7.36/libbinlogevents/include/
H A Dbinlog_event.h403 BINLOG_CHECKSUM_ALG_UNDEF= 255 enumerator
514 : checksum_alg(BINLOG_CHECKSUM_ALG_UNDEF) in Log_event_footer()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/libbinlogevents/include/
H A Dbinlog_event.h403 BINLOG_CHECKSUM_ALG_UNDEF= 255 enumerator
514 : checksum_alg(BINLOG_CHECKSUM_ALG_UNDEF) in Log_event_footer()
/dports/databases/percona57-server/percona-server-5.7.36-39/libbinlogevents/include/
H A Dbinlog_event.h411 BINLOG_CHECKSUM_ALG_UNDEF= 255 enumerator
522 : checksum_alg(BINLOG_CHECKSUM_ALG_UNDEF) in Log_event_footer()
/dports/databases/percona57-client/percona-server-5.7.36-39/libbinlogevents/include/
H A Dbinlog_event.h411 BINLOG_CHECKSUM_ALG_UNDEF= 255 enumerator
522 : checksum_alg(BINLOG_CHECKSUM_ALG_UNDEF) in Log_event_footer()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libbinlogevents/include/
H A Dbinlog_event.h424 BINLOG_CHECKSUM_ALG_UNDEF = 255 enumerator
535 Log_event_footer() : checksum_alg(BINLOG_CHECKSUM_ALG_UNDEF) {} in Log_event_footer()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Drpl_constants.h80 BINLOG_CHECKSUM_ALG_UNDEF= 255 // special value to tag undetermined yet checksum enumerator
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Drpl_constants.h80 BINLOG_CHECKSUM_ALG_UNDEF= 255 // special value to tag undetermined yet checksum enumerator
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Drpl_constants.h80 BINLOG_CHECKSUM_ALG_UNDEF= 255 // special value to tag undetermined yet checksum enumerator
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Drpl_constants.h80 BINLOG_CHECKSUM_ALG_UNDEF= 255 // special value to tag undetermined yet checksum enumerator
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Drpl_constants.h80 BINLOG_CHECKSUM_ALG_UNDEF= 255 // special value to tag undetermined yet checksum enumerator
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Drpl_constants.h80 BINLOG_CHECKSUM_ALG_UNDEF= 255 // special value to tag undetermined yet checksum enumerator

1234567