Commit 60aed412 authored by Sergei Golubchik's avatar Sergei Golubchik

fix internal plugin names

parent db7809e8
......@@ -323,7 +323,7 @@ static int init(void *p)
static struct st_mysql_storage_engine descriptor =
{ MYSQL_HANDLERTON_INTERFACE_VERSION };
maria_declare_plugin(seq)
maria_declare_plugin(sequence)
{
MYSQL_STORAGE_ENGINE_PLUGIN,
&descriptor,
......
......@@ -155,7 +155,7 @@ static int init(void *p)
struct st_mysql_storage_engine descriptor =
{ MYSQL_HANDLERTON_INTERFACE_VERSION };
maria_declare_plugin(tsd)
maria_declare_plugin(test_sql_discovery)
{
MYSQL_STORAGE_ENGINE_PLUGIN,
&descriptor,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment