1
0
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:
brian@zim.(none)
2006-09-26 21:26:04 -07:00
parent 97d1b44fc4
commit f9a02811da
13 changed files with 12 additions and 13 deletions

View File

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