1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

after review changes (SCRUM)

removed outer resolving flag (because of movingtransformation after fix_fields)
This commit is contained in:
bell@sanja.is.com.ua
2003-07-02 01:45:22 +03:00
parent 100a101ab6
commit 5eaaf8e732
17 changed files with 93 additions and 182 deletions

View File

@ -256,6 +256,8 @@ public:
virtual void set_lock_for_tables(thr_lock_type lock_type) {}
void mark_as_dependent(st_select_lex *last);
bool test_limit();
friend class st_select_lex_unit;
friend bool mysql_new_select(struct st_lex *lex, bool move_down);
private: