Home
last modified time | relevance | path

Searched refs:new_fdle (Results 1 – 24 of 24) sorted by relevance

/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_binlog_sender.cc1196 Format_description_log_event *new_fdle= NULL; in send_format_description_event() local
1198new_fdle= new Format_description_log_event(reinterpret_cast<char*>(event_ptr), event_len, m_fdle.g… in send_format_description_event()
1200 if (new_fdle == NULL) in send_format_description_event()
1205 m_fdle.reset(new_fdle); in send_format_description_event()
H A Drpl_slave.cc896 Format_description_log_event* new_fdle; in read_rotate_from_relay_log() local
905 new_fdle= static_cast<Format_description_log_event*>(ev); in read_rotate_from_relay_log()
906 new_fdle->copy_crypto_data(*fd_ev_p); in read_rotate_from_relay_log()
909 fd_ev_p= new_fdle; in read_rotate_from_relay_log()
8034 Format_description_log_event *new_fdle= new in process_io_rotate() local
8036 new_fdle->common_footer->checksum_alg= in process_io_rotate()
8038 mi->set_mi_description_event(new_fdle); in process_io_rotate()
8562 Format_description_log_event *new_fdle= in queue_event() local
8567 if (new_fdle == NULL) in queue_event()
8576 if (new_fdle->common_footer->checksum_alg == in queue_event()
[all …]
H A Dbinlog.cc3545 Format_description_log_event* new_fdle= in show_binlog_events() local
3547 new_fdle->copy_crypto_data(*description_event); in show_binlog_events()
3549 description_event= new_fdle; in show_binlog_events()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_binlog_sender.cc1196 Format_description_log_event *new_fdle= NULL; in send_format_description_event() local
1198new_fdle= new Format_description_log_event(reinterpret_cast<char*>(event_ptr), event_len, m_fdle.g… in send_format_description_event()
1200 if (new_fdle == NULL) in send_format_description_event()
1205 m_fdle.reset(new_fdle); in send_format_description_event()
H A Drpl_slave.cc896 Format_description_log_event* new_fdle; in read_rotate_from_relay_log() local
905 new_fdle= static_cast<Format_description_log_event*>(ev); in read_rotate_from_relay_log()
906 new_fdle->copy_crypto_data(*fd_ev_p); in read_rotate_from_relay_log()
909 fd_ev_p= new_fdle; in read_rotate_from_relay_log()
8034 Format_description_log_event *new_fdle= new in process_io_rotate() local
8036 new_fdle->common_footer->checksum_alg= in process_io_rotate()
8038 mi->set_mi_description_event(new_fdle); in process_io_rotate()
8562 Format_description_log_event *new_fdle= in queue_event() local
8567 if (new_fdle == NULL) in queue_event()
8576 if (new_fdle->common_footer->checksum_alg == in queue_event()
[all …]
H A Dbinlog.cc3545 Format_description_log_event* new_fdle= in show_binlog_events() local
3547 new_fdle->copy_crypto_data(*description_event); in show_binlog_events()
3549 description_event= new_fdle; in show_binlog_events()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_binlog_sender.cc1196 Format_description_log_event *new_fdle= NULL; in send_format_description_event() local
1198new_fdle= new Format_description_log_event(reinterpret_cast<char*>(event_ptr), event_len, m_fdle.g… in send_format_description_event()
1200 if (new_fdle == NULL) in send_format_description_event()
1205 m_fdle.reset(new_fdle); in send_format_description_event()
H A Drpl_slave.cc896 Format_description_log_event* new_fdle; in read_rotate_from_relay_log() local
905 new_fdle= static_cast<Format_description_log_event*>(ev); in read_rotate_from_relay_log()
906 new_fdle->copy_crypto_data(*fd_ev_p); in read_rotate_from_relay_log()
909 fd_ev_p= new_fdle; in read_rotate_from_relay_log()
8034 Format_description_log_event *new_fdle= new in process_io_rotate() local
8036 new_fdle->common_footer->checksum_alg= in process_io_rotate()
8038 mi->set_mi_description_event(new_fdle); in process_io_rotate()
8562 Format_description_log_event *new_fdle= in queue_event() local
8567 if (new_fdle == NULL) in queue_event()
8576 if (new_fdle->common_footer->checksum_alg == in queue_event()
[all …]
H A Dbinlog.cc3545 Format_description_log_event* new_fdle= in show_binlog_events() local
3547 new_fdle->copy_crypto_data(*description_event); in show_binlog_events()
3549 description_event= new_fdle; in show_binlog_events()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Drpl_slave.cc6818 Format_description_log_event *new_fdle= new in process_io_rotate() local
6820 new_fdle->checksum_alg= mi->rli->relay_log.relay_log_checksum_alg; in process_io_rotate()
6821 mi->set_mi_description_event(new_fdle); in process_io_rotate()
7234 Format_description_log_event *new_fdle= in queue_event() local
7238 if (new_fdle == NULL) in queue_event()
7243 if (new_fdle->checksum_alg == BINLOG_CHECKSUM_ALG_UNDEF) in queue_event()
7244 new_fdle->checksum_alg= BINLOG_CHECKSUM_ALG_OFF; in queue_event()
7245 mi->set_mi_description_event(new_fdle); in queue_event()
7248 mi->rli->relay_log.relay_log_checksum_alg= new_fdle->checksum_alg; in queue_event()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Drpl_slave.cc6818 Format_description_log_event *new_fdle= new in process_io_rotate() local
6820 new_fdle->checksum_alg= mi->rli->relay_log.relay_log_checksum_alg; in process_io_rotate()
6821 mi->set_mi_description_event(new_fdle); in process_io_rotate()
7234 Format_description_log_event *new_fdle= in queue_event() local
7238 if (new_fdle == NULL) in queue_event()
7243 if (new_fdle->checksum_alg == BINLOG_CHECKSUM_ALG_UNDEF) in queue_event()
7244 new_fdle->checksum_alg= BINLOG_CHECKSUM_ALG_OFF; in queue_event()
7245 mi->set_mi_description_event(new_fdle); in queue_event()
7248 mi->rli->relay_log.relay_log_checksum_alg= new_fdle->checksum_alg; in queue_event()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Drpl_slave.cc6818 Format_description_log_event *new_fdle= new in process_io_rotate() local
6820 new_fdle->checksum_alg= mi->rli->relay_log.relay_log_checksum_alg; in process_io_rotate()
6821 mi->set_mi_description_event(new_fdle); in process_io_rotate()
7234 Format_description_log_event *new_fdle= in queue_event() local
7238 if (new_fdle == NULL) in queue_event()
7243 if (new_fdle->checksum_alg == BINLOG_CHECKSUM_ALG_UNDEF) in queue_event()
7244 new_fdle->checksum_alg= BINLOG_CHECKSUM_ALG_OFF; in queue_event()
7245 mi->set_mi_description_event(new_fdle); in queue_event()
7248 mi->rli->relay_log.relay_log_checksum_alg= new_fdle->checksum_alg; in queue_event()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Drpl_slave.cc6672 Format_description_log_event *new_fdle= new in process_io_rotate() local
6674 new_fdle->checksum_alg= mi->rli->relay_log.relay_log_checksum_alg; in process_io_rotate()
6675 mi->set_mi_description_event(new_fdle); in process_io_rotate()
7088 Format_description_log_event *new_fdle= in queue_event() local
7092 if (new_fdle == NULL) in queue_event()
7097 if (new_fdle->checksum_alg == BINLOG_CHECKSUM_ALG_UNDEF) in queue_event()
7098 new_fdle->checksum_alg= BINLOG_CHECKSUM_ALG_OFF; in queue_event()
7099 mi->set_mi_description_event(new_fdle); in queue_event()
7102 mi->rli->relay_log.relay_log_checksum_alg= new_fdle->checksum_alg; in queue_event()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Drpl_slave.cc6881 Format_description_log_event *new_fdle= new in process_io_rotate() local
6883 new_fdle->checksum_alg= mi->rli->relay_log.relay_log_checksum_alg; in process_io_rotate()
6884 mi->set_mi_description_event(new_fdle); in process_io_rotate()
7297 Format_description_log_event *new_fdle= in queue_event() local
7301 if (new_fdle == NULL) in queue_event()
7306 if (new_fdle->checksum_alg == BINLOG_CHECKSUM_ALG_UNDEF) in queue_event()
7307 new_fdle->checksum_alg= BINLOG_CHECKSUM_ALG_OFF; in queue_event()
7308 mi->set_mi_description_event(new_fdle); in queue_event()
7311 mi->rli->relay_log.relay_log_checksum_alg= new_fdle->checksum_alg; in queue_event()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_slave.cc7885 Format_description_log_event *new_fdle= new in process_io_rotate() local
7887 new_fdle->common_footer->checksum_alg= in process_io_rotate()
7889 mi->set_mi_description_event(new_fdle); in process_io_rotate()
8412 Format_description_log_event *new_fdle= in queue_event() local
8417 if (new_fdle == NULL) in queue_event()
8424 if (new_fdle->common_footer->checksum_alg == in queue_event()
8426 new_fdle->common_footer->checksum_alg= binary_log::BINLOG_CHECKSUM_ALG_OFF; in queue_event()
8428 mi->set_mi_description_event(new_fdle); in queue_event()
8431 mi->rli->relay_log.relay_log_checksum_alg= new_fdle->common_footer->checksum_alg; in queue_event()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_slave.cc8171 Format_description_log_event *new_fdle= new in process_io_rotate() local
8173 new_fdle->common_footer->checksum_alg= in process_io_rotate()
8175 mi->set_mi_description_event(new_fdle); in process_io_rotate()
8698 Format_description_log_event *new_fdle= in queue_event() local
8703 if (new_fdle == NULL) in queue_event()
8710 if (new_fdle->common_footer->checksum_alg == in queue_event()
8712 new_fdle->common_footer->checksum_alg= binary_log::BINLOG_CHECKSUM_ALG_OFF; in queue_event()
8714 mi->set_mi_description_event(new_fdle); in queue_event()
8717 mi->rli->relay_log.relay_log_checksum_alg= new_fdle->common_footer->checksum_alg; in queue_event()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_slave.cc7860 Format_description_log_event *new_fdle= new in process_io_rotate() local
7862 new_fdle->common_footer->checksum_alg= in process_io_rotate()
7864 mi->set_mi_description_event(new_fdle); in process_io_rotate()
8387 Format_description_log_event *new_fdle= in queue_event() local
8392 if (new_fdle == NULL) in queue_event()
8399 if (new_fdle->common_footer->checksum_alg == in queue_event()
8401 new_fdle->common_footer->checksum_alg= binary_log::BINLOG_CHECKSUM_ALG_OFF; in queue_event()
8403 mi->set_mi_description_event(new_fdle); in queue_event()
8406 mi->rli->relay_log.relay_log_checksum_alg= new_fdle->common_footer->checksum_alg; in queue_event()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_repl.cc4225 Format_description_log_event* new_fdle= in mysql_show_binlog_events() local
4227 new_fdle->copy_crypto_data(description_event); in mysql_show_binlog_events()
4229 description_event= new_fdle; in mysql_show_binlog_events()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_repl.cc4224 Format_description_log_event* new_fdle= in mysql_show_binlog_events() local
4226 new_fdle->copy_crypto_data(description_event); in mysql_show_binlog_events()
4228 description_event= new_fdle; in mysql_show_binlog_events()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_repl.cc4224 Format_description_log_event* new_fdle= in mysql_show_binlog_events() local
4226 new_fdle->copy_crypto_data(description_event); in mysql_show_binlog_events()
4228 description_event= new_fdle; in mysql_show_binlog_events()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_repl.cc4148 Format_description_log_event* new_fdle=
4150 new_fdle->copy_crypto_data(description_event);
4152 description_event= new_fdle;
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_repl.cc4148 Format_description_log_event* new_fdle=
4150 new_fdle->copy_crypto_data(description_event);
4152 description_event= new_fdle;
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_repl.cc4225 Format_description_log_event* new_fdle= in mysql_show_binlog_events() local
4227 new_fdle->copy_crypto_data(description_event); in mysql_show_binlog_events()
4229 description_event= new_fdle; in mysql_show_binlog_events()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_slave.cc7496 Format_description_log_event *new_fdle; in queue_event() local
7505 new_fdle = dynamic_cast<Format_description_log_event *>(ev); in queue_event()
7506 if (new_fdle->common_footer->checksum_alg == in queue_event()
7508 new_fdle->common_footer->checksum_alg = in queue_event()
7511 mi->set_mi_description_event(new_fdle); in queue_event()
7515 new_fdle->common_footer->checksum_alg; in queue_event()