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

Function init_setup_object

storage/perfschema/pfs_setup_object.cc:54–57  ·  view source on GitHub ↗

Initialize the setup object buffers. @param param sizing parameters @return 0 on success */

Source from the content-addressed store, hash-verified

52 @return 0 on success
53*/
54int init_setup_object(const PFS_global_param *param)
55{
56 return global_setup_object_container.init(param->m_setup_object_sizing);
57}
58
59/** Cleanup all the setup object buffers. */
60void cleanup_setup_object(void)

Calls 1

initMethod · 0.45

Tested by

no test coverage detected