1. 23 Oct, 2007 2 commits
    • mattiasj@mattiasj-laptop.(none)'s avatar
      Merge mattiasj-laptop.(none):/home/mattiasj/clones/mysql-5.1-bug30695 · 2d71933f
      mattiasj@mattiasj-laptop.(none) authored
      into  mattiasj-laptop.(none):/home/mattiasj/clones/mysql-5.1-bug30878
      2d71933f
    • mattiasj@mattiasj-laptop.(none)'s avatar
      Bug #30695: An apostrophe ' in the comment of the ADD PARTITION · f733ea5a
      mattiasj@mattiasj-laptop.(none) authored
        causes the Server to crash.
      
      Accessing partitioned table with an apostrophe in partition options
      like DATA DIRECTORY, INDEX DIRECTORY or COMMENT causes server crash.
      
      Partition options were saved in .frm file without escaping.
      When accessing such table it is not possible to properly restore
      partition information.
      Crashed because there was no check for partition info parser failure.
      
      Fixed by escaping quoted text in the partition info when writing it to
      the frm-file and added a check that it was able to parse the partition
      info before using it 
      
      NOTE: If the comment is written by an earlier version of the server,
      the corrupted frm-file is not fixed, but left corrupted, you have to
      manually drop the table and recreate it.
      f733ea5a
  2. 17 Oct, 2007 1 commit
  3. 10 Oct, 2007 5 commits
  4. 09 Oct, 2007 3 commits
  5. 05 Oct, 2007 2 commits
  6. 04 Oct, 2007 8 commits
  7. 02 Oct, 2007 1 commit
  8. 01 Oct, 2007 6 commits
  9. 29 Sep, 2007 4 commits
  10. 28 Sep, 2007 7 commits
  11. 27 Sep, 2007 1 commit