Home
last modified time | relevance | path

Searched refs:pfs_table_share (Results 1 – 25 of 28) sorted by relevance

12

/dports/databases/mysql57-client/mysql-5.7.36/storage/perfschema/unittest/
H A Dpfs_instr_class-oom-t.cc41 PFS_table_share *pfs_table_share; in test_oom() local
92 pfs_table_share= find_or_create_table_share(&pfs_thread, false, &table_share); in test_oom()
93 ok(pfs_table_share == NULL, "oom (pfs table share)"); in test_oom()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/unittest/
H A Dpfs_instr_class-oom-t.cc41 PFS_table_share *pfs_table_share; in test_oom() local
92 pfs_table_share = in test_oom()
94 ok(pfs_table_share == nullptr, "oom (pfs table share)"); in test_oom()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/perfschema/unittest/
H A Dpfs_instr_class-oom-t.cc41 PFS_table_share *pfs_table_share; in test_oom() local
92 pfs_table_share= find_or_create_table_share(&pfs_thread, false, &table_share); in test_oom()
93 ok(pfs_table_share == NULL, "oom (pfs table share)"); in test_oom()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/perfschema/unittest/
H A Dpfs_instr_class-oom-t.cc41 PFS_table_share *pfs_table_share; in test_oom() local
92 pfs_table_share= find_or_create_table_share(&pfs_thread, false, &table_share); in test_oom()
93 ok(pfs_table_share == NULL, "oom (pfs table share)"); in test_oom()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/perfschema/unittest/
H A Dpfs_instr_class-oom-t.cc41 PFS_table_share *pfs_table_share; in test_oom() local
92 pfs_table_share= find_or_create_table_share(&pfs_thread, false, &table_share); in test_oom()
93 ok(pfs_table_share == NULL, "oom (pfs table share)"); in test_oom()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/perfschema/unittest/
H A Dpfs_instr_class-oom-t.cc41 PFS_table_share *pfs_table_share; in test_oom() local
92 pfs_table_share= find_or_create_table_share(&pfs_thread, false, &table_share); in test_oom()
93 ok(pfs_table_share == NULL, "oom (pfs table share)"); in test_oom()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/perfschema/unittest/
H A Dpfs_instr_class-oom-t.cc41 PFS_table_share *pfs_table_share; in test_oom() local
92 pfs_table_share= find_or_create_table_share(&pfs_thread, false, &table_share); in test_oom()
93 ok(pfs_table_share == NULL, "oom (pfs table share)"); in test_oom()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/perfschema/unittest/
H A Dpfs_instr_class-oom-t.cc41 PFS_table_share *pfs_table_share; in test_oom() local
92 pfs_table_share= find_or_create_table_share(&pfs_thread, false, &table_share); in test_oom()
93 ok(pfs_table_share == NULL, "oom (pfs table share)"); in test_oom()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/perfschema/unittest/
H A Dpfs_instr_class-oom-t.cc41 PFS_table_share *pfs_table_share; in test_oom() local
92 pfs_table_share= find_or_create_table_share(&pfs_thread, false, &table_share); in test_oom()
93 ok(pfs_table_share == NULL, "oom (pfs table share)"); in test_oom()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/perfschema/
H A Dpfs.cc1623 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in open_table_v1() local
1625 if (unlikely(pfs_table_share == NULL)) in open_table_v1()
1629 if (! pfs_table_share->m_enabled) in open_table_v1()
1648 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in open_table_v1()
1705 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in rebind_table_v1() local
1707 if (unlikely(pfs_table_share == NULL)) in rebind_table_v1()
1710 if (! pfs_table_share->m_enabled) in rebind_table_v1()
1723 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in rebind_table_v1()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/perfschema/
H A Dpfs.cc1623 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in open_table_v1() local
1625 if (unlikely(pfs_table_share == NULL)) in open_table_v1()
1629 if (! pfs_table_share->m_enabled) in open_table_v1()
1648 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in open_table_v1()
1705 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in rebind_table_v1() local
1707 if (unlikely(pfs_table_share == NULL)) in rebind_table_v1()
1710 if (! pfs_table_share->m_enabled) in rebind_table_v1()
1723 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in rebind_table_v1()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/perfschema/
H A Dpfs.cc1623 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in open_table_v1() local
1625 if (unlikely(pfs_table_share == NULL)) in open_table_v1()
1629 if (! pfs_table_share->m_enabled) in open_table_v1()
1648 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in open_table_v1()
1705 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in rebind_table_v1() local
1707 if (unlikely(pfs_table_share == NULL)) in rebind_table_v1()
1710 if (! pfs_table_share->m_enabled) in rebind_table_v1()
1723 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in rebind_table_v1()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/perfschema/
H A Dpfs.cc1622 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in open_table_v1() local
1624 if (unlikely(pfs_table_share == NULL)) in open_table_v1()
1628 if (! pfs_table_share->m_enabled) in open_table_v1()
1647 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in open_table_v1()
1704 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in rebind_table_v1() local
1706 if (unlikely(pfs_table_share == NULL)) in rebind_table_v1()
1709 if (! pfs_table_share->m_enabled) in rebind_table_v1()
1722 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in rebind_table_v1()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/perfschema/
H A Dpfs.cc1623 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in open_table_v1() local
1633 if (unlikely(pfs_table_share == NULL)) in open_table_v1()
1637 if (! pfs_table_share->m_enabled) in open_table_v1()
1648 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in open_table_v1()
1708 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in rebind_table_v1() local
1710 if (unlikely(pfs_table_share == NULL)) in rebind_table_v1()
1713 if (! pfs_table_share->m_enabled) in rebind_table_v1()
1723 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in rebind_table_v1()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/perfschema/
H A Dpfs.cc1623 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in open_table_v1() local
1633 if (unlikely(pfs_table_share == NULL)) in open_table_v1()
1637 if (! pfs_table_share->m_enabled) in open_table_v1()
1648 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in open_table_v1()
1708 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in rebind_table_v1() local
1710 if (unlikely(pfs_table_share == NULL)) in rebind_table_v1()
1713 if (! pfs_table_share->m_enabled) in rebind_table_v1()
1723 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in rebind_table_v1()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/perfschema/
H A Dpfs.cc1623 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in open_table_v1() local
1633 if (unlikely(pfs_table_share == NULL)) in open_table_v1()
1637 if (! pfs_table_share->m_enabled) in open_table_v1()
1648 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in open_table_v1()
1708 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in rebind_table_v1() local
1710 if (unlikely(pfs_table_share == NULL)) in rebind_table_v1()
1713 if (! pfs_table_share->m_enabled) in rebind_table_v1()
1723 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in rebind_table_v1()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/perfschema/
H A Dpfs.cc1623 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in open_table_v1() local
1633 if (unlikely(pfs_table_share == NULL)) in open_table_v1()
1637 if (! pfs_table_share->m_enabled) in open_table_v1()
1648 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in open_table_v1()
1708 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in rebind_table_v1() local
1710 if (unlikely(pfs_table_share == NULL)) in rebind_table_v1()
1713 if (! pfs_table_share->m_enabled) in rebind_table_v1()
1723 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in rebind_table_v1()
/dports/databases/mysql56-client/mysql-5.6.51/storage/perfschema/
H A Dpfs.cc1622 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in open_table_v1() local
1624 if (unlikely(pfs_table_share == NULL)) in open_table_v1()
1628 if (! pfs_table_share->m_enabled) in open_table_v1()
1647 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in open_table_v1()
1704 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in rebind_table_v1() local
1706 if (unlikely(pfs_table_share == NULL)) in rebind_table_v1()
1709 if (! pfs_table_share->m_enabled) in rebind_table_v1()
1722 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in rebind_table_v1()
/dports/databases/mysql55-client/mysql-5.5.62/storage/perfschema/
H A Dpfs.cc939 PFS_table_share *pfs_table_share= in open_table_v1() local
942 DBUG_ASSERT(pfs_table_share); in open_table_v1()
943 pfs_table= create_table(pfs_table_share, identity); in open_table_v1()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/perfschema/
H A Dpfs.cc1949 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_open_table_v1() local
1951 if (unlikely(pfs_table_share == NULL)) in pfs_open_table_v1()
1955 if (! pfs_table_share->m_enabled) in pfs_open_table_v1()
1974 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_open_table_v1()
2034 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_rebind_table_v1() local
2036 if (unlikely(pfs_table_share == NULL)) in pfs_rebind_table_v1()
2039 if (! pfs_table_share->m_enabled) in pfs_rebind_table_v1()
2052 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_rebind_table_v1()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs.cc1950 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_open_table_v1() local
1952 if (unlikely(pfs_table_share == NULL)) in pfs_open_table_v1()
1956 if (! pfs_table_share->m_enabled) in pfs_open_table_v1()
1975 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_open_table_v1()
2035 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_rebind_table_v1() local
2037 if (unlikely(pfs_table_share == NULL)) in pfs_rebind_table_v1()
2040 if (! pfs_table_share->m_enabled) in pfs_rebind_table_v1()
2053 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_rebind_table_v1()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/perfschema/
H A Dpfs.cc1949 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_open_table_v1() local
1951 if (unlikely(pfs_table_share == NULL)) in pfs_open_table_v1()
1955 if (! pfs_table_share->m_enabled) in pfs_open_table_v1()
1974 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_open_table_v1()
2034 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_rebind_table_v1() local
2036 if (unlikely(pfs_table_share == NULL)) in pfs_rebind_table_v1()
2039 if (! pfs_table_share->m_enabled) in pfs_rebind_table_v1()
2052 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_rebind_table_v1()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs.cc1950 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_open_table_v1() local
1952 if (unlikely(pfs_table_share == NULL)) in pfs_open_table_v1()
1956 if (! pfs_table_share->m_enabled) in pfs_open_table_v1()
1975 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_open_table_v1()
2035 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_rebind_table_v1() local
2037 if (unlikely(pfs_table_share == NULL)) in pfs_rebind_table_v1()
2040 if (! pfs_table_share->m_enabled) in pfs_rebind_table_v1()
2053 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_rebind_table_v1()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/perfschema/
H A Dpfs.cc1950 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_open_table_v1() local
1952 if (unlikely(pfs_table_share == NULL)) in pfs_open_table_v1()
1956 if (! pfs_table_share->m_enabled) in pfs_open_table_v1()
1975 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_open_table_v1()
2035 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_rebind_table_v1() local
2037 if (unlikely(pfs_table_share == NULL)) in pfs_rebind_table_v1()
2040 if (! pfs_table_share->m_enabled) in pfs_rebind_table_v1()
2053 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_rebind_table_v1()
/dports/databases/mysql57-client/mysql-5.7.36/storage/perfschema/
H A Dpfs.cc1949 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_open_table_v1() local
1951 if (unlikely(pfs_table_share == NULL)) in pfs_open_table_v1()
1955 if (! pfs_table_share->m_enabled) in pfs_open_table_v1()
1974 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_open_table_v1()
2034 PFS_table_share *pfs_table_share= reinterpret_cast<PFS_table_share*> (share); in pfs_rebind_table_v1() local
2036 if (unlikely(pfs_table_share == NULL)) in pfs_rebind_table_v1()
2039 if (! pfs_table_share->m_enabled) in pfs_rebind_table_v1()
2052 PFS_table *pfs_table= create_table(pfs_table_share, thread, identity); in pfs_rebind_table_v1()

12