1. 07 Feb, 2008 2 commits
    • unknown's avatar
      Merge pilot.mysql.com:/data/msvensson/mysql/bug32025/my50-bug32025 · 9f85d0dc
      unknown authored
      into  pilot.mysql.com:/data/msvensson/mysql/mysql-5.1-build
      
      
      storage/ndb/tools/waiter.cpp:
        Manual merge from 5.0
      9f85d0dc
    • unknown's avatar
      Bug#32025 ndb_waiter does too many roundtrips to ndb_mgmd · 5c733394
      unknown authored
      
      ndb/tools/waiter.cpp:
        - Only contact ndb_mgmd once per loop
        - Program only cares about ndbd nodes -> remove the api and mgm vectors
        - Program can not wait for "starting" -> remove that code
        - Remove unused includes
        - Protect against SIGPIPE(writing to a socket where the mgmsrv was
          gone, silently killed the program)
        - Don't sleep one second if if all nodes are in the wanted state  
        - Use 100 milliseconds sleep between each poll
      5c733394
  2. 06 Feb, 2008 10 commits
  3. 05 Feb, 2008 9 commits
  4. 04 Feb, 2008 9 commits
  5. 03 Feb, 2008 2 commits
    • unknown's avatar
      Removing expected errors from slave from the warnings file. · eca69689
      unknown authored
      
      mysql-test/lib/mtr_report.pl:
        Removing some expected warnings and errors from the slave for
        tests rpl_idempotency and rpl_skip_error.
      eca69689
    • unknown's avatar
      Bug #34244 Test ndb_binlog_log_bin fails for 'drop table if · 5d66c356
      unknown authored
                 exists t1,t2,t3'
      Bug #34245 Test ndb_binlog_multi fails for 'CREATE TABLE'
      Bug #34246 Test rpl_ndb_transaction fails with 'Failed to create
                 'mysql/ndb_apply_status'
      
      Tests cases didn't wait for cluster to come up due to a typo
      in have_multi_ndb.inc.
      
      
      mysql-test/include/have_multi_ndb.inc:
        SHOW TABLES is case-sensitive in the pattern to LIKE.
      mysql-test/suite/ndb/t/disabled.def:
        Enabling tests.
      mysql-test/suite/rpl_ndb/t/rpl_ndb_transaction.test:
        Adding include of have_debug since test requires that.
      sql/sql_repl.cc:
        Replacing 'return' with 'DBUG_RETURN' in debug-traced function.
      5d66c356
  6. 02 Feb, 2008 1 commit
    • unknown's avatar
      Disabling various tests and reporting bugs for them. · 29245b93
      unknown authored
      
      mysql-test/suite/ndb/t/disabled.def:
        Disabling tests ndb_binlog_lob_bin, ndb_binlog_multi,
        and rpl_ndb_transaction.
      mysql-test/suite/parts/t/disabled.def:
        Disabling various partition tests.
      29245b93
  7. 01 Feb, 2008 7 commits