Searched refs:gld_flags (Results 1 – 6 of 6) sorted by relevance
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/ |
H A D | lock.cc | 288 uint gld_flags= GET_LOCK_STORE_LOCKS; in mysql_lock_tables() local 296 gld_flags|= GET_LOCK_ON_THD; in mysql_lock_tables() 298 if (! (sql_lock= get_lock_data(thd, tables, count, gld_flags))) in mysql_lock_tables() 305 if (!(gld_flags & GET_LOCK_ON_THD)) in mysql_lock_tables()
|
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/ |
H A D | lock.cc | 288 uint gld_flags= GET_LOCK_STORE_LOCKS; in mysql_lock_tables() local 296 gld_flags|= GET_LOCK_ON_THD; in mysql_lock_tables() 298 if (! (sql_lock= get_lock_data(thd, tables, count, gld_flags))) in mysql_lock_tables() 305 if (!(gld_flags & GET_LOCK_ON_THD)) in mysql_lock_tables()
|
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/ |
H A D | lock.cc | 288 uint gld_flags= GET_LOCK_STORE_LOCKS; in mysql_lock_tables() local 296 gld_flags|= GET_LOCK_ON_THD; in mysql_lock_tables() 298 if (! (sql_lock= get_lock_data(thd, tables, count, gld_flags))) in mysql_lock_tables() 305 if (!(gld_flags & GET_LOCK_ON_THD)) in mysql_lock_tables()
|
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/ |
H A D | lock.cc | 286 uint gld_flags= GET_LOCK_STORE_LOCKS; in mysql_lock_tables() local 294 gld_flags|= GET_LOCK_ON_THD; in mysql_lock_tables() 296 if (! (sql_lock= get_lock_data(thd, tables, count, gld_flags))) in mysql_lock_tables() 303 if (!(gld_flags & GET_LOCK_ON_THD)) in mysql_lock_tables()
|
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/ |
H A D | lock.cc | 286 uint gld_flags= GET_LOCK_STORE_LOCKS; in mysql_lock_tables() local 294 gld_flags|= GET_LOCK_ON_THD; in mysql_lock_tables() 296 if (! (sql_lock= get_lock_data(thd, tables, count, gld_flags))) in mysql_lock_tables() 303 if (!(gld_flags & GET_LOCK_ON_THD)) in mysql_lock_tables()
|
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/ |
H A D | lock.cc | 288 uint gld_flags= GET_LOCK_STORE_LOCKS; in mysql_lock_tables() local 296 gld_flags|= GET_LOCK_ON_THD; in mysql_lock_tables() 298 if (! (sql_lock= get_lock_data(thd, tables, count, gld_flags))) in mysql_lock_tables() 305 if (!(gld_flags & GET_LOCK_ON_THD)) in mysql_lock_tables()
|