Home
last modified time | relevance | path

Searched refs:checksum_alg_reset (Results 1 – 25 of 48) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dbinlog.h282 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dbinlog.h392 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dbinlog.h392 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
H A Dsys_vars.cc2763 mysql_bin_log.checksum_alg_reset= (uint8) var->save_result.ulonglong_value; in global_update()
2766 mysql_bin_log.checksum_alg_reset= BINLOG_CHECKSUM_ALG_UNDEF; // done in global_update()
2773 DBUG_ASSERT(mysql_bin_log.checksum_alg_reset == BINLOG_CHECKSUM_ALG_UNDEF); in global_update()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dbinlog.h392 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dbinlog.h392 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dbinlog.h392 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dbinlog.h478 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dbinlog.h486 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dbinlog.h478 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dbinlog.h486 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dbinlog.h486 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dbinlog.h478 uint8 checksum_alg_reset; // to contain a new value when binlog is rotated variable
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog.h625 enum enum_binlog_checksum_alg checksum_alg_reset; // to contain a new value when binlog is rotated variable
H A Dlog.cc3376 checksum_alg_reset(BINLOG_CHECKSUM_ALG_UNDEF), in MYSQL_BIN_LOG()
5358 if (checksum_alg_reset != BINLOG_CHECKSUM_ALG_UNDEF) in new_file_impl()
5361 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset); in new_file_impl()
5362 binlog_checksum_options= checksum_alg_reset; in new_file_impl()
10814 mysql_bin_log.checksum_alg_reset= (enum_binlog_checksum_alg)value; in binlog_checksum_update()
10823 mysql_bin_log.checksum_alg_reset= BINLOG_CHECKSUM_ALG_UNDEF; in binlog_checksum_update()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dlog.h629 enum enum_binlog_checksum_alg checksum_alg_reset; // to contain a new value when binlog is rotated
H A Dlog.cc3186 checksum_alg_reset(BINLOG_CHECKSUM_ALG_UNDEF), in MYSQL_BIN_LOG()
5214 if (log_type == LOG_BIN && checksum_alg_reset != BINLOG_CHECKSUM_ALG_UNDEF) in new_file_impl()
5217 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset); in new_file_impl()
5218 binlog_checksum_options= checksum_alg_reset; in new_file_impl()
10440 mysql_bin_log.checksum_alg_reset= (enum_binlog_checksum_alg)value; in binlog_checksum_update()
10449 mysql_bin_log.checksum_alg_reset= BINLOG_CHECKSUM_ALG_UNDEF; in binlog_checksum_update()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dlog.h622 enum enum_binlog_checksum_alg checksum_alg_reset; // to contain a new value when binlog is rotated variable
H A Dlog.cc3240 checksum_alg_reset(BINLOG_CHECKSUM_ALG_UNDEF), in MYSQL_BIN_LOG()
5271 if (log_type == LOG_BIN && checksum_alg_reset != BINLOG_CHECKSUM_ALG_UNDEF) in new_file_impl()
5274 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset); in new_file_impl()
5275 binlog_checksum_options= checksum_alg_reset; in new_file_impl()
10578 mysql_bin_log.checksum_alg_reset= (enum_binlog_checksum_alg)value; in binlog_checksum_update()
10587 mysql_bin_log.checksum_alg_reset= BINLOG_CHECKSUM_ALG_UNDEF; in binlog_checksum_update()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dlog.h622 enum enum_binlog_checksum_alg checksum_alg_reset; // to contain a new value when binlog is rotated variable
H A Dlog.cc3240 checksum_alg_reset(BINLOG_CHECKSUM_ALG_UNDEF), in MYSQL_BIN_LOG()
5271 if (log_type == LOG_BIN && checksum_alg_reset != BINLOG_CHECKSUM_ALG_UNDEF) in new_file_impl()
5274 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset); in new_file_impl()
5275 binlog_checksum_options= checksum_alg_reset; in new_file_impl()
10578 mysql_bin_log.checksum_alg_reset= (enum_binlog_checksum_alg)value; in binlog_checksum_update()
10587 mysql_bin_log.checksum_alg_reset= BINLOG_CHECKSUM_ALG_UNDEF; in binlog_checksum_update()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dlog.h629 enum enum_binlog_checksum_alg checksum_alg_reset; // to contain a new value when binlog is rotated variable
H A Dlog.cc3186 checksum_alg_reset(BINLOG_CHECKSUM_ALG_UNDEF),
5214 if (log_type == LOG_BIN && checksum_alg_reset != BINLOG_CHECKSUM_ALG_UNDEF)
5217 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset);
5218 binlog_checksum_options= checksum_alg_reset;
10440 mysql_bin_log.checksum_alg_reset= (enum_binlog_checksum_alg)value;
10449 mysql_bin_log.checksum_alg_reset= BINLOG_CHECKSUM_ALG_UNDEF;
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dlog.h625 enum enum_binlog_checksum_alg checksum_alg_reset; // to contain a new value when binlog is rotated variable
H A Dlog.cc3376 checksum_alg_reset(BINLOG_CHECKSUM_ALG_UNDEF), in MYSQL_BIN_LOG()
5358 if (checksum_alg_reset != BINLOG_CHECKSUM_ALG_UNDEF) in new_file_impl()
5361 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset); in new_file_impl()
5362 binlog_checksum_options= checksum_alg_reset; in new_file_impl()
10814 mysql_bin_log.checksum_alg_reset= (enum_binlog_checksum_alg)value; in binlog_checksum_update()
10823 mysql_bin_log.checksum_alg_reset= BINLOG_CHECKSUM_ALG_UNDEF; in binlog_checksum_update()

12