1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Removed unused variable

sql/sql_class.h:
  Removed unused variable temprary_tables_should_be_free
This commit is contained in:
unknown
2005-03-10 10:43:11 +01:00
parent 7b5d67c7a5
commit 8c2067654b

View File

@ -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