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

Function mysql_sys_var_long

sql/sql_plugin.cc:3253–3256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3251}
3252
3253static long *mysql_sys_var_long(THD* thd, int offset)
3254{
3255 return static_cast<long*>(intern_sys_var_ptr(thd, offset, true));
3256}
3257
3258static unsigned long *mysql_sys_var_ulong(THD* thd, int offset)
3259{

Callers

nothing calls this directly

Calls 1

intern_sys_var_ptrFunction · 0.85

Tested by

no test coverage detected