Home
last modified time | relevance | path

Searched refs:LOCK_compress_gtid_table (Results 1 – 24 of 24) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/
H A Drpl_gtid_persist.cc368 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
371 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
408 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
411 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
762 mysql_mutex_lock(&LOCK_compress_gtid_table); in compress_gtid_table()
764 THD_ENTER_COND(thd, &COND_compress_gtid_table, &LOCK_compress_gtid_table, in compress_gtid_table()
768 mysql_cond_wait(&COND_compress_gtid_table, &LOCK_compress_gtid_table); in compress_gtid_table()
771 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
788 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
846 mysql_mutex_lock(&LOCK_compress_gtid_table); in terminate_compress_gtid_table_thread()
[all …]
H A Dmysqld.h678 extern mysql_mutex_t LOCK_compress_gtid_table;
H A Dmysqld.cc1614 mysql_mutex_t LOCK_compress_gtid_table; variable
2662 mysql_mutex_destroy(&LOCK_compress_gtid_table); in clean_up_mutexes()
5070 mysql_mutex_init(key_LOCK_compress_gtid_table, &LOCK_compress_gtid_table, in init_thread_environment()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_gtid_persist.cc436 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
439 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
480 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
483 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
877 mysql_mutex_lock(&LOCK_compress_gtid_table); in compress_gtid_table()
881 &LOCK_compress_gtid_table, in compress_gtid_table()
885 mysql_cond_wait(&COND_compress_gtid_table, &LOCK_compress_gtid_table); in compress_gtid_table()
889 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
909 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
974 mysql_mutex_lock(&LOCK_compress_gtid_table); in terminate_compress_gtid_table_thread()
[all …]
H A Dmysqld.h904 extern mysql_mutex_t LOCK_compress_gtid_table;
H A Dmysqld.cc739 mysql_mutex_t LOCK_compress_gtid_table; variable
3529 &LOCK_compress_gtid_table, MY_MUTEX_INIT_FAST); in init_thread_environment()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_gtid_persist.cc444 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
447 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
488 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
491 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
885 mysql_mutex_lock(&LOCK_compress_gtid_table); in compress_gtid_table()
889 &LOCK_compress_gtid_table, in compress_gtid_table()
893 mysql_cond_wait(&COND_compress_gtid_table, &LOCK_compress_gtid_table); in compress_gtid_table()
897 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
917 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
982 mysql_mutex_lock(&LOCK_compress_gtid_table); in terminate_compress_gtid_table_thread()
[all …]
H A Dmysqld.h868 extern mysql_mutex_t LOCK_compress_gtid_table;
H A Dmysqld.cc709 mysql_mutex_t LOCK_compress_gtid_table; variable
3573 &LOCK_compress_gtid_table, MY_MUTEX_INIT_FAST); in init_thread_environment()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Drpl_gtid_persist.cc436 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
439 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
480 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
483 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
877 mysql_mutex_lock(&LOCK_compress_gtid_table); in compress_gtid_table()
881 &LOCK_compress_gtid_table, in compress_gtid_table()
885 mysql_cond_wait(&COND_compress_gtid_table, &LOCK_compress_gtid_table); in compress_gtid_table()
889 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
909 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
974 mysql_mutex_lock(&LOCK_compress_gtid_table); in terminate_compress_gtid_table_thread()
[all …]
H A Dmysqld.h904 extern mysql_mutex_t LOCK_compress_gtid_table;
H A Dmysqld.cc739 mysql_mutex_t LOCK_compress_gtid_table; variable
3519 &LOCK_compress_gtid_table, MY_MUTEX_INIT_FAST); in init_thread_environment()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Drpl_gtid_persist.cc436 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
439 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
480 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
483 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
877 mysql_mutex_lock(&LOCK_compress_gtid_table); in compress_gtid_table()
881 &LOCK_compress_gtid_table, in compress_gtid_table()
885 mysql_cond_wait(&COND_compress_gtid_table, &LOCK_compress_gtid_table); in compress_gtid_table()
889 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
909 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
974 mysql_mutex_lock(&LOCK_compress_gtid_table); in terminate_compress_gtid_table_thread()
[all …]
H A Dmysqld.h857 extern mysql_mutex_t LOCK_compress_gtid_table;
H A Dmysqld.cc696 mysql_mutex_t LOCK_compress_gtid_table; variable
3261 &LOCK_compress_gtid_table, MY_MUTEX_INIT_FAST); in init_thread_environment()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_gtid_persist.cc436 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
439 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
480 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
483 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
877 mysql_mutex_lock(&LOCK_compress_gtid_table); in compress_gtid_table()
881 &LOCK_compress_gtid_table, in compress_gtid_table()
885 mysql_cond_wait(&COND_compress_gtid_table, &LOCK_compress_gtid_table); in compress_gtid_table()
889 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
909 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
974 mysql_mutex_lock(&LOCK_compress_gtid_table); in terminate_compress_gtid_table_thread()
[all …]
H A Dmysqld.h857 extern mysql_mutex_t LOCK_compress_gtid_table;
H A Dmysqld.cc696 mysql_mutex_t LOCK_compress_gtid_table; variable
3255 &LOCK_compress_gtid_table, MY_MUTEX_INIT_FAST); in init_thread_environment()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Drpl_gtid_persist.cc436 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
439 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
480 mysql_mutex_lock(&LOCK_compress_gtid_table); in save()
483 mysql_mutex_unlock(&LOCK_compress_gtid_table); in save()
877 mysql_mutex_lock(&LOCK_compress_gtid_table); in compress_gtid_table()
881 &LOCK_compress_gtid_table, in compress_gtid_table()
885 mysql_cond_wait(&COND_compress_gtid_table, &LOCK_compress_gtid_table); in compress_gtid_table()
889 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
909 mysql_mutex_unlock(&LOCK_compress_gtid_table); in compress_gtid_table()
974 mysql_mutex_lock(&LOCK_compress_gtid_table); in terminate_compress_gtid_table_thread()
[all …]
H A Dmysqld.h904 extern mysql_mutex_t LOCK_compress_gtid_table;
H A Dmysqld.cc739 mysql_mutex_t LOCK_compress_gtid_table; variable
3529 &LOCK_compress_gtid_table, MY_MUTEX_INIT_FAST); in init_thread_environment()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/mysql-test/suite/perfschema/r/
H A Ddml_setup_instruments.result16 wait/synch/mutex/sql/LOCK_compress_gtid_table YES YES
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/mysql-test/suite/perfschema/r/
H A Ddml_setup_instruments.result16 wait/synch/mutex/sql/LOCK_compress_gtid_table YES YES
/dports/databases/mysql57-client/mysql-5.7.36/mysql-test/suite/perfschema/r/
H A Ddml_setup_instruments.result16 wait/synch/mutex/sql/LOCK_compress_gtid_table YES YES