1. 08 Feb, 2007 1 commit
  2. 07 Feb, 2007 1 commit
  3. 05 Feb, 2007 1 commit
  4. 02 Feb, 2007 5 commits
  5. 01 Feb, 2007 5 commits
  6. 31 Jan, 2007 2 commits
  7. 30 Jan, 2007 3 commits
  8. 29 Jan, 2007 1 commit
  9. 26 Jan, 2007 2 commits
    • gluh@mysql.com/eagle.(none)'s avatar
      Merge mysql.com:/home/gluh/MySQL/Merge/4.1-opt · 658777d8
      gluh@mysql.com/eagle.(none) authored
      into  mysql.com:/home/gluh/MySQL/Merge/4.1
      658777d8
    • igor@olga.mysql.com's avatar
      Fixed bug #24653. · 36df33d8
      igor@olga.mysql.com authored
      The bug report has demonstrated the following two problems.
      1. If an ORDER/GROUP BY list includes a constant expression being 
      optimized away and, at the same time, containing single-row
      subselects that return more that one row, no error is reported.
      Strictly speaking the standard allows to ignore error in this case.
      Yet, now a corresponding fatal error is reported in this case.
      2. If a query requires sorting by expressions containing single-row
      subselects that, however, return more than one row, then the execution
      of the query may cause a server crash. 
      To fix this some code has been added that blocks execution of a subselect
      item in case of a fatal error in the method Item_subselect::exec.
      36df33d8
  10. 25 Jan, 2007 1 commit
  11. 24 Jan, 2007 6 commits
  12. 23 Jan, 2007 2 commits
  13. 22 Jan, 2007 9 commits
  14. 18 Jan, 2007 1 commit