MCPcopy Create free account
hub / github.com/MariaDB/server / iterator_next

Method iterator_next

sql/sql_profile.h:160–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158 }
159
160 void *iterator_next(void *current)
161 {
162 return ((struct queue_item *) current)->next;
163 }
164
165 T *iterator_value(void *current)
166 {

Callers 2

show_profilesMethod · 0.80
fill_statistics_infoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected