Home
last modified time | relevance | path

Searched refs:priv_needed (Results 1 – 25 of 37) sorted by relevance

12

/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_alter.cc40 ulong priv_needed= ALTER_ACL; in execute() local
62 priv_needed|= DROP_ACL; in execute()
67 if (check_access(thd, priv_needed, first_table->db, in execute()
83 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_alter.cc217 ulong priv_needed= ALTER_ACL; in execute() local
238 priv_needed|= DROP_ACL; in execute()
244 if (check_access(thd, priv_needed, first_table->db, in execute()
297 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
H A Dsql_partition_admin.cc52 ulong priv_needed= ALTER_ACL | DROP_ACL | INSERT_ACL | CREATE_ACL; in execute() local
64 if (check_access(thd, priv_needed, first_table->db, in execute()
68 check_access(thd, priv_needed, first_table->next_local->db, in execute()
74 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_alter.cc217 ulong priv_needed= ALTER_ACL; in execute() local
238 priv_needed|= DROP_ACL; in execute()
244 if (check_access(thd, priv_needed, first_table->db, in execute()
297 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
H A Dsql_partition_admin.cc52 ulong priv_needed= ALTER_ACL | DROP_ACL | INSERT_ACL | CREATE_ACL; in execute() local
64 if (check_access(thd, priv_needed, first_table->db, in execute()
68 check_access(thd, priv_needed, first_table->next_local->db, in execute()
74 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_alter.cc214 ulong priv_needed= ALTER_ACL; in execute() local
237 priv_needed|= DROP_ACL; in execute()
243 if (check_access(thd, priv_needed, first_table->db, in execute()
296 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_alter.cc236 ulong priv_needed= ALTER_ACL; in execute() local
259 priv_needed|= DROP_ACL; in execute()
265 if (check_access(thd, priv_needed, first_table->db, in execute()
318 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
H A Dsql_partition_admin.cc71 ulong priv_needed= ALTER_ACL | DROP_ACL | INSERT_ACL | CREATE_ACL; in execute() local
83 if (check_access(thd, priv_needed, first_table->db, in execute()
87 check_access(thd, priv_needed, first_table->next_local->db, in execute()
93 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_alter.cc236 ulong priv_needed= ALTER_ACL; in execute() local
259 priv_needed|= DROP_ACL; in execute()
265 if (check_access(thd, priv_needed, first_table->db, in execute()
318 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_alter.cc217 ulong priv_needed= ALTER_ACL; in execute() local
240 priv_needed|= DROP_ACL; in execute()
246 if (check_access(thd, priv_needed, first_table->db, in execute()
299 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_alter.cc239 ulong priv_needed= ALTER_ACL; in execute() local
260 priv_needed|= DROP_ACL; in execute()
266 if (check_access(thd, priv_needed, first_table->db, in execute()
319 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
H A Dsql_partition_admin.cc52 ulong priv_needed= ALTER_ACL | DROP_ACL | INSERT_ACL | CREATE_ACL; in execute() local
64 if (check_access(thd, priv_needed, first_table->db, in execute()
68 check_access(thd, priv_needed, first_table->next_local->db, in execute()
74 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_alter.cc239 ulong priv_needed= ALTER_ACL; in execute() local
260 priv_needed|= DROP_ACL; in execute()
266 if (check_access(thd, priv_needed, first_table->db, in execute()
319 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
H A Dsql_partition_admin.cc52 ulong priv_needed= ALTER_ACL | DROP_ACL | INSERT_ACL | CREATE_ACL; in execute() local
64 if (check_access(thd, priv_needed, first_table->db, in execute()
68 check_access(thd, priv_needed, first_table->next_local->db, in execute()
74 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_alter.cc221 ulong priv_needed= ALTER_ACL; in execute() local
242 priv_needed|= DROP_ACL; in execute()
248 if (check_access(thd, priv_needed, first_table->db, in execute()
301 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_alter.cc238 ulong priv_needed = ALTER_ACL; in execute() local
259 priv_needed |= DROP_ACL; in execute()
265 if (check_access(thd, priv_needed, first_table->db, in execute()
317 if (check_grant(thd, priv_needed, first_table, false, UINT_MAX, false)) in execute()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_alter.cc239 ulong priv_needed= ALTER_ACL; in execute() local
260 priv_needed|= DROP_ACL; in execute()
266 if (check_access(thd, priv_needed, first_table->db, in execute()
319 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
H A Dsql_partition_admin.cc52 ulong priv_needed= ALTER_ACL | DROP_ACL | INSERT_ACL | CREATE_ACL; in execute() local
64 if (check_access(thd, priv_needed, first_table->db, in execute()
68 check_access(thd, priv_needed, first_table->next_local->db, in execute()
74 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_alter.cc236 ulong priv_needed= ALTER_ACL; in execute() local
259 priv_needed|= DROP_ACL; in execute()
265 if (check_access(thd, priv_needed, first_table->db, in execute()
318 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_alter.cc396 ulong priv_needed= ALTER_ACL; in execute() local
412 priv_needed|= DROP_ACL; in execute()
418 if (check_access(thd, priv_needed, first_table->db.str, in execute()
471 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_alter.cc396 ulong priv_needed= ALTER_ACL; in execute() local
412 priv_needed|= DROP_ACL; in execute()
418 if (check_access(thd, priv_needed, first_table->db.str, in execute()
471 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_alter.cc396 ulong priv_needed= ALTER_ACL; in execute() local
412 priv_needed|= DROP_ACL; in execute()
418 if (check_access(thd, priv_needed, first_table->db.str, in execute()
471 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_alter.cc396 ulong priv_needed= ALTER_ACL; in execute() local
412 priv_needed|= DROP_ACL; in execute()
418 if (check_access(thd, priv_needed, first_table->db.str, in execute()
471 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_alter.cc416 privilege_t priv_needed(ALTER_ACL); in execute() local
432 priv_needed|= DROP_ACL; in execute()
438 if (check_access(thd, priv_needed, first_table->db.str, in execute()
491 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_alter.cc416 privilege_t priv_needed(ALTER_ACL); in execute() local
432 priv_needed|= DROP_ACL; in execute()
438 if (check_access(thd, priv_needed, first_table->db.str, in execute()
491 if (check_grant(thd, priv_needed, first_table, FALSE, UINT_MAX, FALSE)) in execute()

12