Home
last modified time | relevance | path

Searched refs:Rotate_event (Results 1 – 25 of 30) sorted by relevance

12

/dports/databases/percona57-server/percona-server-5.7.36-39/libbinlogevents/include/
H A Dcontrol_events.h101 class Rotate_event: public Binary_log_event
124 Rotate_event(const char* new_log_ident_arg, size_t ident_len_arg, in Rotate_event() function
151 Rotate_event(const char* buf, unsigned int event_len,
159 ~Rotate_event() in ~Rotate_event()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libbinlogevents/include/
H A Dcontrol_events.h101 class Rotate_event: public Binary_log_event
124 Rotate_event(const char* new_log_ident_arg, size_t ident_len_arg, in Rotate_event() function
151 Rotate_event(const char* buf, unsigned int event_len,
159 ~Rotate_event() in ~Rotate_event()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libbinlogevents/include/
H A Dcontrol_events.h101 class Rotate_event: public Binary_log_event
124 Rotate_event(const char* new_log_ident_arg, size_t ident_len_arg, in Rotate_event() function
151 Rotate_event(const char* buf, unsigned int event_len,
159 ~Rotate_event() in ~Rotate_event()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/libbinlogevents/include/
H A Dcontrol_events.h101 class Rotate_event: public Binary_log_event
124 Rotate_event(const char* new_log_ident_arg, size_t ident_len_arg, in Rotate_event() function
151 Rotate_event(const char* buf, unsigned int event_len,
159 ~Rotate_event() in ~Rotate_event()
/dports/databases/percona57-client/percona-server-5.7.36-39/libbinlogevents/include/
H A Dcontrol_events.h101 class Rotate_event: public Binary_log_event
124 Rotate_event(const char* new_log_ident_arg, size_t ident_len_arg, in Rotate_event() function
151 Rotate_event(const char* buf, unsigned int event_len,
159 ~Rotate_event() in ~Rotate_event()
/dports/databases/mysql57-client/mysql-5.7.36/libbinlogevents/include/
H A Dcontrol_events.h101 class Rotate_event: public Binary_log_event
124 Rotate_event(const char* new_log_ident_arg, size_t ident_len_arg, in Rotate_event() function
151 Rotate_event(const char* buf, unsigned int event_len,
159 ~Rotate_event() in ~Rotate_event()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libbinlogevents/include/
H A Dcontrol_events.h107 class Rotate_event : public Binary_log_event {
129 Rotate_event(const char *new_log_ident_arg, size_t ident_len_arg, in Rotate_event() function
155 Rotate_event(const char *buf, const Format_description_event *fde);
162 ~Rotate_event() { in ~Rotate_event()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl_nogtid/r/
H A Drpl_write_ignored_events_fail_writing_rotate.result7 CALL mtr.add_suppression('Failed to create Rotate_event .out of memory');
18 Last_IO_Error = 'Failed to create Rotate_event (out of memory?), SHOW SLAVE STATUS may be inaccurat…
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/libbinlogevents/src/
H A Dcontrol_events.cpp31 Rotate_event::Rotate_event(const char *buf, const Format_description_event *fde) in Rotate_event() function in binary_log::Rotate_event
716 void Rotate_event::print_event_info(std::ostream &info) { in print_event_info()
721 void Rotate_event::print_long_info(std::ostream &info) { in print_long_info()
/dports/databases/percona57-server/percona-server-5.7.36-39/libbinlogevents/src/
H A Dcontrol_events.cpp38 Rotate_event::Rotate_event(const char* buf, unsigned int event_len, in Rotate_event() function in binary_log::Rotate_event
1010 void Rotate_event::print_event_info(std::ostream& info) in print_event_info()
1016 void Rotate_event::print_long_info(std::ostream& info) in print_long_info()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/libbinlogevents/src/
H A Dcontrol_events.cpp38 Rotate_event::Rotate_event(const char* buf, unsigned int event_len, in Rotate_event() function in binary_log::Rotate_event
1010 void Rotate_event::print_event_info(std::ostream& info) in print_event_info()
1016 void Rotate_event::print_long_info(std::ostream& info) in print_long_info()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/libbinlogevents/src/
H A Dcontrol_events.cpp38 Rotate_event::Rotate_event(const char* buf, unsigned int event_len, in Rotate_event() function in binary_log::Rotate_event
1004 void Rotate_event::print_event_info(std::ostream& info) in print_event_info()
1010 void Rotate_event::print_long_info(std::ostream& info) in print_long_info()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/libbinlogevents/src/
H A Dcontrol_events.cpp38 Rotate_event::Rotate_event(const char* buf, unsigned int event_len, in Rotate_event() function in binary_log::Rotate_event
1004 void Rotate_event::print_event_info(std::ostream& info) in print_event_info()
1010 void Rotate_event::print_long_info(std::ostream& info) in print_long_info()
/dports/databases/percona57-client/percona-server-5.7.36-39/libbinlogevents/src/
H A Dcontrol_events.cpp38 Rotate_event::Rotate_event(const char* buf, unsigned int event_len, in Rotate_event() function in binary_log::Rotate_event
1010 void Rotate_event::print_event_info(std::ostream& info) in print_event_info()
1016 void Rotate_event::print_long_info(std::ostream& info) in print_long_info()
/dports/databases/mysql57-client/mysql-5.7.36/libbinlogevents/src/
H A Dcontrol_events.cpp38 Rotate_event::Rotate_event(const char* buf, unsigned int event_len, in Rotate_event() function in binary_log::Rotate_event
1004 void Rotate_event::print_event_info(std::ostream& info) in print_event_info()
1010 void Rotate_event::print_long_info(std::ostream& info) in print_long_info()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl_nogtid/t/
H A Drpl_write_ignored_events_fail_writing_rotate.test28 CALL mtr.add_suppression('Failed to create Rotate_event .out of memory');
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dlog_event.h2047 class Rotate_log_event : public binary_log::Rotate_event, public Log_event {
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dlog_event.h2339 class Rotate_log_event: public binary_log::Rotate_event, public Log_event
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dlog_event.h2249 class Rotate_log_event: public binary_log::Rotate_event, public Log_event
H A Dlog_event.cc6593 : binary_log::Rotate_event(new_log_ident_arg, ident_len_arg, flags_arg, pos_arg), in Rotate_log_event()
6625 : binary_log::Rotate_event(buf, event_len, description_event), in Rotate_log_event()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dlog_event.h2339 class Rotate_log_event: public binary_log::Rotate_event, public Log_event
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dlog_event.h2249 class Rotate_log_event: public binary_log::Rotate_event, public Log_event
H A Dlog_event.cc6570 : binary_log::Rotate_event(new_log_ident_arg, ident_len_arg, flags_arg, pos_arg), in Rotate_log_event()
6602 : binary_log::Rotate_event(buf, event_len, description_event), in Rotate_log_event()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dlog_event.h2339 class Rotate_log_event: public binary_log::Rotate_event, public Log_event
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dlog_event.h2249 class Rotate_log_event: public binary_log::Rotate_event, public Log_event

12