1. 16 May, 2008 3 commits
  2. 15 May, 2008 6 commits
    • sven@riska.(none)'s avatar
      Merge riska.(none):/home/sven/bkroot/5.1-bugteam · 1e886dad
      sven@riska.(none) authored
      into  riska.(none):/home/sven/bk/b36433-rpl_insert_id/5.1-bugteam
      1e886dad
    • mats@mats-laptop.(none)'s avatar
      Merge mats-laptop.(none):/home/bkroot/mysql-5.1-bugteam · 97cf8bd8
      mats@mats-laptop.(none) authored
      into  mats-laptop.(none):/home/bk/b36197-mysql-5.1-bugteam
      97cf8bd8
    • mleich@five.local.lan's avatar
      Merge five.local.lan:/work/merge/mysql-5.1-bugteam-newjp · 746905d7
      mleich@five.local.lan authored
      into  five.local.lan:/work/trees/mysql-5.1-bugteam-src-clean
      746905d7
    • mleich@five.local.lan's avatar
      Fix for · 464c2de7
      mleich@five.local.lan authored
        Bug#28563 Test suite "jp" fails completely
      - The main goal of this fix is to make the "jp" suite runnable in general
        and to make it more robust for use in pushbuild under build team conditions.
      - It was decided to fix the remaining heavy issues within the
        architecture of this test later
        (-> WL 4327 Redesign the 'jp' testsuite for build team testing conditions)
        Only the test jp_trim_sjis got some significant improvements of its
        architecture (Just as proof of concept for the other tests).
      - Tests suffering from
           Bug 36597 Testsuite "jp": Suspicious results for some tests
                     (unexpected result sets)
        were disabled
      - *.opt files were used to avoid differences on OS (Windows) because of
        case sensitive tablenames within the tests  
      464c2de7
    • sven@riska.(none)'s avatar
      BUG#36433: rpl_insert_id detects inconsistency on master · 365dbaab
      sven@riska.(none) authored
      Problem: If INSERT is immediately followed by SELECT in another thread,
      the newly inserted rows may not be returned by the SELECT statement, if
      ENGINE=myisam and @@concurrent_insert=1. This caused sporadic errors in
      rpl_insert_id.
      Fix: The test now uses ENGINE=$engine_type when creating tables (so that
      innodb is used). It also turns off @@concurrent_insert around the critical
      place, so that it works if someone in the future writes a test that sets
      $engine_type=myisam before sourcing extra/rpl_tests/rpl_insert_id.test.
      It also adds ORDER BY to all SELECTs so that the result is deterministic.
      365dbaab
    • gkodinov/kgeorge@magare.gmz's avatar
  3. 14 May, 2008 10 commits
  4. 13 May, 2008 17 commits
  5. 12 May, 2008 4 commits