Home
last modified time | relevance | path

Searched refs:binlog_checksum_options (Results 1 – 25 of 117) sorted by relevance

12345

/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_group_replication.cc345 requirements.binlog_checksum_options= binlog_checksum_options; in get_server_startup_prerequirements()
H A Dreplication.h100 ulong binlog_checksum_options; //enum values in enum enum_binlog_checksum_alg member
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_group_replication.cc345 requirements.binlog_checksum_options= binlog_checksum_options; in get_server_startup_prerequirements()
H A Dreplication.h100 ulong binlog_checksum_options; //enum values in enum enum_binlog_checksum_alg member
H A Drpl_handler.cc805 ctx_info.binlog_checksum_options= binlog_checksum_options; in prepare_transaction_context()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_group_replication.cc345 requirements.binlog_checksum_options= binlog_checksum_options; in get_server_startup_prerequirements()
H A Dreplication.h100 ulong binlog_checksum_options; //enum values in enum enum_binlog_checksum_alg member
H A Drpl_handler.cc805 ctx_info.binlog_checksum_options= binlog_checksum_options; in prepare_transaction_context()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_group_replication.cc345 requirements.binlog_checksum_options= binlog_checksum_options; in get_server_startup_prerequirements()
H A Dreplication.h100 ulong binlog_checksum_options; //enum values in enum enum_binlog_checksum_alg member
H A Drpl_handler.cc805 ctx_info.binlog_checksum_options= binlog_checksum_options; in prepare_transaction_context()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_group_replication.cc345 requirements.binlog_checksum_options= binlog_checksum_options; in get_server_startup_prerequirements()
H A Dreplication.h100 ulong binlog_checksum_options; //enum values in enum enum_binlog_checksum_alg member
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_group_replication.cc345 requirements.binlog_checksum_options= binlog_checksum_options; in get_server_startup_prerequirements()
H A Dreplication.h100 ulong binlog_checksum_options; //enum values in enum enum_binlog_checksum_alg member
H A Drpl_handler.cc481 ctx_info.binlog_checksum_options= binlog_checksum_options; in prepare_transaction_context()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_group_replication.cc481 requirements.binlog_checksum_options = binlog_checksum_options; in get_server_startup_prerequirements()
H A Dreplication.h102 ulong binlog_checksum_options; // enum values in enum member
H A Drpl_handler.cc458 ctx_info.binlog_checksum_options = binlog_checksum_options; in prepare_transaction_context()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog.cc105 ulong binlog_checksum_options; variable
3712 s.checksum_alg= (enum_binlog_checksum_alg)binlog_checksum_options; in open()
5361 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset); in new_file_impl()
5362 binlog_checksum_options= checksum_alg_reset; in new_file_impl()
7278 CacheWriter writer(thd, &log_file, binlog_checksum_options, &crypto); in write_cache()
7286 DBUG_ASSERT(binlog_checksum_options == BINLOG_CHECKSUM_ALG_OFF || in write_cache()
7287 binlog_checksum_options == BINLOG_CHECKSUM_ALG_CRC32); in write_cache()
10813 if (binlog_checksum_options != value) in binlog_checksum_update()
10820 binlog_checksum_options= value; in binlog_checksum_update()
10822 DBUG_ASSERT(binlog_checksum_options == value); in binlog_checksum_update()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dlog.cc100 ulong binlog_checksum_options; variable
3577 s.checksum_alg= (enum_binlog_checksum_alg)binlog_checksum_options; in open()
5274 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset); in new_file_impl()
5275 binlog_checksum_options= checksum_alg_reset; in new_file_impl()
7077 CacheWriter writer(thd, &log_file, binlog_checksum_options, &crypto); in write_cache()
7083 DBUG_ASSERT(binlog_checksum_options == BINLOG_CHECKSUM_ALG_OFF || in write_cache()
7084 binlog_checksum_options == BINLOG_CHECKSUM_ALG_CRC32); in write_cache()
10577 if (binlog_checksum_options != value) in binlog_checksum_update()
10584 binlog_checksum_options= value; in binlog_checksum_update()
10586 DBUG_ASSERT(binlog_checksum_options == value); in binlog_checksum_update()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dlog.cc100 ulong binlog_checksum_options; variable
3577 s.checksum_alg= (enum_binlog_checksum_alg)binlog_checksum_options; in open()
5274 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset); in new_file_impl()
5275 binlog_checksum_options= checksum_alg_reset; in new_file_impl()
7077 CacheWriter writer(thd, &log_file, binlog_checksum_options, &crypto); in write_cache()
7083 DBUG_ASSERT(binlog_checksum_options == BINLOG_CHECKSUM_ALG_OFF || in write_cache()
7084 binlog_checksum_options == BINLOG_CHECKSUM_ALG_CRC32); in write_cache()
10577 if (binlog_checksum_options != value) in binlog_checksum_update()
10584 binlog_checksum_options= value; in binlog_checksum_update()
10586 DBUG_ASSERT(binlog_checksum_options == value); in binlog_checksum_update()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dlog.cc96 ulong binlog_checksum_options;
3523 s.checksum_alg= (enum_binlog_checksum_alg)binlog_checksum_options;
5217 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset);
5218 binlog_checksum_options= checksum_alg_reset;
7000 CacheWriter writer(thd, &log_file, binlog_checksum_options, &crypto);
7006 DBUG_ASSERT(binlog_checksum_options == BINLOG_CHECKSUM_ALG_OFF ||
7007 binlog_checksum_options == BINLOG_CHECKSUM_ALG_CRC32);
10439 if (binlog_checksum_options != value)
10446 binlog_checksum_options= value;
10448 DBUG_ASSERT(binlog_checksum_options == value);
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dlog.cc96 ulong binlog_checksum_options; variable
3523 s.checksum_alg= (enum_binlog_checksum_alg)binlog_checksum_options; in open()
5217 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset); in new_file_impl()
5218 binlog_checksum_options= checksum_alg_reset; in new_file_impl()
7000 CacheWriter writer(thd, &log_file, binlog_checksum_options, &crypto); in write_cache()
7006 DBUG_ASSERT(binlog_checksum_options == BINLOG_CHECKSUM_ALG_OFF || in write_cache()
7007 binlog_checksum_options == BINLOG_CHECKSUM_ALG_CRC32); in write_cache()
10439 if (binlog_checksum_options != value) in binlog_checksum_update()
10446 binlog_checksum_options= value; in binlog_checksum_update()
10448 DBUG_ASSERT(binlog_checksum_options == value); in binlog_checksum_update()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dlog.cc105 ulong binlog_checksum_options; variable
3712 s.checksum_alg= (enum_binlog_checksum_alg)binlog_checksum_options; in open()
5361 DBUG_ASSERT(binlog_checksum_options != checksum_alg_reset); in new_file_impl()
5362 binlog_checksum_options= checksum_alg_reset; in new_file_impl()
7278 CacheWriter writer(thd, &log_file, binlog_checksum_options, &crypto); in write_cache()
7286 DBUG_ASSERT(binlog_checksum_options == BINLOG_CHECKSUM_ALG_OFF || in write_cache()
7287 binlog_checksum_options == BINLOG_CHECKSUM_ALG_CRC32); in write_cache()
10813 if (binlog_checksum_options != value) in binlog_checksum_update()
10820 binlog_checksum_options= value; in binlog_checksum_update()
10822 DBUG_ASSERT(binlog_checksum_options == value); in binlog_checksum_update()
[all …]

12345