1. 01 Aug, 2007 1 commit
    • joerg@trift2.'s avatar
      Fix a bad BitKeeper dependency structure for the "funcs_2" suite: · b1d498e2
      joerg@trift2. authored
      The files below "mysql-test/suite/funcs_2" in version 5.1
      did not depend on the equivalent ones in 5.0,
      probably because they had been checked in independent of each other
      in both versions.
      
      Foreach file F in the suite that has a "deleted" counterpart D, use
          bk rm $F
          bk mv $D $F
          bk edit $F
      to get those files into the 5.1 suite that (for BK) depend on 5.0.
      
      There is only one file whose contents differs between 5.0 and 5.1,
      restore its current 5.1 contents:
         mysql-test/suite/funcs_2/r/ndb_charset.result
      b1d498e2
  2. 30 Jul, 2007 10 commits
  3. 27 Jul, 2007 15 commits
  4. 26 Jul, 2007 14 commits