summaryrefslogtreecommitdiff
path: root/include/mysql
diff options
context:
space:
mode:
authorbrian@zim.(none) <>2006-09-26 21:26:04 -0700
committerbrian@zim.(none) <>2006-09-26 21:26:04 -0700
commitf9a02811da32522d3aa8c7c83b094d35f8515e3e (patch)
treefab979748b1a8a1d79d32de5d246b836c3caa727 /include/mysql
parent97d1b44fc4fb71ad7612d24d0ebd428891d7f42c (diff)
downloadmariadb-git-f9a02811da32522d3aa8c7c83b094d35f8515e3e.tar.gz
Removed Field (this came in as an idea from a previous patch by Serg)
Diffstat (limited to 'include/mysql')
-rw-r--r--include/mysql/plugin.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mysql/plugin.h b/include/mysql/plugin.h
index ae952ccab1e..174c2b85739 100644
--- a/include/mysql/plugin.h
+++ b/include/mysql/plugin.h
@@ -301,7 +301,6 @@ struct st_mysql_ftparser
struct st_mysql_storage_engine
{
int interface_version;
- struct handlerton *handlerton;
};
#endif