1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +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

@ -301,7 +301,6 @@ struct st_mysql_ftparser
struct st_mysql_storage_engine
{
int interface_version;
struct handlerton *handlerton;
};
#endif