From 8c2067654bfdca62ddc4e76299b59e9c7dbb3963 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 10 Mar 2005 10:43:11 +0100 Subject: [PATCH] Removed unused variable sql/sql_class.h: Removed unused variable temprary_tables_should_be_free --- sql/sql_class.h | 1 - 1 file changed, 1 deletion(-) 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 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