mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Bug#18464
"Can't make example storage engine available" Build was attempting a shared-lib build instead of static configure.in: configure example to be linked in storage/csv/ha_tina.cc: don't want plugin symbols in mysqld storage/example/Makefile.am: build as static library storage/example/ha_example.cc: don't want plugin symbols in mysqld
This commit is contained in:
@@ -726,6 +726,7 @@ int ha_example::create(const char *name, TABLE *table_arg,
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
#ifdef MYSQL_PLUGIN
|
||||
mysql_declare_plugin
|
||||
{
|
||||
MYSQL_STORAGE_ENGINE_PLUGIN,
|
||||
@@ -738,4 +739,4 @@ mysql_declare_plugin
|
||||
0x0001 /* 0.1 */,
|
||||
}
|
||||
mysql_declare_plugin_end;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user