summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorunknown <msvensson@shellback.>2006-03-28 19:34:44 +0200
committerunknown <msvensson@shellback.>2006-03-28 19:34:44 +0200
commit79502bef16d5dee93e64d333270e67bc082b636b (patch)
tree4eab2e0057959535f4558e1ddb4f2d9138d2c299 /sql/handler.cc
parente26e51e562626e599a015739a69d934c04561a2d (diff)
downloadmariadb-git-79502bef16d5dee93e64d333270e67bc082b636b.tar.gz
Remove unused variable
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index 16381972200..782d367bf40 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -445,8 +445,6 @@ static my_bool init_handlerton(THD *unused1, st_plugin_int *plugin,
int ha_init()
{
int error= 0;
- handlerton **types;
- show_table_alias_st *table_alias;
total_ha= savepoint_alloc_size= 0;
if (ha_init_errors())