1. 11 Oct, 2006 1 commit
  2. 10 Oct, 2006 1 commit
  3. 06 Oct, 2006 4 commits
  4. 05 Oct, 2006 2 commits
  5. 03 Oct, 2006 2 commits
  6. 02 Oct, 2006 2 commits
  7. 29 Sep, 2006 3 commits
  8. 28 Sep, 2006 6 commits
  9. 27 Sep, 2006 6 commits
  10. 25 Sep, 2006 3 commits
  11. 24 Sep, 2006 1 commit
  12. 23 Sep, 2006 3 commits
  13. 22 Sep, 2006 3 commits
  14. 21 Sep, 2006 2 commits
  15. 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