An error occurred fetching the project authors.
  1. 19 Mar, 2002 1 commit
  2. 15 Mar, 2002 2 commits
  3. 28 Feb, 2002 1 commit
    • Sinisa@sinisa.nasamreza.org's avatar
      Surgical changes in sql_select and sql_union code in order to · b42ec166
      Sinisa@sinisa.nasamreza.org authored
      accomodate EXPLAIN properly for all possible variant of UNION's
      derived tables etc ...
      
      This also fixes all reported (and unreported) bugs when EXPLAIN is
      run on UNION's.
      
      select_describe() now has a very dirty hack to avoid some problems
      with transactional tables on table unlocking.
      
      Code speedup is possible. For the moment all that was important was
      that all tests are passed.
      b42ec166
  4. 21 Feb, 2002 1 commit
  5. 13 Dec, 2001 1 commit
  6. 22 Nov, 2001 1 commit
  7. 21 Nov, 2001 1 commit
  8. 25 Oct, 2001 1 commit
  9. 19 Oct, 2001 1 commit
  10. 21 Sep, 2001 1 commit
  11. 17 Sep, 2001 2 commits
  12. 15 Sep, 2001 1 commit
  13. 14 Sep, 2001 1 commit
  14. 24 Aug, 2001 1 commit
  15. 14 Aug, 2001 1 commit
  16. 12 Aug, 2001 1 commit
  17. 02 Aug, 2001 1 commit
    • monty@tik.mysql.fi's avatar
      Fix UNION · b13d453d
      monty@tik.mysql.fi authored
      New faster list iterators
      Change list code to be simpler and faster
      Optimize count(distinct)
      New error messages for UNION
      Make create_tmp_table more general to be usable by UNION
      b13d453d