Home
last modified time | relevance | path

Searched refs:safe_class (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/perfschema/
H A Dtable_events_waits_summary.cc127 PFS_mutex_class *safe_class; in match() local
132 return m_key.match(safe_class); in match()
139 PFS_rwlock_class *safe_class; in match() local
151 PFS_cond_class *safe_class; in match() local
163 PFS_file_class *safe_class; in match() local
175 PFS_socket_class *safe_class; in match() local
254 PFS_mutex_class *safe_class; in make_mutex_row() local
269 PFS_rwlock_class *safe_class; in make_rwlock_row() local
284 PFS_cond_class *safe_class; in make_cond_row() local
299 PFS_file_class *safe_class; in make_file_row() local
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/perfschema/
H A Dtable_events_waits_summary.cc107 PFS_mutex_class *safe_class; in make_mutex_row() local
109 if (unlikely(safe_class == NULL)) in make_mutex_row()
121 PFS_rwlock_class *safe_class; in make_rwlock_row() local
123 if (unlikely(safe_class == NULL)) in make_rwlock_row()
135 PFS_cond_class *safe_class; in make_cond_row() local
137 if (unlikely(safe_class == NULL)) in make_cond_row()
149 PFS_file_class *safe_class; in make_file_row() local
151 if (unlikely(safe_class == NULL)) in make_file_row()
160 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
169 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
H A Dtable_sync_instances.cc110 PFS_mutex_class *safe_class; in make_row() local
117 safe_class= sanitize_mutex_class(pfs->m_class); in make_row()
118 if (unlikely(safe_class == NULL)) in make_row()
121 m_row.m_name= safe_class->m_name; in make_row()
122 m_row.m_name_length= safe_class->m_name_length; in make_row()
254 PFS_rwlock_class *safe_class; in make_row() local
262 if (unlikely(safe_class == NULL)) in make_row()
265 m_row.m_name= safe_class->m_name; in make_row()
403 PFS_cond_class *safe_class; in make_row() local
411 if (unlikely(safe_class == NULL)) in make_row()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/perfschema/
H A Dtable_events_waits_summary.cc107 PFS_mutex_class *safe_class; in make_mutex_row() local
109 if (unlikely(safe_class == NULL)) in make_mutex_row()
121 PFS_rwlock_class *safe_class; in make_rwlock_row() local
123 if (unlikely(safe_class == NULL)) in make_rwlock_row()
135 PFS_cond_class *safe_class; in make_cond_row() local
137 if (unlikely(safe_class == NULL)) in make_cond_row()
149 PFS_file_class *safe_class; in make_file_row() local
151 if (unlikely(safe_class == NULL)) in make_file_row()
160 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
169 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
H A Dtable_sync_instances.cc110 PFS_mutex_class *safe_class;
117 safe_class= sanitize_mutex_class(pfs->m_class);
118 if (unlikely(safe_class == NULL))
121 m_row.m_name= safe_class->m_name;
122 m_row.m_name_length= safe_class->m_name_length;
254 PFS_rwlock_class *safe_class;
262 if (unlikely(safe_class == NULL))
265 m_row.m_name= safe_class->m_name;
403 PFS_cond_class *safe_class;
411 if (unlikely(safe_class == NULL))
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/perfschema/
H A Dtable_events_waits_summary.cc107 PFS_mutex_class *safe_class; in make_mutex_row() local
109 if (unlikely(safe_class == NULL)) in make_mutex_row()
121 PFS_rwlock_class *safe_class; in make_rwlock_row() local
123 if (unlikely(safe_class == NULL)) in make_rwlock_row()
135 PFS_cond_class *safe_class; in make_cond_row() local
137 if (unlikely(safe_class == NULL)) in make_cond_row()
149 PFS_file_class *safe_class; in make_file_row() local
151 if (unlikely(safe_class == NULL)) in make_file_row()
160 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
169 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
H A Dtable_sync_instances.cc110 PFS_mutex_class *safe_class;
117 safe_class= sanitize_mutex_class(pfs->m_class);
118 if (unlikely(safe_class == NULL))
121 m_row.m_name= safe_class->m_name;
122 m_row.m_name_length= safe_class->m_name_length;
254 PFS_rwlock_class *safe_class;
262 if (unlikely(safe_class == NULL))
265 m_row.m_name= safe_class->m_name;
403 PFS_cond_class *safe_class;
411 if (unlikely(safe_class == NULL))
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/perfschema/
H A Dtable_events_waits_summary.cc108 PFS_mutex_class *safe_class; in make_mutex_row() local
110 if (unlikely(safe_class == NULL)) in make_mutex_row()
122 PFS_rwlock_class *safe_class; in make_rwlock_row() local
124 if (unlikely(safe_class == NULL)) in make_rwlock_row()
136 PFS_cond_class *safe_class; in make_cond_row() local
138 if (unlikely(safe_class == NULL)) in make_cond_row()
150 PFS_file_class *safe_class; in make_file_row() local
152 if (unlikely(safe_class == NULL)) in make_file_row()
161 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
170 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
H A Dtable_sync_instances.cc117 PFS_mutex_class *safe_class; in make_row() local
124 safe_class= sanitize_mutex_class(pfs->m_class); in make_row()
125 if (unlikely(safe_class == NULL)) in make_row()
128 m_row.m_name= safe_class->m_name; in make_row()
129 m_row.m_name_length= safe_class->m_name_length; in make_row()
266 PFS_rwlock_class *safe_class; in make_row() local
274 if (unlikely(safe_class == NULL)) in make_row()
277 m_row.m_name= safe_class->m_name; in make_row()
420 PFS_cond_class *safe_class; in make_row() local
428 if (unlikely(safe_class == NULL)) in make_row()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/perfschema/
H A Dtable_events_waits_summary.cc107 PFS_mutex_class *safe_class; in make_mutex_row() local
109 if (unlikely(safe_class == NULL)) in make_mutex_row()
121 PFS_rwlock_class *safe_class; in make_rwlock_row() local
123 if (unlikely(safe_class == NULL)) in make_rwlock_row()
135 PFS_cond_class *safe_class; in make_cond_row() local
137 if (unlikely(safe_class == NULL)) in make_cond_row()
149 PFS_file_class *safe_class; in make_file_row() local
151 if (unlikely(safe_class == NULL)) in make_file_row()
160 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
169 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
H A Dtable_sync_instances.cc110 PFS_mutex_class *safe_class; in make_row() local
117 safe_class= sanitize_mutex_class(pfs->m_class); in make_row()
118 if (unlikely(safe_class == NULL)) in make_row()
121 m_row.m_name= safe_class->m_name; in make_row()
122 m_row.m_name_length= safe_class->m_name_length; in make_row()
254 PFS_rwlock_class *safe_class; in make_row() local
262 if (unlikely(safe_class == NULL)) in make_row()
265 m_row.m_name= safe_class->m_name; in make_row()
403 PFS_cond_class *safe_class; in make_row() local
411 if (unlikely(safe_class == NULL)) in make_row()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/perfschema/
H A Dtable_events_waits_summary.cc108 PFS_mutex_class *safe_class; in make_mutex_row() local
110 if (unlikely(safe_class == NULL)) in make_mutex_row()
122 PFS_rwlock_class *safe_class; in make_rwlock_row() local
124 if (unlikely(safe_class == NULL)) in make_rwlock_row()
136 PFS_cond_class *safe_class; in make_cond_row() local
138 if (unlikely(safe_class == NULL)) in make_cond_row()
150 PFS_file_class *safe_class; in make_file_row() local
152 if (unlikely(safe_class == NULL)) in make_file_row()
161 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
170 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
H A Dtable_sync_instances.cc117 PFS_mutex_class *safe_class; in make_row() local
124 safe_class= sanitize_mutex_class(pfs->m_class); in make_row()
125 if (unlikely(safe_class == NULL)) in make_row()
128 m_row.m_name= safe_class->m_name; in make_row()
129 m_row.m_name_length= safe_class->m_name_length; in make_row()
266 PFS_rwlock_class *safe_class; in make_row() local
274 if (unlikely(safe_class == NULL)) in make_row()
277 m_row.m_name= safe_class->m_name; in make_row()
420 PFS_cond_class *safe_class; in make_row() local
428 if (unlikely(safe_class == NULL)) in make_row()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/perfschema/
H A Dtable_events_waits_summary.cc144 PFS_mutex_class *safe_class; in make_mutex_row() local
146 if (unlikely(safe_class == NULL)) in make_mutex_row()
158 PFS_rwlock_class *safe_class; in make_rwlock_row() local
160 if (unlikely(safe_class == NULL)) in make_rwlock_row()
172 PFS_cond_class *safe_class; in make_cond_row() local
174 if (unlikely(safe_class == NULL)) in make_cond_row()
186 PFS_file_class *safe_class; in make_file_row() local
188 if (unlikely(safe_class == NULL)) in make_file_row()
197 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
206 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
H A Dtable_sync_instances.cc131 PFS_mutex_class *safe_class; in make_row() local
138 safe_class= sanitize_mutex_class(pfs->m_class); in make_row()
139 if (unlikely(safe_class == NULL)) in make_row()
142 m_row.m_name= safe_class->m_name; in make_row()
143 m_row.m_name_length= safe_class->m_name_length; in make_row()
300 PFS_rwlock_class *safe_class; in make_row() local
308 if (unlikely(safe_class == NULL)) in make_row()
311 m_row.m_name= safe_class->m_name; in make_row()
466 PFS_cond_class *safe_class; in make_row() local
474 if (unlikely(safe_class == NULL)) in make_row()
[all …]
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/perfschema/
H A Dtable_events_waits_summary.cc144 PFS_mutex_class *safe_class; in make_mutex_row() local
146 if (unlikely(safe_class == NULL)) in make_mutex_row()
158 PFS_rwlock_class *safe_class; in make_rwlock_row() local
160 if (unlikely(safe_class == NULL)) in make_rwlock_row()
172 PFS_cond_class *safe_class; in make_cond_row() local
174 if (unlikely(safe_class == NULL)) in make_cond_row()
186 PFS_file_class *safe_class; in make_file_row() local
188 if (unlikely(safe_class == NULL)) in make_file_row()
197 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
206 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/storage/perfschema/
H A Dtable_events_waits_summary.cc145 PFS_mutex_class *safe_class; in make_mutex_row() local
147 if (unlikely(safe_class == NULL)) in make_mutex_row()
159 PFS_rwlock_class *safe_class; in make_rwlock_row() local
161 if (unlikely(safe_class == NULL)) in make_rwlock_row()
173 PFS_cond_class *safe_class; in make_cond_row() local
175 if (unlikely(safe_class == NULL)) in make_cond_row()
187 PFS_file_class *safe_class; in make_file_row() local
189 if (unlikely(safe_class == NULL)) in make_file_row()
198 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
207 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/perfschema/
H A Dtable_events_waits_summary.cc145 PFS_mutex_class *safe_class; in make_mutex_row() local
147 if (unlikely(safe_class == NULL)) in make_mutex_row()
159 PFS_rwlock_class *safe_class; in make_rwlock_row() local
161 if (unlikely(safe_class == NULL)) in make_rwlock_row()
173 PFS_cond_class *safe_class; in make_cond_row() local
175 if (unlikely(safe_class == NULL)) in make_cond_row()
187 PFS_file_class *safe_class; in make_file_row() local
189 if (unlikely(safe_class == NULL)) in make_file_row()
198 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
207 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_events_waits_summary.cc145 PFS_mutex_class *safe_class; in make_mutex_row() local
147 if (unlikely(safe_class == NULL)) in make_mutex_row()
159 PFS_rwlock_class *safe_class; in make_rwlock_row() local
161 if (unlikely(safe_class == NULL)) in make_rwlock_row()
173 PFS_cond_class *safe_class; in make_cond_row() local
175 if (unlikely(safe_class == NULL)) in make_cond_row()
187 PFS_file_class *safe_class; in make_file_row() local
189 if (unlikely(safe_class == NULL)) in make_file_row()
198 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
207 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/perfschema/
H A Dtable_events_waits_summary.cc145 PFS_mutex_class *safe_class; in make_mutex_row() local
147 if (unlikely(safe_class == NULL)) in make_mutex_row()
159 PFS_rwlock_class *safe_class; in make_rwlock_row() local
161 if (unlikely(safe_class == NULL)) in make_rwlock_row()
173 PFS_cond_class *safe_class; in make_cond_row() local
175 if (unlikely(safe_class == NULL)) in make_cond_row()
187 PFS_file_class *safe_class; in make_file_row() local
189 if (unlikely(safe_class == NULL)) in make_file_row()
198 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
207 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_events_waits_summary.cc145 PFS_mutex_class *safe_class; in make_mutex_row() local
147 if (unlikely(safe_class == NULL)) in make_mutex_row()
159 PFS_rwlock_class *safe_class; in make_rwlock_row() local
161 if (unlikely(safe_class == NULL)) in make_rwlock_row()
173 PFS_cond_class *safe_class; in make_cond_row() local
175 if (unlikely(safe_class == NULL)) in make_cond_row()
187 PFS_file_class *safe_class; in make_file_row() local
189 if (unlikely(safe_class == NULL)) in make_file_row()
198 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
207 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/perfschema/
H A Dtable_events_waits_summary.cc145 PFS_mutex_class *safe_class; in make_mutex_row() local
147 if (unlikely(safe_class == NULL)) in make_mutex_row()
159 PFS_rwlock_class *safe_class; in make_rwlock_row() local
161 if (unlikely(safe_class == NULL)) in make_rwlock_row()
173 PFS_cond_class *safe_class; in make_cond_row() local
175 if (unlikely(safe_class == NULL)) in make_cond_row()
187 PFS_file_class *safe_class; in make_file_row() local
189 if (unlikely(safe_class == NULL)) in make_file_row()
198 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
207 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/perfschema/
H A Dtable_events_waits_summary.cc144 PFS_mutex_class *safe_class; in make_mutex_row() local
146 if (unlikely(safe_class == NULL)) in make_mutex_row()
158 PFS_rwlock_class *safe_class; in make_rwlock_row() local
160 if (unlikely(safe_class == NULL)) in make_rwlock_row()
172 PFS_cond_class *safe_class; in make_cond_row() local
174 if (unlikely(safe_class == NULL)) in make_cond_row()
186 PFS_file_class *safe_class; in make_file_row() local
188 if (unlikely(safe_class == NULL)) in make_file_row()
197 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
206 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/perfschema/
H A Dtable_events_waits_summary.cc144 PFS_mutex_class *safe_class; in make_mutex_row() local
146 if (unlikely(safe_class == NULL)) in make_mutex_row()
158 PFS_rwlock_class *safe_class; in make_rwlock_row() local
160 if (unlikely(safe_class == NULL)) in make_rwlock_row()
172 PFS_cond_class *safe_class; in make_cond_row() local
174 if (unlikely(safe_class == NULL)) in make_cond_row()
186 PFS_file_class *safe_class; in make_file_row() local
188 if (unlikely(safe_class == NULL)) in make_file_row()
197 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
206 PFS_socket_class *safe_class; in make_socket_row() local
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/perfschema/
H A Dtable_events_waits_summary.cc144 PFS_mutex_class *safe_class; in make_mutex_row() local
146 if (unlikely(safe_class == NULL)) in make_mutex_row()
158 PFS_rwlock_class *safe_class; in make_rwlock_row() local
160 if (unlikely(safe_class == NULL)) in make_rwlock_row()
172 PFS_cond_class *safe_class; in make_cond_row() local
174 if (unlikely(safe_class == NULL)) in make_cond_row()
186 PFS_file_class *safe_class; in make_file_row() local
188 if (unlikely(safe_class == NULL)) in make_file_row()
197 make_instr_row(pfs, safe_class, pfs, & sum); in make_file_row()
206 PFS_socket_class *safe_class; in make_socket_row() local
[all …]

1234567