24 #include <drizzled/plugin.h>
25 #include <plugin/string_functions/functions.h>
27 using namespace drizzled;
31 context.add(
new plugin::Create_function<Item_func_elt>(
"elt"));
32 context.add(
new plugin::Create_function<Item_func_format>(
"format"));
33 context.add(
new plugin::Create_function<Item_func_quote>(
"quote"));
34 context.add(
new plugin::Create_function<drizzled::string_functions::Regex>(
"regex"));
39 DRIZZLE_DECLARE_PLUGIN
44 "Brian Aker, Stewart Smith",
45 N_(
"String functions"),
51 DRIZZLE_DECLARE_PLUGIN_END;