mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge xiphis.org:/home/antony/work2/wl3201.3
into xiphis.org:/home/antony/work2/wl3201.merge
This commit is contained in:
@@ -742,8 +742,8 @@ int ha_example::create(const char *name, TABLE *table_arg,
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
#ifdef MYSQL_PLUGIN
|
||||
mysql_declare_plugin
|
||||
|
||||
mysql_declare_plugin(example)
|
||||
{
|
||||
MYSQL_STORAGE_ENGINE_PLUGIN,
|
||||
&example_hton,
|
||||
@@ -755,4 +755,4 @@ mysql_declare_plugin
|
||||
0x0001 /* 0.1 */,
|
||||
}
|
||||
mysql_declare_plugin_end;
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user