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

Merged WL#2269 to mysql-5.0

This commit is contained in:
msvensson@neptunus.(none)
2005-03-15 15:22:40 +01:00
7 changed files with 960 additions and 174 deletions

View File

@ -1151,7 +1151,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