1. 26 Jun, 2006 1 commit
    • unknown's avatar
      BUG#20676: debug warnings about too many lock waiters cause test failure. · 1ef08c91
      unknown authored
      The 250 simultaneous events all accessing the same table caused the
      events_stress test to fail due to debug warnings about too many table
      waiters. Fixed by using three different tables.
      
      
      mysql-test/r/events_stress.result:
        Use three different MyISAM tables to avoid debug warnings about too many
        locks.
      mysql-test/t/events_stress.test:
        Use three different MyISAM tables to avoid debug warnings about too many
        locks.
      1ef08c91
  2. 25 Jun, 2006 1 commit
    • unknown's avatar
      BUG#20677: Sporadic failure of test case 'ndb_binlog_multi'. · acd7132e
      unknown authored
      Start test case with a dummy table create and drop. This ensures that
      NDB event subscription is properly set up before the real test starts,
      which otherwise could sometimes cause INSERT events to be lost.
      
      
      mysql-test/r/ndb_binlog_multi.result:
        Start test with dummy table create/drop to avoid a race.
      mysql-test/t/ndb_binlog_multi.test:
        Start test with dummy table create/drop to avoid a race.
      acd7132e
  3. 15 Jun, 2006 17 commits
  4. 14 Jun, 2006 21 commits