mirror of
https://github.com/MariaDB/server.git
synced 2026-05-05 14:45:31 +02:00
fix internal plugin names
This commit is contained in:
parent
db7809e817
commit
60aed41222
2 changed files with 2 additions and 2 deletions
|
|
@ -323,7 +323,7 @@ static int init(void *p)
|
||||||
static struct st_mysql_storage_engine descriptor =
|
static struct st_mysql_storage_engine descriptor =
|
||||||
{ MYSQL_HANDLERTON_INTERFACE_VERSION };
|
{ MYSQL_HANDLERTON_INTERFACE_VERSION };
|
||||||
|
|
||||||
maria_declare_plugin(seq)
|
maria_declare_plugin(sequence)
|
||||||
{
|
{
|
||||||
MYSQL_STORAGE_ENGINE_PLUGIN,
|
MYSQL_STORAGE_ENGINE_PLUGIN,
|
||||||
&descriptor,
|
&descriptor,
|
||||||
|
|
|
||||||
|
|
@ -155,7 +155,7 @@ static int init(void *p)
|
||||||
struct st_mysql_storage_engine descriptor =
|
struct st_mysql_storage_engine descriptor =
|
||||||
{ MYSQL_HANDLERTON_INTERFACE_VERSION };
|
{ MYSQL_HANDLERTON_INTERFACE_VERSION };
|
||||||
|
|
||||||
maria_declare_plugin(tsd)
|
maria_declare_plugin(test_sql_discovery)
|
||||||
{
|
{
|
||||||
MYSQL_STORAGE_ENGINE_PLUGIN,
|
MYSQL_STORAGE_ENGINE_PLUGIN,
|
||||||
&descriptor,
|
&descriptor,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue