1. 18 Apr, 2006 9 commits
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-work · 16419d99
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      16419d99
    • unknown's avatar
      ndb - replication · b02c485a
      unknown authored
        Make sure that SUB_GCP_COMPLETE_ACK is sent uncond, failure to do so can lead to problems...
      
      
      storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        retry on O_DIRECT
      storage/ndb/src/ndbapi/TransporterFacade.cpp:
        Make sure that SUB_GCP_COMPLETE_ACK is sent uncond
      b02c485a
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/50-work · 216944f5
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/51-work
      
      
      storage/ndb/src/ndbapi/TransporterFacade.cpp:
        Auto merged
      storage/ndb/src/ndbapi/TransporterFacade.hpp:
        Auto merged
      storage/ndb/src/ndbapi/Ndbif.cpp:
        merge
      216944f5
    • unknown's avatar
      ndb - · dbdd870b
      unknown authored
        post merge
      
      
      ndb/src/ndbapi/TransporterFacade.hpp:
        merge fix
      dbdd870b
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/41-work · 2146735e
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/50-work
      
      
      ndb/src/ndbapi/Ndbif.cpp:
        Auto merged
      ndb/src/ndbapi/TransporterFacade.cpp:
        Auto merged
      ndb/src/ndbapi/TransporterFacade.hpp:
        Auto merged
      2146735e
    • unknown's avatar
      ndb - · ffbda096
      unknown authored
        fix api_signal_log print of uncond signals
      
      
      ndb/src/ndbapi/Ndbif.cpp:
        Send TC_COMMIT_ACK uncond
      ndb/src/ndbapi/TransporterFacade.cpp:
        Fix printout of uncond signals
      ndb/src/ndbapi/TransporterFacade.hpp:
        Fix printout of uncond signals
      ffbda096
    • unknown's avatar
      Merge perch.ndb.mysql.com:/home/jonas/src/51-work · c1476727
      unknown authored
      into  perch.ndb.mysql.com:/home/jonas/src/mysql-5.1-new-ndb
      
      c1476727
    • unknown's avatar
      ndb - · dda77da5
      unknown authored
        Add abort in reception of invalid/inconsistent SUB_GCP_COMPLETE_REP
        as proceeding (in release wo/ asserts) make mysqld crash in mysterious ways
      
      
      storage/ndb/src/ndbapi/NdbEventOperationImpl.cpp:
        Add abort in reception of invalid/inconsistent SUB_GCP_COMPLETE_REP
          as proceeding (in release wo/ asserts) make mysqld crash in mysterious ways
      dda77da5
    • unknown's avatar
      ndb - · f7f749e2
      unknown authored
        handle open(O_DIRECT) -> EINVAL
        remove need for NDB_NO_ODIRECT
      
      
      storage/ndb/src/kernel/blocks/ndbfs/AsyncFile.cpp:
        handle open(O_DIRECT) -> EINVAL
      f7f749e2
  2. 13 Apr, 2006 5 commits
  3. 12 Apr, 2006 26 commits
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · 4e6190ac
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      
      server-tools/instance-manager/options.cc:
        Resolve conflict
      4e6190ac
    • unknown's avatar
      Merge pchardin@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 19d494b2
      unknown authored
      into  mysql.com:/home/cps/mysql/devel/5.1-im-sort-options
      
      19d494b2
    • unknown's avatar
      cleanup: sort IM options alphabetically · 512187bd
      unknown authored
      
      server-tools/instance-manager/options.cc:
        sort options
      512187bd
    • unknown's avatar
      Merge mysql.com:/Users/kent/mysql/bk/mysql-5.1-release · 02b33a0c
      unknown authored
      into mysql.com:/Users/kent/mysql/bk/mysql-5.1-new
      
      
      mysql-test/t/disabled.def:
        Auto merged
      02b33a0c
    • unknown's avatar
      disabled.def: · 12520870
      unknown authored
        Disabled 'rpl_deadlock_innodb', randomly failing
      
      
      mysql-test/t/disabled.def:
        Disabled 'rpl_deadlock_innodb', randomly failing
      12520870
    • unknown's avatar
      Merge · 94be080d
      unknown authored
      94be080d
    • unknown's avatar
      Support --debug/-# in instance manager. · a8912bb1
      unknown authored
      
      mysql-test/mysql-test-run.pl:
        Support tracing the instance manager
      server-tools/instance-manager/options.cc:
        Handle --debug/-#
      server-tools/instance-manager/options.h:
        Handle --debug/-#
      a8912bb1
    • unknown's avatar
      disabled.def: · cea115d0
      unknown authored
        To somplify merge later, make files more similar in format
      
      
      mysql-test/t/disabled.def:
        To somplify merge later, make files more similar in format
      cea115d0
    • unknown's avatar
      test update · e5fa6114
      unknown authored
      e5fa6114
    • unknown's avatar
      5ac2c674
    • unknown's avatar
      diabling tests with correct bug number · fe823adb
      unknown authored
      fe823adb
    • unknown's avatar
      ndb: · 0418f049
      unknown authored
      freeing non freed objects on server shutdown
      corrected timeout handling on schema events
      
      0418f049
    • unknown's avatar
      Merge mysql.com:/home/jimw/my/mysql-5.1-refactor · 4ce842a5
      unknown authored
      into  mysql.com:/home/jimw/my/mysql-5.1-clean
      
      4ce842a5
    • unknown's avatar
      new files · 85ee4cbb
      unknown authored
      
      mysql-test/include/master-slave-end.inc:
        New BitKeeper file ``mysql-test/include/master-slave-end.inc''
      mysql-test/include/ndb_setup_slave.inc:
        New BitKeeper file ``mysql-test/include/ndb_setup_slave.inc''
      85ee4cbb
    • unknown's avatar
      increase save_master_pos timeout to 30 seconds for higher test predictability · e8165aca
      unknown authored
          better replicaiton test cleanup to ensure better test predictability
      + some ndb test cleanup
      
      
      client/mysqltest.c:
        increase save_master_pos timeout to 30 seconds for higher test predictability
      mysql-test/extra/rpl_tests/rpl_ddl.test:
        better replicaiton test cleanup to ensure better test predictability
      mysql-test/extra/rpl_tests/rpl_row_UUID.test:
        better replicaiton test cleanup to ensure better test predictability
      mysql-test/r/rpl_ndb_dd_advance.result:
        better replicaiton test cleanup to ensure better test predictability
      mysql-test/r/rpl_ndb_sync.result:
        better replicaiton test cleanup to ensure better test predictability
      mysql-test/t/disabled.def:
        better replicaiton test cleanup to ensure better test predictability
      mysql-test/t/rpl_ndb_bank.test:
        better replicaiton test cleanup to ensure better test predictability
      mysql-test/t/rpl_ndb_basic.test:
        better replicaiton test cleanup to ensure better test predictability
      mysql-test/t/rpl_ndb_dd_advance.test:
        better replicaiton test cleanup to ensure better test predictability
      mysql-test/t/rpl_ndb_dd_basic.test:
        better replicaiton test cleanup to ensure better test predictability
      mysql-test/t/rpl_ndb_sync.test:
        better replicaiton test cleanup to ensure better test predictability
      e8165aca
    • unknown's avatar
      Merge abotchkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · e217a8a2
      unknown authored
      into mysql.com:/home/hf/work/mysql-5.1.18115
      
      e217a8a2
    • unknown's avatar
      mysql_upgrade.sh removed. · 36c4514b
      unknown authored
      client/mysql_upgrade bunary should be used instead
      
      
      BitKeeper/deleted/.del-mysql_upgrade.sh~826da969ccf96ef:
        Delete: scripts/mysql_upgrade.sh
      scripts/Makefile.am:
        mysql_upgrade.sh removed
      36c4514b
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · c3cb6217
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new
      
      c3cb6217
    • unknown's avatar
      Bug#18736 test case 'upgrade' fails · eb4db4cf
      unknown authored
      "upgrade" failed on windows, because of lower_case_table_name.
      This fix changes letters to lower case, not to depend on OS.
      
      Note, this change does not affect coverage of 
      Bug N 17142 "Crash if create with encoded name",
      which the test war originally written for.
      
      
      mysql-test/r/upgrade.result:
        Changing "P" to "p" not to depend on lower_case_table_name
      mysql-test/t/upgrade.test:
        Changing "P" to "p" not to depend on lower_case_table_name
      eb4db4cf
    • unknown's avatar
      Merge gbichot@bk-internal.mysql.com:/home/bk/mysql-5.1-new · 94244255
      unknown authored
      into  mysql.com:/home/mysql_src/mysql-5.1-new
      
      94244255
    • unknown's avatar
      mysql-test-run.pl now creates an innodb data file of 10M:autoextend instead of 128M:autoextend. · bbbb82af
      unknown authored
      This is faster under gdb/valgrind (this should speed up work of people who have to run
      a simple test 50 times to do debugging). Running without --big, which is the default, InnoDB tests
      take at most 18MB so 128 was overkill. Running with --big, InnoDB tests take 450MB so 128
      was not enough anyway.
      
      
      mysql-test/mysql-test-run.pl:
        10M is faster to create than 128M (especially under gdb or valgrind) and is enough for most tests.
      bbbb82af
    • unknown's avatar
      Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.1-new · a7923045
      unknown authored
      into  mysql.com:/usr/home/bar/mysql-5.1-new.b18285
      
      a7923045
    • unknown's avatar
      Merge bk-internal:/home/bk/mysql-5.1-new · a032a28d
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      a032a28d
    • unknown's avatar
      Merge neptunus.(none):/home/msvensson/mysql/my51-bug18415 · 60f5cf7b
      unknown authored
      into  neptunus.(none):/home/msvensson/mysql/mysql-5.1
      
      
      mysql-test/lib/mtr_process.pl:
        Auto merged
      60f5cf7b
    • unknown's avatar
      Bug#18415 mysql-test-run.pl does not run on ActiveState perl · ecd75b76
      unknown authored
       - Part 1, better handling of subprocess and stdout to be done
      
      
      mysql-test/lib/mtr_process.pl:
        - Dont redirect stdout if ActiveState perl since fork creates a new thread and not another process.
        - Change waitpid to allow for negative pid as we get on Windows, strange but 
          that is how it is. It should never create a process with pid -1 though.
        - Remove an "if" for cygwin that does not do anything.
        - Add "print" in the potentially hanging while loop in "start_reap_all"
        - Dont use "getpgrp" on windows.
        - Remove "sleep 2" in mtr_exit
        - Remove the initial ping of mysqld's in 'mysql_admin_shutdown', instead just start one 
          mysqladmin for each expected mysqld server and wait for them to return.
          Then perform the ping of the mysqld server's. Those ping's normally return immediately.
      ecd75b76
    • unknown's avatar
      Remove Windows project files for mysql_test_run_new. · 711be6ad
      unknown authored
      
      BitKeeper/deleted/.del-mysql_test_run_new.dsp~9d8078f3f02fcc8e:
        Delete: VC++Files/mysql-test/mysql_test_run_new.dsp
      BitKeeper/deleted/.del-mysql_test_run_new_ia64.dsp~e7ee71ec8d2995e3:
        Delete: VC++Files/mysql-test/mysql_test_run_new_ia64.dsp
      BitKeeper/deleted/.del-mysql_test_run_new.vcproj~1ddaed30361efefe:
        Delete: VC++Files/mysql-test/mysql_test_run_new.vcproj
      VC++Files/mysql.dsw:
        Remove reference to mysql_test_run_new
      VC++Files/mysql.sln:
        Remove reference to mysql_test_run_new
      711be6ad