mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Removed Field (this came in as an idea from a previous patch by Serg)
This commit is contained in:
@@ -703,7 +703,7 @@ int ha_example::create(const char *name, TABLE *table_arg,
|
||||
}
|
||||
|
||||
struct st_mysql_storage_engine example_storage_engine=
|
||||
{ MYSQL_HANDLERTON_INTERFACE_VERSION, example_hton };
|
||||
{ MYSQL_HANDLERTON_INTERFACE_VERSION };
|
||||
|
||||
|
||||
mysql_declare_plugin(example)
|
||||
|
||||
Reference in New Issue
Block a user