Home
last modified time | relevance | path

Searched refs:IS_IN_USE (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dsql_prepare.h322 enum flag_values { IS_IN_USE = 1, IS_SQL_PREPARE = 2 }; enumerator
381 bool is_in_use() const { return flags & (uint)IS_IN_USE; } in is_in_use()
H A Dsql_prepare.cc2342 flags((uint)IS_IN_USE), in Prepared_statement()
2651 flags &= ~(uint)IS_IN_USE; in prepare()
3174 if (flags & (uint)IS_IN_USE) { in execute()
3195 flags |= IS_IN_USE; in execute()
3224 flags &= ~(uint)IS_IN_USE; in execute()
3235 flags &= ~(uint)IS_IN_USE; in execute()
3361 flags &= ~(uint)IS_IN_USE; in execute()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Dsql_prepare.h429 IS_IN_USE= 1, enumerator
489 bool is_in_use() const { return flags & (uint) IS_IN_USE; } in is_in_use()
H A Dsql_prepare.cc3088 flags((uint) IS_IN_USE), in Prepared_statement()
3440 flags&= ~ (uint) IS_IN_USE; in prepare()
3881 if (flags & (uint) IS_IN_USE) in execute()
3904 flags|= IS_IN_USE; in execute()
3933 flags&= ~ (uint) IS_IN_USE; in execute()
3947 flags&= ~ (uint) IS_IN_USE; in execute()
4067 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dsql_prepare.h429 IS_IN_USE= 1, enumerator
489 bool is_in_use() const { return flags & (uint) IS_IN_USE; } in is_in_use()
H A Dsql_prepare.cc3077 flags((uint) IS_IN_USE), in Prepared_statement()
3427 flags&= ~ (uint) IS_IN_USE; in prepare()
3899 if (flags & (uint) IS_IN_USE) in execute()
3922 flags|= IS_IN_USE; in execute()
3951 flags&= ~ (uint) IS_IN_USE; in execute()
3965 flags&= ~ (uint) IS_IN_USE; in execute()
4086 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Dsql_prepare.h429 IS_IN_USE= 1, enumerator
489 bool is_in_use() const { return flags & (uint) IS_IN_USE; } in is_in_use()
H A Dsql_prepare.cc3088 flags((uint) IS_IN_USE), in Prepared_statement()
3440 flags&= ~ (uint) IS_IN_USE; in prepare()
3881 if (flags & (uint) IS_IN_USE) in execute()
3904 flags|= IS_IN_USE; in execute()
3933 flags&= ~ (uint) IS_IN_USE; in execute()
3947 flags&= ~ (uint) IS_IN_USE; in execute()
4067 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dsql_prepare.h407 IS_IN_USE= 1, enumerator
467 bool is_in_use() const { return flags & (uint) IS_IN_USE; } in is_in_use()
H A Dsql_prepare.cc3067 flags((uint) IS_IN_USE), in Prepared_statement()
3417 flags&= ~ (uint) IS_IN_USE; in prepare()
3857 if (flags & (uint) IS_IN_USE) in execute()
3880 flags|= IS_IN_USE; in execute()
3909 flags&= ~ (uint) IS_IN_USE; in execute()
3923 flags&= ~ (uint) IS_IN_USE; in execute()
4041 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Dsql_prepare.h429 IS_IN_USE= 1, enumerator
489 bool is_in_use() const { return flags & (uint) IS_IN_USE; } in is_in_use()
H A Dsql_prepare.cc3088 flags((uint) IS_IN_USE), in Prepared_statement()
3440 flags&= ~ (uint) IS_IN_USE; in prepare()
3881 if (flags & (uint) IS_IN_USE) in execute()
3904 flags|= IS_IN_USE; in execute()
3933 flags&= ~ (uint) IS_IN_USE; in execute()
3947 flags&= ~ (uint) IS_IN_USE; in execute()
4067 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dsql_prepare.h429 IS_IN_USE= 1, enumerator
489 bool is_in_use() const { return flags & (uint) IS_IN_USE; } in is_in_use()
H A Dsql_prepare.cc3077 flags((uint) IS_IN_USE), in Prepared_statement()
3429 flags&= ~ (uint) IS_IN_USE; in prepare()
3870 if (flags & (uint) IS_IN_USE) in execute()
3893 flags|= IS_IN_USE; in execute()
3922 flags&= ~ (uint) IS_IN_USE; in execute()
3936 flags&= ~ (uint) IS_IN_USE; in execute()
4056 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dsql_prepare.cc149 IS_IN_USE= 1, enumerator
178 inline bool is_in_use() { return flags & (uint) IS_IN_USE; } in is_in_use()
3044 flags((uint) IS_IN_USE) in Prepared_statement()
3327 flags&= ~ (uint) IS_IN_USE; in prepare()
3717 if (flags & (uint) IS_IN_USE) in execute()
3740 flags|= IS_IN_USE; in execute()
3872 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dsql_prepare.cc164 IS_IN_USE= 1, enumerator
193 inline bool is_in_use() { return flags & (uint) IS_IN_USE; } in is_in_use()
3233 flags((uint) IS_IN_USE) in Prepared_statement()
3542 flags&= ~ (uint) IS_IN_USE; in prepare()
3966 if (flags & (uint) IS_IN_USE) in execute()
3989 flags|= IS_IN_USE; in execute()
4133 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dsql_prepare.cc164 IS_IN_USE= 1, enumerator
193 inline bool is_in_use() { return flags & (uint) IS_IN_USE; } in is_in_use()
3233 flags((uint) IS_IN_USE) in Prepared_statement()
3542 flags&= ~ (uint) IS_IN_USE; in prepare()
3966 if (flags & (uint) IS_IN_USE) in execute()
3989 flags|= IS_IN_USE; in execute()
4133 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dsql_prepare.cc163 IS_IN_USE= 1, enumerator
192 inline bool is_in_use() { return flags & (uint) IS_IN_USE; } in is_in_use()
3223 flags((uint) IS_IN_USE) in Prepared_statement()
3532 flags&= ~ (uint) IS_IN_USE; in prepare()
3974 if (flags & (uint) IS_IN_USE) in execute()
3997 flags|= IS_IN_USE; in execute()
4141 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dsql_prepare.cc164 IS_IN_USE= 1, enumerator
193 inline bool is_in_use() { return flags & (uint) IS_IN_USE; } in is_in_use()
3233 flags((uint) IS_IN_USE) in Prepared_statement()
3542 flags&= ~ (uint) IS_IN_USE; in prepare()
3966 if (flags & (uint) IS_IN_USE) in execute()
3989 flags|= IS_IN_USE; in execute()
4133 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dsql_prepare.cc163 IS_IN_USE= 1, enumerator
192 inline bool is_in_use() { return flags & (uint) IS_IN_USE; } in is_in_use()
3223 flags((uint) IS_IN_USE) in Prepared_statement()
3532 flags&= ~ (uint) IS_IN_USE; in prepare()
3956 if (flags & (uint) IS_IN_USE) in execute()
3979 flags|= IS_IN_USE; in execute()
4123 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_prepare.cc164 IS_IN_USE= 1, enumerator
201 inline bool is_in_use() { return flags & (uint) IS_IN_USE; } in is_in_use()
3998 flags((uint) IS_IN_USE), in Prepared_statement()
4331 flags&= ~ (uint) IS_IN_USE; in prepare()
4911 if (flags & (uint) IS_IN_USE) in execute()
4934 flags|= IS_IN_USE; in execute()
5105 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_prepare.cc164 IS_IN_USE= 1, enumerator
201 inline bool is_in_use() { return flags & (uint) IS_IN_USE; } in is_in_use()
3998 flags((uint) IS_IN_USE), in Prepared_statement()
4331 flags&= ~ (uint) IS_IN_USE; in prepare()
4911 if (flags & (uint) IS_IN_USE) in execute()
4934 flags|= IS_IN_USE; in execute()
5105 flags&= ~ (uint) IS_IN_USE; in execute()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dsql_prepare.cc160 IS_IN_USE= 1,
197 inline bool is_in_use() { return flags & (uint) IS_IN_USE; }
3970 flags((uint) IS_IN_USE),
4294 flags&= ~ (uint) IS_IN_USE;
4924 if (flags & (uint) IS_IN_USE)
4947 flags|= IS_IN_USE;
5118 flags&= ~ (uint) IS_IN_USE;
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dsql_prepare.cc160 IS_IN_USE= 1,
197 inline bool is_in_use() { return flags & (uint) IS_IN_USE; }
3970 flags((uint) IS_IN_USE),
4294 flags&= ~ (uint) IS_IN_USE;
4924 if (flags & (uint) IS_IN_USE)
4947 flags|= IS_IN_USE;
5118 flags&= ~ (uint) IS_IN_USE;
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_prepare.cc164 IS_IN_USE= 1, enumerator
202 inline bool is_in_use() { return flags & (uint) IS_IN_USE; } in is_in_use()
4007 flags((uint) IS_IN_USE), in Prepared_statement()
4355 flags&= ~ (uint) IS_IN_USE; in prepare()
4965 if (flags & (uint) IS_IN_USE) in execute()
4988 flags|= IS_IN_USE; in execute()
5155 flags&= ~ (uint) IS_IN_USE; in execute()

12