Navigation Menu

Skip to content

Commit

Permalink
add maria_declare_plugin for MariaDB.
Browse files Browse the repository at this point in the history
  • Loading branch information
fdiary committed Dec 28, 2011
1 parent b958c2a commit 10403f8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ha_mroonga.cc
Expand Up @@ -1552,6 +1552,26 @@ mysql_declare_plugin(mroonga)
}, i_s_mrn_stats
mysql_declare_plugin_end;

#ifdef MRN_MARIADB_P
maria_declare_plugin(groonga)
{
MYSQL_STORAGE_ENGINE_PLUGIN,
&storage_engine_structure,
"groonga",
"Tetsuro IKEDA",
"Fulltext search, column base",
PLUGIN_LICENSE_GPL,
mrn_init,
mrn_deinit,
MRN_VERSION_IN_HEX,
mrn_status_variables,
mrn_system_variables,
MRN_VERSION,
MariaDB_PLUGIN_MATURITY_EXPERIMENTAL
}
maria_declare_plugin_end;
#endif

static void mrn_generic_ft_close_search(FT_INFO *handler)
{
MRN_DBUG_ENTER_FUNCTION();
Expand Down

0 comments on commit 10403f8

Please sign in to comment.