1. 25 Sep, 2006 2 commits
  2. 20 Sep, 2006 1 commit
    • igor@rurik.mysql.com's avatar
      Fixed bug #20108. · d9576364
      igor@rurik.mysql.com authored
      Any default value for a enum fields over UCS2 charsets was corrupted
      when we put it into the frm file, as it had been overwritten by its
      HEX representation.
      To fix it now we save a copy of structure that represents the enum
      type and when putting the default values we use this copy. 
      d9576364
  3. 19 Sep, 2006 1 commit
  4. 18 Sep, 2006 1 commit
  5. 16 Sep, 2006 1 commit
    • igor@rurik.mysql.com's avatar
      Fixed bug #22085: Crash on the execution of a prepared · dd3b8e4f
      igor@rurik.mysql.com authored
      statement that uses an aggregating IN subquery with 
      HAVING clause.
      A wrong order of the call of split_sum_func2 for the HAVING
      clause of the subquery and the transformation for the 
      subquery resulted in the creation of a andor structure
      that could not be restored at an execution of the prepared
      statement.
      dd3b8e4f
  6. 15 Sep, 2006 2 commits
  7. 14 Sep, 2006 2 commits
  8. 12 Sep, 2006 1 commit
    • evgen@moonbone.local's avatar
      item_cmpfunc.cc: · 9fb0340a
      evgen@moonbone.local authored
        Removed changes to the Item_func_between::fix_length_and_dec() made in the fix for bug#16377
      query_cache.result:
        Corrected a test case after removing a fix for bug#16377
      9fb0340a
  9. 08 Sep, 2006 1 commit
  10. 07 Sep, 2006 1 commit
  11. 06 Sep, 2006 1 commit
  12. 05 Sep, 2006 3 commits
  13. 04 Sep, 2006 5 commits
  14. 01 Sep, 2006 7 commits
  15. 31 Aug, 2006 3 commits
  16. 30 Aug, 2006 8 commits