Home
last modified time | relevance | path

Searched refs:Sql_string (Results 1 – 25 of 36) sorted by relevance

12

/dports/databases/percona56-server/percona-server-5.6.51-91.0/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);
/dports/databases/mysql57-client/mysql-5.7.36/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/connection_control/
H A Dconnection_control_interfaces.h34 typedef std::string Sql_string; typedef
51 virtual bool create_or_update_entry(const Sql_string &s) = 0;
52 virtual bool remove_entry(const Sql_string &s) = 0;
53 virtual bool match_entry(const Sql_string &s, void *value) = 0;
H A Dconnection_delay.h49 Connection_event_record(const Sql_string &s) : m_count(1) { in Connection_event_record()
105 bool create_or_update_entry(const Sql_string &s);
106 bool remove_entry(const Sql_string &s);
107 bool match_entry(const Sql_string &s, void *value);
196 void make_hash_key(MYSQL_THD thd, Sql_string &s);
H A Dconnection_delay.cc89 Sql_string I_S_CONNECTION_CONTROL_FAILED_ATTEMPTS_USERHOST(
147 bool Connection_delay_event::create_or_update_entry(const Sql_string &s) { in create_or_update_entry()
201 bool Connection_delay_event::remove_entry(const Sql_string &s) { in remove_entry()
241 bool Connection_delay_event::match_entry(const Sql_string &s, void *value) { in match_entry()
395 void Connection_delay_action::make_hash_key(MYSQL_THD thd, Sql_string &s) { in make_hash_key()
532 Sql_string userhost; in notify_event()
693 static bool get_equal_condition_argument(Item *cond, Sql_string *eq_arg, in get_equal_condition_argument()
694 const Sql_string &field_name) { in get_equal_condition_argument()
738 Sql_string eq_arg; in fill_IS_table()
/dports/databases/percona57-server/percona-server-5.7.36-39/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);
/dports/databases/percona57-client/percona-server-5.7.36-39/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);
/dports/databases/mysql56-client/mysql-5.6.51/plugin/connection_control/
H A Dconnection_control_interfaces.h36 typedef std::string Sql_string; typedef
55 virtual bool create_or_update_entry(const Sql_string &s)= 0;
56 virtual bool remove_entry(const Sql_string &s)= 0;
57 virtual bool match_entry(const Sql_string &s, void *value)= 0;
H A Dconnection_delay.h50 Connection_event_record(const Sql_string &s) in Connection_event_record()
132 bool create_or_update_entry(const Sql_string &s);
133 bool remove_entry(const Sql_string &s);
134 bool match_entry(const Sql_string &s, void * value);
253 void make_hash_key(MYSQL_THD thd, Sql_string &s);

12