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

Method init

sql/sql_error.cc:539–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539void Warning_info::init()
540{
541 /* Initialize sub structures */
542 DBUG_ASSERT(initialized == 0);
543 init_sql_alloc(PSI_INSTRUMENT_ME, &m_warn_root, WARN_ALLOC_BLOCK_SIZE,
544 WARN_ALLOC_PREALLOC_SIZE, MYF(MY_THREAD_SPECIFIC));
545 initialized= 1;
546}
547
548void Warning_info::free_memory()
549{

Callers

nothing calls this directly

Calls 1

init_sql_allocFunction · 0.85

Tested by

no test coverage detected