24 #include <drizzled/plugin.h>
25 #include <plugin/utility_functions/functions.h>
31 context.add(
new plugin::Create_function<utility_functions::Assert>(
"assert"));
32 context.add(
new plugin::Create_function<utility_functions::BitCount>(
"bit_count"));
33 context.add(
new plugin::Create_function<utility_functions::Catalog>(
"catalog"));
34 context.add(
new plugin::Create_function<utility_functions::Execute>(
"execute"));
35 context.add(
new plugin::Create_function<utility_functions::GlobalReadLock>(
"global_read_lock"));
36 context.add(
new plugin::Create_function<utility_functions::ResultType>(
"result_type"));
37 context.add(
new plugin::Create_function<utility_functions::Kill>(
"kill"));
38 context.add(
new plugin::Create_function<utility_functions::Schema>(
"database"));
39 context.add(
new plugin::Create_function<utility_functions::Typeof>(
"typeof"));
40 context.add(
new plugin::Create_function<utility_functions::User>(
"user"));
45 DRIZZLE_DECLARE_PLUGIN
50 "Brian Aker, Stewart Smith",
51 N_(
"Utility functions"),
57 DRIZZLE_DECLARE_PLUGIN_END;
TODO: Rename this file - func.h is stupid.