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

Function plugin_var_bookmark_key

sql/sql_plugin.cc:2657–2661  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2655#define BOOKMARK_MEMALLOC 0x80
2656
2657static inline char plugin_var_bookmark_key(uint flags)
2658{
2659 return (flags & PLUGIN_VAR_TYPEMASK) |
2660 (flags & PLUGIN_VAR_MEMALLOC ? BOOKMARK_MEMALLOC : 0);
2661}
2662
2663#define EXTRA_OPTIONS 3 /* options for: 'foo', 'plugin-foo' and NULL */
2664

Callers 2

find_bookmarkFunction · 0.85
register_varFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected