1. 13 Apr, 2006 2 commits
  2. 12 Apr, 2006 27 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
    • unknown's avatar
      Remove old cruft from the tree: mysqltestmanager, mysql_test_run_new, · a422d6da
      unknown authored
      and various stuff in Docs/. Also move the certificates used for testing
      into mysql-test/std_data from the top-level SSL directory (now gone).
      
      
      BitKeeper/deleted/.del-init_db.sql~af2dfeabaa348dd7:
        Delete: mysql-test/init_db.sql
      BitKeeper/deleted/.del-my_create_tables.c~c121a0c4c427ebb:
        Delete: mysql-test/my_create_tables.c
      BitKeeper/deleted/.del-my_manage.c~4de50e721d227d19:
        Delete: mysql-test/my_manage.c
      BitKeeper/deleted/.del-my_manage.h~9d2cbc1e8bc894f:
        Delete: mysql-test/my_manage.h
      BitKeeper/deleted/.del-mysql_test_run_new.c~a23ab2c4b28b25ad:
        Delete: mysql-test/mysql_test_run_new.c
      mysql-test/mysql-test-run.sh:
        Remove code that uses old mysqltestmanager
      BitKeeper/deleted/.del-Makefile.am~abb265028eb9b6a7:
        Delete: tools/Makefile.am
      BitKeeper/deleted/.del-managertest1.nc~96a5c1c5c2d33085:
        Delete: tools/managertest1.nc
      BitKeeper/deleted/.del-mysqlmanager-sample.pwd~712b89f01aaad84a:
        Delete: tools/mysqlmanager-sample.pwd
      BitKeeper/deleted/.del-mysqlmanager.c~e97636d71145a0b:
        Delete: tools/mysqlmanager.c
      BitKeeper/deleted/.del-client-req.pem~efd482e1d290d4d8:
        Delete: SSL/client-req.pem
      BitKeeper/deleted/.del-run-client~e683192d4f3821e0:
        Delete: SSL/run-client
      BitKeeper/deleted/.del-server-req.pem~16301893cacf1be4:
        Delete: SSL/server-req.pem
      BitKeeper/deleted/.del-run-server~55426778bc206c48:
        Delete: SSL/run-server
      BitKeeper/deleted/.del-Makefile.am~de166d6fcac3b9b6:
        Delete: SSL/Makefile.am
      BitKeeper/deleted/.del-NOTES~e926d3e6929ac052:
        Delete: SSL/NOTES
      BitKeeper/deleted/.del-mysqlmanager-pwgen.c~d8f5f91ec54432b9:
        Delete: client/mysqlmanager-pwgen.c
      BitKeeper/deleted/.del-mysqlmanagerc.c~4f6e3499e68508f6:
        Delete: client/mysqlmanagerc.c
      BitKeeper/deleted/.del-algor.eps~1a57aff065918206:
        Delete: Docs/Books/algor.eps
      BitKeeper/deleted/.del-bk.txt~ffd510fa9531f87c:
        Delete: Docs/bk.txt
      BitKeeper/deleted/.del-algor.gif~72c40c3bad198f2f:
        Delete: Docs/Books/algor.gif
      BitKeeper/deleted/.del-algor.txt~37d2b5c1290e3cfa:
        Delete: Docs/Books/algor.txt
      BitKeeper/deleted/.del-dbi.eps~7b1032f98de7736d:
        Delete: Docs/Books/dbi.eps
      BitKeeper/deleted/.del-dbi.gif~8f6861147437298b:
        Delete: Docs/Books/dbi.gif
      BitKeeper/deleted/.del-dbi.txt~f5cf3fe321168fd5:
        Delete: Docs/Books/dbi.txt
      BitKeeper/deleted/.del-dubois.eps~f24e09a7fa420436:
        Delete: Docs/Books/dubois.eps
      BitKeeper/deleted/.del-dubois.gif~e02d361b13b1c4a4:
        Delete: Docs/Books/dubois.gif
      BitKeeper/deleted/.del-dubois.txt~998581cf9040fcc:
        Delete: Docs/Books/dubois.txt
      BitKeeper/deleted/.del-ecomm.eps~17833026ebd7656:
        Delete: Docs/Books/ecomm.eps
      BitKeeper/deleted/.del-ecomm.gif~f9bce6949b171613:
        Delete: Docs/Books/ecomm.gif
      BitKeeper/deleted/.del-ecomm.txt~27494674104ee9db:
        Delete: Docs/Books/ecomm.txt
      BitKeeper/deleted/.del-in_21.eps~8150d06653dab178:
        Delete: Docs/Books/in_21.eps
      BitKeeper/deleted/.del-in_21.gif~4a0b14f6d76458a9:
        Delete: Docs/Books/in_21.gif
      BitKeeper/deleted/.del-in_21.txt~448fb4b3d8c0b34e:
        Delete: Docs/Books/in_21.txt
      BitKeeper/deleted/.del-manual.eps~1c2ebcea50b4840c:
        Delete: Docs/Books/manual.eps
      BitKeeper/deleted/.del-manual.gif~657cf08119b1b3fc:
        Delete: Docs/Books/manual.gif
      BitKeeper/deleted/.del-manual.txt~4702af61ea5e3c29:
        Delete: Docs/Books/manual.txt
      BitKeeper/deleted/.del-msql.eps~f3801b9d166ae4fc:
        Delete: Docs/Books/msql.eps
      BitKeeper/deleted/.del-msql.gif~72ea7c6d307b9108:
        Delete: Docs/Books/msql.gif
      BitKeeper/deleted/.del-msql.txt~235ae568824f4073:
        Delete: Docs/Books/msql.txt
      BitKeeper/deleted/.del-prof.eps~1f54d9a56eb2b908:
        Delete: Docs/Books/prof.eps
      BitKeeper/deleted/.del-prof.gif~2fa8ed201d9d05fe:
        Delete: Docs/Books/prof.gif
      BitKeeper/deleted/.del-prof.txt~9fc04ec3e5ce8361:
        Delete: Docs/Books/prof.txt
      BitKeeper/deleted/.del-pthreads.eps~2ca8ff2d1181b2c0:
        Delete: Docs/Books/pthreads.eps
      BitKeeper/deleted/.del-pthreads.gif~2d9460dec2577859:
        Delete: Docs/Books/pthreads.gif
      BitKeeper/deleted/.del-pthreads.txt~fc9e17d021335a39:
        Delete: Docs/Books/pthreads.txt
      BitKeeper/deleted/.del-realmen.eps~cc022325d3cb045:
        Delete: Docs/Books/realmen.eps
      BitKeeper/deleted/.del-realmen.gif~86113e3b1fcbd597:
        Delete: Docs/Books/realmen.gif
      BitKeeper/deleted/.del-realmen.txt~81c30565a8f06539:
        Delete: Docs/Books/realmen.txt
      BitKeeper/deleted/.del-sql-99.eps~f85c06de7a016c7d:
        Delete: Docs/Books/sql-99.eps
      BitKeeper/deleted/.del-sql-99.gif~df369376884a5689:
        Delete: Docs/Books/sql-99.gif
      BitKeeper/deleted/.del-sql-99.txt~eff316adac3dd5b8:
        Delete: Docs/Books/sql-99.txt
      BitKeeper/deleted/.del-Tutorial-MySQL-final.txt~6e5b88fe4217504d:
        Delete: Docs/Tutorial-MySQL-final.txt
      BitKeeper/deleted/.del-mysql-01.gif~6f3f2e474b834ac6:
        Delete: Docs/MySQL-logos/mysql-01.gif
      BitKeeper/deleted/.del-mysql-02.gif~5e03e2ffa6bd060f:
        Delete: Docs/MySQL-logos/mysql-02.gif
      BitKeeper/deleted/.del-mysql-03.gif~a510e3599346cd5f:
        Delete: Docs/MySQL-logos/mysql-03.gif
      BitKeeper/deleted/.del-mysql-04.gif~6c3fdc91da64574:
        Delete: Docs/MySQL-logos/mysql-04.gif
      BitKeeper/deleted/.del-mysql-05.gif~230c28315136655:
        Delete: Docs/MySQL-logos/mysql-05.gif
      BitKeeper/deleted/.del-mysql-06.gif~8bb16461fd45634e:
        Delete: Docs/MySQL-logos/mysql-06.gif
      BitKeeper/deleted/.del-mysql-07.gif~b86f918998a2114e:
        Delete: Docs/MySQL-logos/mysql-07.gif
      BitKeeper/deleted/.del-mysql-08.gif~50fb4d886f82e8bc:
        Delete: Docs/MySQL-logos/mysql-08.gif
      BitKeeper/deleted/.del-mysql-09.gif~17604ce9d92cd94a:
        Delete: Docs/MySQL-logos/mysql-09.gif
      BitKeeper/deleted/.del-mysql-10.gif~a8b5306c4d911f8e:
        Delete: Docs/MySQL-logos/mysql-10.gif
      BitKeeper/deleted/.del-mysql-11.gif~8495404458978524:
        Delete: Docs/MySQL-logos/mysql-11.gif
      BitKeeper/deleted/.del-mysql-12.gif~18d47c1ad5aef481:
        Delete: Docs/MySQL-logos/mysql-12.gif
      BitKeeper/deleted/.del-mysql-13.gif~1ad2eedf58da3aaa:
        Delete: Docs/MySQL-logos/mysql-13.gif
      BitKeeper/deleted/.del-mysql-14.gif~a11e7df8653ad1b1:
        Delete: Docs/MySQL-logos/mysql-14.gif
      BitKeeper/deleted/.del-mysql-15.gif~64c998fdd6fc1ae1:
        Delete: Docs/MySQL-logos/mysql-15.gif
      BitKeeper/deleted/.del-mysql-16.gif~6a6c86de2f85f0f5:
        Delete: Docs/MySQL-logos/mysql-16.gif
      BitKeeper/deleted/.del-mysql-17.gif~b07962578d0952b1:
        Delete: Docs/MySQL-logos/mysql-17.gif
      BitKeeper/deleted/.del-mysql_anim-01.gif~d27d4f0c1a2a6da9:
        Delete: Docs/MySQL-logos/mysql_anim-01.gif
      BitKeeper/deleted/.del-mysql_anim-02.gif~476224d724007343:
        Delete: Docs/MySQL-logos/mysql_anim-02.gif
      BitKeeper/deleted/.del-mysql_anim-03.gif~470dd9c9a8bd55fc:
        Delete: Docs/MySQL-logos/mysql_anim-03.gif
      BitKeeper/deleted/.del-mysql_anim-04.gif~14f429c87c0c718:
        Delete: Docs/MySQL-logos/mysql_anim-04.gif
      BitKeeper/deleted/.del-mysql_anim-05.gif~e63e7f003b77ad95:
        Delete: Docs/MySQL-logos/mysql_anim-05.gif
      BitKeeper/deleted/.del-mysql_anim-06.gif~d9cffaf35d9d4719:
        Delete: Docs/MySQL-logos/mysql_anim-06.gif
      BitKeeper/deleted/.del-mysql-compatible.jpg~56ecc684688a7382:
        Delete: Docs/MySQL-logos/mysql-compatible.jpg
      BitKeeper/deleted/.del-docbook-fixup.pl~46cf3bdef147084e:
        Delete: Docs/Support/docbook-fixup.pl
      BitKeeper/deleted/.del-docbook-prefix.pl~876c7d33c68c224a:
        Delete: Docs/Support/docbook-prefix.pl
      BitKeeper/deleted/.del-docbook-split~be931c3922898d0:
        Delete: Docs/Support/docbook-split
      BitKeeper/deleted/.del-make-docbook~ccac1eb717e92ac9:
        Delete: Docs/Support/make-docbook
      BitKeeper/deleted/.del-make-makefile~39fd454b487126e8:
        Delete: Docs/Support/make-makefile
      BitKeeper/deleted/.del-test-make-manual~5da458f958a424ec:
        Delete: Docs/Support/test-make-manual
      BitKeeper/deleted/.del-test-make-manual-de~33cad2886311b8a:
        Delete: Docs/Support/test-make-manual-de
      BitKeeper/deleted/.del-trivial-makeinfo-4.0c.patch~40d336454ecf98db:
        Delete: Docs/Support/trivial-makeinfo-4.0c.patch
      BitKeeper/deleted/.del-xwf~76b97805d9146b80:
        Delete: Docs/Support/xwf
      BitKeeper/deleted/.del-colspec-fix.pl~6c78d3332330b19e:
        Delete: Docs/Support/colspec-fix.pl
      Docs/generate-text-files.pl:
        Rename: Docs/Support/generate-text-files.pl -> Docs/generate-text-files.pl
      BitKeeper/deleted/.del-.cvsignore~250f630140b90042:
        Delete: Docs/Support/.cvsignore
      BitKeeper/deleted/.del-changelog-4.0.xml~8f56ee8a913e848b:
        Delete: Docs/changelog-4.0.xml
      BitKeeper/deleted/.del-changelog-4.1.xml~8aa496ebed09d868:
        Delete: Docs/changelog-4.1.xml
      BitKeeper/deleted/.del-changelog-5.0.xml~f4c50926ccdd7434:
        Delete: Docs/changelog-5.0.xml
      BitKeeper/deleted/.del-sp-implemented.txt~15f5c0033d848288:
        Delete: Docs/sp-implemented.txt
      mysql-test/std_data/cacert.pem:
        Rename: SSL/cacert.pem -> mysql-test/std_data/cacert.pem
      mysql-test/std_data/client-cert.pem:
        Rename: SSL/client-cert.pem -> mysql-test/std_data/client-cert.pem
      mysql-test/std_data/client-key.pem:
        Rename: SSL/client-key.pem -> mysql-test/std_data/client-key.pem
      mysql-test/std_data/server-cert.pem:
        Rename: SSL/server-cert.pem -> mysql-test/std_data/server-cert.pem
      mysql-test/std_data/server-key.pem:
        Rename: SSL/server-key.pem -> mysql-test/std_data/server-key.pem
      BitKeeper/etc/ignore:
        added client/mysql_upgrade
      Docs/Makefile.am:
        Move generate-text-files.pl up a level, since it is the only Support file
      Makefile.am:
        Remove tools and SSL directories
      client/Makefile.am:
        Remove mysqltestmanager clients
      configure.in:
        Remove old tools directory
      mysql-test/Makefile.am:
        Don't need to copy .pem files any more, they're now in std_data.
      scripts/make_binary_distribution.sh:
        Don't package up mysqltestmanager
      support-files/mysql.spec.sh:
        Don't package mysqltestmanager
      a422d6da
  3. 11 Apr, 2006 11 commits