Home
last modified time | relevance | path

Searched refs:ha_external_lock (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/lib/
H A Dmrn_external_lock.cpp28 error_ = handler_->ha_external_lock(thd_, lock_type); in ExternalLock()
36 handler_->ha_external_lock(thd_, F_UNLCK); in ~ExternalLock()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/lib/
H A Dmrn_external_lock.cpp28 error_ = handler_->ha_external_lock(thd_, lock_type); in ExternalLock()
36 handler_->ha_external_lock(thd_, F_UNLCK); in ~ExternalLock()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/lib/
H A Dmrn_external_lock.cpp28 error_ = handler_->ha_external_lock(thd_, lock_type); in ExternalLock()
36 handler_->ha_external_lock(thd_, F_UNLCK); in ~ExternalLock()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/lib/
H A Dmrn_external_lock.cpp28 error_ = handler_->ha_external_lock(thd_, lock_type); in ExternalLock()
36 handler_->ha_external_lock(thd_, F_UNLCK); in ~ExternalLock()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/lib/
H A Dmrn_external_lock.cpp28 error_ = handler_->ha_external_lock(thd_, lock_type); in ExternalLock()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/lib/
H A Dmrn_external_lock.cpp28 error_ = handler_->ha_external_lock(thd_, lock_type); in ExternalLock()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dlocked_temporary-5955.test2 # MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_type == 2' fails in ha…
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dlocked_temporary-5955.test2 # MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_type == 2' fails in ha…
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dlocked_temporary-5955.test2 # MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_type == 2' fails in ha…
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dlocked_temporary-5955.test2 # MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_type == 2' fails in ha…
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dlocked_temporary-5955.test2 # MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_type == 2' fails in ha…
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dlocked_temporary-5955.test2 # MDEV-5955 Server crashes in handler::ha_external_lock or assertion `m_lock_type == 2' fails in ha…
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Dlock.cc369 if ((error=(*tables)->file->ha_external_lock(thd,lock_type))) in lock_external()
375 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
653 if ((error=(*table)->file->ha_external_lock(thd, F_UNLCK))) in unlock_external()
/dports/databases/mysql55-client/mysql-5.5.62/sql/
H A Dlock.cc359 if ((error=(*tables)->file->ha_external_lock(thd,lock_type))) in lock_external()
365 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
643 if ((error=(*table)->file->ha_external_lock(thd, F_UNLCK))) in unlock_external()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dlock.cc396 if ((error=(*tables)->file->ha_external_lock(thd,lock_type))) in lock_external()
402 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
674 if ((error=(*table)->file->ha_external_lock(thd, F_UNLCK))) in unlock_external()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Dlock.cc376 if ((error=(*tables)->file->ha_external_lock(thd,lock_type))) in lock_external()
382 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
660 if ((error=(*table)->file->ha_external_lock(thd, F_UNLCK))) in unlock_external()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Dlock.cc387 if ((error = (*tables)->file->ha_external_lock(thd, lock_type))) { in lock_external()
391 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
612 if ((error = (*table)->file->ha_external_lock(thd, F_UNLCK))) { in unlock_external()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dlock.cc396 if ((error=(*tables)->file->ha_external_lock(thd,lock_type))) in lock_external()
402 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
674 if ((error=(*table)->file->ha_external_lock(thd, F_UNLCK))) in unlock_external()
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dlock.cc393 if (unlikely((error=(*tables)->file->ha_external_lock(thd,lock_type)))) in lock_external()
399 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
710 if (unlikely((error=(*table)->file->ha_external_lock(thd, F_UNLCK)))) in unlock_external()
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dlock.cc393 if (unlikely((error=(*tables)->file->ha_external_lock(thd,lock_type)))) in lock_external()
399 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
710 if (unlikely((error=(*table)->file->ha_external_lock(thd, F_UNLCK)))) in unlock_external()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Dlock.cc371 if ((error=(*tables)->file->ha_external_lock(thd,lock_type))) in lock_external()
377 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
655 if ((error=(*table)->file->ha_external_lock(thd, F_UNLCK))) in unlock_external()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Dlock.cc371 if ((error=(*tables)->file->ha_external_lock(thd,lock_type))) in lock_external()
377 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
655 if ((error=(*table)->file->ha_external_lock(thd, F_UNLCK))) in unlock_external()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Dlock.cc403 if ((error=(*tables)->file->ha_external_lock(thd,lock_type))) in lock_external()
409 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
681 if ((error=(*table)->file->ha_external_lock(thd, F_UNLCK))) in unlock_external()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Dlock.cc371 if ((error=(*tables)->file->ha_external_lock(thd,lock_type))) in lock_external()
377 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
655 if ((error=(*table)->file->ha_external_lock(thd, F_UNLCK))) in unlock_external()
/dports/databases/mariadb103-server/mariadb-10.3.34/sql/
H A Dlock.cc391 if (unlikely((error=(*tables)->file->ha_external_lock(thd,lock_type)))) in lock_external()
397 (*tables)->file->ha_external_lock(thd, F_UNLCK); in lock_external()
708 if (unlikely((error=(*table)->file->ha_external_lock(thd, F_UNLCK)))) in unlock_external()

123456789