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

fixed bug in cyclic reference refinition

This commit is contained in:
bell@sanja.is.com.ua
2002-11-14 09:43:24 +02:00
parent b724f02cd4
commit 979f27ee4a
7 changed files with 36 additions and 6 deletions

View File

@ -482,6 +482,7 @@ public:
USER_CONN *user_connect;
CHARSET_INFO *db_charset;
CHARSET_INFO *thd_charset;
List<Item> *possible_loops; // Items that may cause loops in subselects
List <MYSQL_ERROR> warn_list;
uint warn_count[(uint) MYSQL_ERROR::WARN_LEVEL_END];
uint total_warn_count, old_total_warn_count;
@ -632,6 +633,7 @@ public:
net.last_errno= 0;
net.report_error= 0;
}
void add_possible_loop(Item *);
};
/*