1. 02 Jul, 2003 2 commits
    • bell@sanja.is.com.ua's avatar
      (SCRUM) · 28207ede
      bell@sanja.is.com.ua authored
      It looks like samll revolution in SELECT_LEX tree, but it was only natural way to solve problem with name resolution of external fields inside subselect which belongs to global order of union
      also it have following advantages:
       - removed mess with current_select type conversion
         - type checking/converting
         - a lot of virtual methods
       - fake select for union execution allocated only once (it was allocated for every subselect with union executing)
      
      changes:
      fixed bug with outer fields name resolution of subqueries which belong to global ORDER BY clause
      remuved select_lex() function, now thd->lex.current_select always have type SELECT_LEX
      new SELECT_LEX (fake_select_lex) will be allocated in case of UNION for using in UNION processing
      fake_select_lex allocated for union hold global ORDER BY & LIMIT clauses and have linkage equal to GLOBAL_OPTIONS_TYPE 
      new description of SELECT_LEX tree
      
      (SCRUM)
      28207ede
    • bell@sanja.is.com.ua's avatar
      Item tree iterator · 2ae8a00b
      bell@sanja.is.com.ua authored
      fixed dependence of items from reduced subquery
      (SCRUM)
      2ae8a00b
  2. 01 Jul, 2003 1 commit
  3. 30 Jun, 2003 1 commit
  4. 29 Jun, 2003 2 commits
  5. 28 Jun, 2003 7 commits
  6. 27 Jun, 2003 15 commits
  7. 26 Jun, 2003 9 commits
  8. 25 Jun, 2003 3 commits