1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug#18464

"Can't make example storage engine available"
Build was attempting a shared-lib build instead of static
This commit is contained in:
acurtis@xiphis.org
2006-03-28 14:34:28 -08:00
parent 7f674749b8
commit f6febdb95a
4 changed files with 8 additions and 6 deletions

View File

@@ -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