Home
last modified time | relevance | path

Searched defs:mysql_event_connection (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/percona56-server/percona-server-5.6.51-91.0/include/mysql/
H A Dplugin_audit.h92 int status;
93 unsigned long thread_id;
94 const char *user;
95 unsigned int user_length;
96 const char *priv_user;
100 const char *proxy_user;
102 const char *host;
103 unsigned int host_length;
104 const char *ip;
105 unsigned int ip_length;
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/include/mysql/
H A Dplugin_audit.h92 int status;
93 unsigned long thread_id;
94 const char *user;
95 unsigned int user_length;
96 const char *priv_user;
100 const char *proxy_user;
102 const char *host;
103 unsigned int host_length;
104 const char *ip;
105 unsigned int ip_length;
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/include/mysql/
H A Dplugin_audit.h92 int status;
93 unsigned long thread_id;
94 const char *user;
95 unsigned int user_length;
96 const char *priv_user;
100 const char *proxy_user;
102 const char *host;
103 unsigned int host_length;
104 const char *ip;
105 unsigned int ip_length;
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/include/mysql/
H A Dplugin_audit.h92 int status;
93 unsigned long thread_id;
94 const char *user;
95 unsigned int user_length;
96 const char *priv_user;
100 const char *proxy_user;
102 const char *host;
103 unsigned int host_length;
104 const char *ip;
105 unsigned int ip_length;
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/include/mysql/
H A Dplugin_audit.h92 int status;
93 unsigned long thread_id;
94 const char *user;
95 unsigned int user_length;
96 const char *priv_user;
100 const char *proxy_user;
102 const char *host;
103 unsigned int host_length;
104 const char *ip;
105 unsigned int ip_length;
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/include/mysql/
H A Dplugin_audit.h86 int status;
87 unsigned long thread_id;
88 const char *user;
89 unsigned int user_length;
90 const char *priv_user;
94 const char *proxy_user;
96 const char *host;
97 unsigned int host_length;
98 const char *ip;
99 unsigned int ip_length;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/include/mysql/
H A Dplugin_audit.h89 int status;
90 unsigned long thread_id;
91 const char *user;
92 unsigned int user_length;
93 const char *priv_user;
95 const char *external_user;
97 const char *proxy_user;
99 const char *host;
100 unsigned int host_length;
101 const char *ip;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/include/mysql/
H A Dplugin_audit.h89 int status;
90 unsigned long thread_id;
91 const char *user;
92 unsigned int user_length;
93 const char *priv_user;
95 const char *external_user;
97 const char *proxy_user;
99 const char *host;
100 unsigned int host_length;
101 const char *ip;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/include/mysql/
H A Dplugin_audit.h89 int status;
90 unsigned long thread_id;
91 const char *user;
92 unsigned int user_length;
93 const char *priv_user;
95 const char *external_user;
97 const char *proxy_user;
99 const char *host;
100 unsigned int host_length;
101 const char *ip;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/include/mysql/
H A Dplugin_audit.h89 int status;
90 unsigned long thread_id;
91 const char *user;
92 unsigned int user_length;
93 const char *priv_user;
95 const char *external_user;
97 const char *proxy_user;
99 const char *host;
100 unsigned int host_length;
101 const char *ip;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/include/mysql/
H A Dplugin_audit.h89 int status;
90 unsigned long thread_id;
91 const char *user;
92 unsigned int user_length;
93 const char *priv_user;
95 const char *external_user;
97 const char *proxy_user;
99 const char *host;
100 unsigned int host_length;
101 const char *ip;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/include/mysql/
H A Dplugin_audit.h89 int status;
90 unsigned long thread_id;
91 const char *user;
92 unsigned int user_length;
93 const char *priv_user;
95 const char *external_user;
97 const char *proxy_user;
99 const char *host;
100 unsigned int host_length;
101 const char *ip;
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/include/mysql/
H A Dplugin_audit.h169 struct mysql_event_connection struct
172 mysql_event_connection_subclass_t event_subclass; argument
174 int status;
176 unsigned long connection_id;
178 MYSQL_LEX_CSTRING user;
180 MYSQL_LEX_CSTRING priv_user;
182 MYSQL_LEX_CSTRING external_user;
184 MYSQL_LEX_CSTRING proxy_user;
186 MYSQL_LEX_CSTRING host;
188 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/include/mysql/
H A Dplugin_audit.h169 struct mysql_event_connection struct
172 mysql_event_connection_subclass_t event_subclass; argument
174 int status;
176 unsigned long connection_id;
178 MYSQL_LEX_CSTRING user;
180 MYSQL_LEX_CSTRING priv_user;
182 MYSQL_LEX_CSTRING external_user;
184 MYSQL_LEX_CSTRING proxy_user;
186 MYSQL_LEX_CSTRING host;
188 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/include/mysql/
H A Dplugin_audit.h169 struct mysql_event_connection struct
172 mysql_event_connection_subclass_t event_subclass; argument
174 int status;
176 unsigned long connection_id;
178 MYSQL_LEX_CSTRING user;
180 MYSQL_LEX_CSTRING priv_user;
182 MYSQL_LEX_CSTRING external_user;
184 MYSQL_LEX_CSTRING proxy_user;
186 MYSQL_LEX_CSTRING host;
188 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/include/mysql/
H A Dplugin_audit.h169 struct mysql_event_connection struct
172 mysql_event_connection_subclass_t event_subclass; argument
174 int status;
176 unsigned long connection_id;
178 MYSQL_LEX_CSTRING user;
180 MYSQL_LEX_CSTRING priv_user;
182 MYSQL_LEX_CSTRING external_user;
184 MYSQL_LEX_CSTRING proxy_user;
186 MYSQL_LEX_CSTRING host;
188 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/include/mysql/
H A Dplugin_audit.h169 struct mysql_event_connection struct
172 mysql_event_connection_subclass_t event_subclass; argument
174 int status;
176 unsigned long connection_id;
178 MYSQL_LEX_CSTRING user;
180 MYSQL_LEX_CSTRING priv_user;
182 MYSQL_LEX_CSTRING external_user;
184 MYSQL_LEX_CSTRING proxy_user;
186 MYSQL_LEX_CSTRING host;
188 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/include/mysql/
H A Dplugin_audit.h169 struct mysql_event_connection struct
172 mysql_event_connection_subclass_t event_subclass; argument
174 int status;
176 unsigned long connection_id;
178 MYSQL_LEX_CSTRING user;
180 MYSQL_LEX_CSTRING priv_user;
182 MYSQL_LEX_CSTRING external_user;
184 MYSQL_LEX_CSTRING proxy_user;
186 MYSQL_LEX_CSTRING host;
188 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/plugin/server_audit/
H A Dplugin_audit_v4.h165 struct mysql_event_connection struct
168 mysql_event_connection_subclass_t event_subclass; argument
170 int status;
172 unsigned long connection_id;
174 MYSQL_LEX_CSTRING user;
176 MYSQL_LEX_CSTRING priv_user;
178 MYSQL_LEX_CSTRING external_user;
180 MYSQL_LEX_CSTRING proxy_user;
182 MYSQL_LEX_CSTRING host;
184 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/plugin/server_audit/
H A Dplugin_audit_v4.h165 struct mysql_event_connection struct
168 mysql_event_connection_subclass_t event_subclass; argument
170 int status;
172 unsigned long connection_id;
174 MYSQL_LEX_CSTRING user;
176 MYSQL_LEX_CSTRING priv_user;
178 MYSQL_LEX_CSTRING external_user;
180 MYSQL_LEX_CSTRING proxy_user;
182 MYSQL_LEX_CSTRING host;
184 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/plugin/server_audit/
H A Dplugin_audit_v4.h165 struct mysql_event_connection struct
168 mysql_event_connection_subclass_t event_subclass; argument
170 int status;
172 unsigned long connection_id;
174 MYSQL_LEX_CSTRING user;
176 MYSQL_LEX_CSTRING priv_user;
178 MYSQL_LEX_CSTRING external_user;
180 MYSQL_LEX_CSTRING proxy_user;
182 MYSQL_LEX_CSTRING host;
184 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/plugin/server_audit/
H A Dplugin_audit_v4.h165 struct mysql_event_connection struct
168 mysql_event_connection_subclass_t event_subclass; argument
170 int status;
172 unsigned long connection_id;
174 MYSQL_LEX_CSTRING user;
176 MYSQL_LEX_CSTRING priv_user;
178 MYSQL_LEX_CSTRING external_user;
180 MYSQL_LEX_CSTRING proxy_user;
182 MYSQL_LEX_CSTRING host;
184 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/plugin/server_audit/
H A Dplugin_audit_v4.h165 struct mysql_event_connection struct
168 mysql_event_connection_subclass_t event_subclass; argument
170 int status;
172 unsigned long connection_id;
174 MYSQL_LEX_CSTRING user;
176 MYSQL_LEX_CSTRING priv_user;
178 MYSQL_LEX_CSTRING external_user;
180 MYSQL_LEX_CSTRING proxy_user;
182 MYSQL_LEX_CSTRING host;
184 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/plugin/server_audit/
H A Dplugin_audit_v4.h165 struct mysql_event_connection struct
168 mysql_event_connection_subclass_t event_subclass; argument
170 int status;
172 unsigned long connection_id;
174 MYSQL_LEX_CSTRING user;
176 MYSQL_LEX_CSTRING priv_user;
178 MYSQL_LEX_CSTRING external_user;
180 MYSQL_LEX_CSTRING proxy_user;
182 MYSQL_LEX_CSTRING host;
184 MYSQL_LEX_CSTRING ip;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/mysql/
H A Dplugin_audit.h155 struct mysql_event_connection { struct
159 int status;
161 unsigned long connection_id;
163 MYSQL_LEX_CSTRING user;
165 MYSQL_LEX_CSTRING priv_user;
167 MYSQL_LEX_CSTRING external_user;
169 MYSQL_LEX_CSTRING proxy_user;
171 MYSQL_LEX_CSTRING host;
173 MYSQL_LEX_CSTRING ip;
175 MYSQL_LEX_CSTRING database;
[all …]

12