Home
last modified time | relevance | path

Searched refs:binlog_func_st (Results 1 – 13 of 13) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dhandler.cc4396 struct binlog_func_st struct
4423 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
4439 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
4446 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
4452 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
4458 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
4465 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dhandler.cc5545 struct binlog_func_st struct
5572 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
5590 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
5597 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
5603 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
5609 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
5666 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dhandler.cc5404 struct binlog_func_st struct
5431 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
5449 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
5456 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
5462 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
5468 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
5525 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dhandler.cc5899 struct binlog_func_st struct
5926 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
5944 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
5951 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
5957 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
5963 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
6020 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dhandler.cc5899 struct binlog_func_st struct
5926 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
5944 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
5951 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
5957 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
5963 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
6020 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dhandler.cc5753 struct binlog_func_st { struct
5776 static bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) { in binlog_func_foreach() argument
5790 binlog_func_st bfn = {BFN_RESET_LOGS, nullptr}; in ha_reset_logs()
5796 binlog_func_st bfn = {BFN_RESET_SLAVE, nullptr}; in ha_reset_slave()
5801 binlog_func_st bfn = {BFN_BINLOG_WAIT, nullptr}; in ha_binlog_wait()
5806 binlog_func_st bfn = {BFN_BINLOG_PURGE_FILE, const_cast<char *>(file)}; in ha_binlog_index_purge_file()
5852 binlog_func_st bfn = {BFN_BINLOG_END, nullptr}; in ha_binlog_end()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dhandler.cc5825 struct binlog_func_st struct
5852 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
5869 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
5876 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
5882 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
5888 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
5945 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dhandler.cc6255 struct binlog_func_st struct
6282 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
6299 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
6306 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
6312 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
6318 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
6375 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dhandler.cc5925 struct binlog_func_st struct
5952 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
5969 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
5976 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
5982 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
5988 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
6045 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dhandler.cc6255 struct binlog_func_st struct
6282 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
6299 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
6306 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
6312 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
6318 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
6375 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dhandler.cc6255 struct binlog_func_st struct
6282 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
6299 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
6306 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
6312 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
6318 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
6375 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dhandler.cc5899 struct binlog_func_st struct
5926 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
5944 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
5951 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
5957 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
5963 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
6020 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dhandler.cc5825 struct binlog_func_st struct
5852 static my_bool binlog_func_foreach(THD *thd, binlog_func_st *bfn) in binlog_func_foreach()
5869 binlog_func_st bfn= {BFN_RESET_LOGS, 0}; in ha_reset_logs()
5876 binlog_func_st bfn= {BFN_RESET_SLAVE, 0}; in ha_reset_slave()
5882 binlog_func_st bfn= {BFN_BINLOG_WAIT, 0}; in ha_binlog_wait()
5888 binlog_func_st bfn= {BFN_BINLOG_PURGE_FILE, (void *)file}; in ha_binlog_index_purge_file()
5945 binlog_func_st bfn= {BFN_BINLOG_END, 0}; in ha_binlog_end()