summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2005-03-10 10:43:11 +0100
committerunknown <msvensson@neptunus.(none)>2005-03-10 10:43:11 +0100
commit8c2067654bfdca62ddc4e76299b59e9c7dbb3963 (patch)
tree2f5cadbec30723acc4a85fc0190e43f76243ad17
parent7b5d67c7a597b9dce31e954a9db1f9d82fce9090 (diff)
downloadmariadb-git-8c2067654bfdca62ddc4e76299b59e9c7dbb3963.tar.gz
Removed unused variable
sql/sql_class.h: Removed unused variable temprary_tables_should_be_free
-rw-r--r--sql/sql_class.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index e793f5776d7..0f4a9ab357a 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -1129,7 +1129,6 @@ public:
table_map used_tables;
USER_CONN *user_connect;
CHARSET_INFO *db_charset;
- List<TABLE> temporary_tables_should_be_free; // list of temporary tables
/*
FIXME: this, and some other variables like 'count_cuted_fields'
maybe should be statement/cursor local, that is, moved to Statement