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

Function fill_plugin_version

plugin/feedback/utils.cc:209–213  ·  view source on GitHub ↗

inserts all plugins, their versions, and usage counters */

Source from the content-addressed store, hash-verified

207 inserts all plugins, their versions, and usage counters
208*/
209int fill_plugin_version(THD *thd, TABLE_LIST *tables)
210{
211 return plugin_foreach_with_mask(thd, show_plugins, MYSQL_ANY_PLUGIN,
212 ~PLUGIN_IS_FREED, tables->table);
213}
214
215#if defined(_SC_PAGE_SIZE) && !defined(_SC_PAGESIZE)
216#define _SC_PAGESIZE _SC_PAGE_SIZE

Callers 1

fill_feedbackFunction · 0.85

Calls 1

plugin_foreach_with_maskFunction · 0.85

Tested by

no test coverage detected