1. 11 Feb, 2008 3 commits
  2. 07 Feb, 2008 11 commits
  3. 06 Feb, 2008 2 commits
    • istruewing@stella.local's avatar
      Bug#31331 - MyISAM or Merge Table upgrade incompatibility with 5.1 · c37d9d4c
      istruewing@stella.local authored
      A table with BLOB/TEXT prefix key part, created with version 4.1,
      could not be opened by a 5.1 server.
      
      The routine check at table open, if the frm file matches the MyISAM
      table, was too picky regarding old and new implementation of such
      keys.
      
      Added relaxed check for blob prefix key part.
      
      No test case. It requires to create a table in 4.1 and open it in
      5.1.
      c37d9d4c
    • mattiasj@witty.'s avatar
      Bug#34225: test suit parts uses /tmp-dir · 8b941ba5
      mattiasj@witty. authored
      Since it used /tmp-dir, it continues to fail on the same server
      until the /tmp-dir is cleaned. (Another problem was that it
      uses DATA/INDEX DIR without checking for symlink, which is needed)
      
      
      Solution:
      Moved all DATA/INDEX DIR test to a new partition_basic_symlink.inc file
      and use this for myisam and innodb, also requiring symlinks and
      not_windows.
      (i.e. removed DATA/INDEX DIR use from several tests)
      8b941ba5
  4. 05 Feb, 2008 2 commits
  5. 04 Feb, 2008 9 commits
  6. 03 Feb, 2008 2 commits
  7. 02 Feb, 2008 1 commit
  8. 01 Feb, 2008 10 commits