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

Function SHOW_FUNC_ENTRY

include/mysql/plugin.h:218–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216
217
218static inline
219struct st_mysql_show_var SHOW_FUNC_ENTRY(const char *name,
220 mysql_show_var_func func_arg)
221{
222 struct st_mysql_show_var tmp;
223 tmp.name= name;
224 tmp.value= (void*) func_arg;
225 tmp.type= SHOW_FUNC;
226 return tmp;
227};
228
229
230/*

Callers 5

handlersocket.cppFile · 0.85
mysqld.ccFile · 0.85
log.ccFile · 0.85
ha_innodb.ccFile · 0.85
skip_unique_checkMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected