Home
last modified time | relevance | path

Searched refs:psi_table_service (Results 1 – 8 of 8) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/unittest/
H A Dpfs_noop-t.cc89 table_share = psi_table_service->get_table_share(false, nullptr); in test_noop()
91 psi_table_service->release_table_share(nullptr); in test_noop()
92 psi_table_service->drop_table_share(false, nullptr, 0, nullptr, 0); in test_noop()
93 table = psi_table_service->open_table(nullptr, nullptr); in test_noop()
95 psi_table_service->unbind_table(nullptr); in test_noop()
98 psi_table_service->close_table(nullptr, nullptr); in test_noop()
148 table_locker = psi_table_service->start_table_io_wait( in test_noop()
151 psi_table_service->end_table_io_wait(nullptr, 0); in test_noop()
152 table_locker = psi_table_service->start_table_lock_wait( in test_noop()
155 psi_table_service->end_table_lock_wait(nullptr); in test_noop()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/include/mysql/psi/
H A Dpsi_table.h104 extern MYSQL_PLUGIN_IMPORT PSI_table_service_t *psi_table_service;
H A Dmysql_table.h34 #define PSI_TABLE_CALL(M) psi_table_service->M
H A Dpsi_abi_table_v1.h.pp98 extern PSI_table_service_t *psi_table_service;
/dports/databases/mysql-connector-odbc/mysql-connector-odbc-5.3.13-src/include/mysql-8.0/mysql/psi/
H A Dpsi_table.h110 extern MYSQL_PLUGIN_IMPORT PSI_table_service_t *psi_table_service;
H A Dmysql_table.h40 #define PSI_TABLE_CALL(M) psi_table_service->M
H A Dpsi_abi_table_v1.h.pp100 extern PSI_table_service_t *psi_table_service;
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysys/
H A Dpsi_noop.cc524 PSI_table_service_t *psi_table_service = &psi_table_noop; variable
527 psi_table_service = (PSI_table_service_t *)psi; in set_psi_table_service()