Home
last modified time | relevance | path

Searched refs:safe_key_count (Results 1 – 25 of 90) sorted by relevance

1234

/dports/databases/mariadb104-server/mariadb-10.4.24/storage/perfschema/
H A Dtable_os_global_by_type.cc143 uint safe_key_count; in make_row() local
156 safe_key_count= sanitize_index_count(share->m_key_count); in make_row()
158 share->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
178 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
H A Dpfs_visitor.cc965 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
966 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table_share()
975 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table()
993 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
997 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1013 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
1017 for (index= 0; index < safe_key_count; index++) in visit_table()
1037 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
1041 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1054 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/perfschema/
H A Dtable_os_global_by_type.cc143 uint safe_key_count; in make_row() local
156 safe_key_count= sanitize_index_count(share->m_key_count); in make_row()
158 share->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
178 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
H A Dpfs_visitor.cc965 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
966 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table_share()
975 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table()
993 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
997 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1013 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
1017 for (index= 0; index < safe_key_count; index++) in visit_table()
1037 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
1041 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1054 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/perfschema/
H A Dtable_os_global_by_type.cc143 uint safe_key_count; in make_row() local
156 safe_key_count= sanitize_index_count(share->m_key_count); in make_row()
158 share->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
178 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
H A Dpfs_visitor.cc965 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
966 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table_share()
975 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table()
993 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
997 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1013 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
1017 for (index= 0; index < safe_key_count; index++) in visit_table()
1037 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
1041 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1054 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/perfschema/
H A Dtable_os_global_by_type.cc143 uint safe_key_count; in make_row() local
156 safe_key_count= sanitize_index_count(share->m_key_count); in make_row()
158 share->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
178 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/
H A Dtable_tiws_by_index_usage.cc196 uint safe_key_count = sanitize_index_count(table_share->m_key_count); in rnd_next() local
197 if (m_pos.m_index_2 < safe_key_count) { in rnd_next()
220 uint safe_key_count = sanitize_index_count(table_share->m_key_count); in rnd_pos() local
221 if (m_pos.m_index_2 < safe_key_count) { in rnd_pos()
251 uint safe_key_count = sanitize_index_count(table_share->m_key_count); in index_next() local
254 if (m_pos.m_index_2 < safe_key_count) { in index_next()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/perfschema/
H A Dtable_os_global_by_type.cc184 uint safe_key_count; in make_row() local
197 safe_key_count= sanitize_index_count(share->m_key_count); in make_row()
199 share->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
219 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
H A Dpfs_visitor.cc971 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
972 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table_share()
981 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table()
999 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
1003 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1019 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
1023 for (index= 0; index < safe_key_count; index++) in visit_table()
1043 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
1047 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1060 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/perfschema/
H A Dtable_os_global_by_type.cc184 uint safe_key_count; in make_row() local
197 safe_key_count= sanitize_index_count(share->m_key_count); in make_row()
199 share->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
219 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
H A Dpfs_visitor.cc971 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
972 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table_share()
981 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table()
999 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
1003 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1019 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
1023 for (index= 0; index < safe_key_count; index++) in visit_table()
1043 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
1047 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1060 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/perfschema/
H A Dtable_os_global_by_type.cc184 uint safe_key_count; in make_row() local
197 safe_key_count= sanitize_index_count(share->m_key_count); in make_row()
199 share->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
219 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
H A Dpfs_visitor.cc971 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
972 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table_share()
981 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table()
999 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
1003 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1019 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
1023 for (index= 0; index < safe_key_count; index++) in visit_table()
1043 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
1047 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1060 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/perfschema/
H A Dtable_os_global_by_type.cc184 uint safe_key_count; in make_row() local
197 safe_key_count= sanitize_index_count(share->m_key_count); in make_row()
199 share->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
219 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
H A Dpfs_visitor.cc965 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
966 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table_share()
975 pfs->m_table_stat.sum(& m_stat, safe_key_count); in visit_table()
993 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
997 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1013 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
1017 for (index= 0; index < safe_key_count; index++) in visit_table()
1037 uint safe_key_count= sanitize_index_count(pfs->m_key_count); in visit_table_share() local
1041 for (index= 0; index < safe_key_count; index++) in visit_table_share()
1054 uint safe_key_count= sanitize_index_count(safe_share->m_key_count); in visit_table() local
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/perfschema/
H A Dtable_os_global_by_type.cc207 uint safe_key_count; in make_table_row() local
216 safe_key_count= sanitize_index_count(share->m_key_count); in make_table_row()
218 share->sum(& cumulated_stat, safe_key_count); in make_table_row()
239 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_table_row()
/dports/databases/mysql56-client/mysql-5.6.51/storage/perfschema/
H A Dtable_os_global_by_type.cc184 uint safe_key_count; in make_row() local
197 safe_key_count= sanitize_index_count(share->m_key_count); in make_row()
199 share->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
219 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_row()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/perfschema/
H A Dtable_os_global_by_type.cc207 uint safe_key_count; in make_table_row() local
216 safe_key_count= sanitize_index_count(share->m_key_count); in make_table_row()
218 share->sum(& cumulated_stat, safe_key_count); in make_table_row()
239 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_table_row()
/dports/databases/mysql57-client/mysql-5.7.36/storage/perfschema/
H A Dtable_os_global_by_type.cc248 uint safe_key_count; in make_table_row() local
257 safe_key_count= sanitize_index_count(share->m_key_count); in make_table_row()
259 share->sum(& cumulated_stat, safe_key_count); in make_table_row()
280 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_table_row()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/perfschema/
H A Dtable_os_global_by_type.cc248 uint safe_key_count; in make_table_row() local
257 safe_key_count= sanitize_index_count(share->m_key_count); in make_table_row()
259 share->sum(& cumulated_stat, safe_key_count); in make_table_row()
280 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_table_row()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_os_global_by_type.cc248 uint safe_key_count; in make_table_row() local
257 safe_key_count= sanitize_index_count(share->m_key_count); in make_table_row()
259 share->sum(& cumulated_stat, safe_key_count); in make_table_row()
280 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_table_row()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/perfschema/
H A Dtable_os_global_by_type.cc248 uint safe_key_count; in make_table_row() local
257 safe_key_count= sanitize_index_count(share->m_key_count); in make_table_row()
259 share->sum(& cumulated_stat, safe_key_count); in make_table_row()
280 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_table_row()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_os_global_by_type.cc248 uint safe_key_count; in make_table_row() local
257 safe_key_count= sanitize_index_count(share->m_key_count); in make_table_row()
259 share->sum(& cumulated_stat, safe_key_count); in make_table_row()
280 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_table_row()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_os_global_by_type.cc248 uint safe_key_count; in make_table_row() local
257 safe_key_count= sanitize_index_count(share->m_key_count); in make_table_row()
259 share->sum(& cumulated_stat, safe_key_count); in make_table_row()
280 table->m_table_stat.sum(& cumulated_stat, safe_key_count); in make_table_row()

1234