Home
last modified time | relevance | path

Searched refs:DB_CHUNK5 (Results 1 – 19 of 19) sorted by relevance

/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/auth/
H A Dauth_acls.h127 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
134 (((A) << 9) & DB_CHUNK5)
140 (((A) & DB_CHUNK5) >> 9)
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/auth/
H A Dauth_acls.h127 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
134 (((A) << 9) & DB_CHUNK5)
140 (((A) & DB_CHUNK5) >> 9)
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/auth/
H A Dauth_acls.h127 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
134 (((A) << 9) & DB_CHUNK5)
140 (((A) & DB_CHUNK5) >> 9)
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/auth/
H A Dauth_acls.h127 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
134 (((A) << 9) & DB_CHUNK5)
140 (((A) & DB_CHUNK5) >> 9)
/dports/databases/mysql57-client/mysql-5.7.36/sql/auth/
H A Dauth_acls.h127 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
134 (((A) << 9) & DB_CHUNK5)
140 (((A) & DB_CHUNK5) >> 9)
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dauth_acls.h170 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
175 (((A) << 9) & DB_CHUNK5)
179 (((A)&DB_CHUNK5) >> 9)
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/auth/
H A Dauth_acls.h127 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
134 (((A) << 9) & DB_CHUNK5)
140 (((A) & DB_CHUNK5) >> 9)
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_acl.h126 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
133 (((A) << 9) & DB_CHUNK5)
139 (((A) & DB_CHUNK5) >> 9)
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_acl.h126 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
133 (((A) << 9) & DB_CHUNK5)
139 (((A) & DB_CHUNK5) >> 9)
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_acl.h126 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
133 (((A) << 9) & DB_CHUNK5)
139 (((A) & DB_CHUNK5) >> 9)
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_acl.h126 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
133 (((A) << 9) & DB_CHUNK5)
139 (((A) & DB_CHUNK5) >> 9)
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_acl.h121 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
129 (((A) << 9) & DB_CHUNK5) | \
136 (((A) & DB_CHUNK5) >> 9) | \
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_acl.h121 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
129 (((A) << 9) & DB_CHUNK5) | \
136 (((A) & DB_CHUNK5) >> 9) | \
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_acl.h121 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL)
129 (((A) << 9) & DB_CHUNK5) | \
136 (((A) & DB_CHUNK5) >> 9) | \
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_acl.h121 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
129 (((A) << 9) & DB_CHUNK5) | \
136 (((A) & DB_CHUNK5) >> 9) | \
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_acl.h126 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
133 (((A) << 9) & DB_CHUNK5)
139 (((A) & DB_CHUNK5) >> 9)
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_acl.h111 #define DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL) macro
118 (((A) << 9) & DB_CHUNK5)
124 (((A) & DB_CHUNK5) >> 9)
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dprivilege.h653 constexpr privilege_t DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL);
666 ((A << 9) & DB_CHUNK5) | in fix_rights_for_db()
679 ((A & DB_CHUNK5) >> 9) | in get_rights_for_db()
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dprivilege.h653 constexpr privilege_t DB_CHUNK5 (EVENT_ACL | TRIGGER_ACL);
666 ((A << 9) & DB_CHUNK5) | in fix_rights_for_db()
679 ((A & DB_CHUNK5) >> 9) | in get_rights_for_db()