An error occurred fetching the project authors.
  1. 25 Oct, 2006 1 commit
  2. 24 Oct, 2006 1 commit
  3. 19 Oct, 2006 1 commit
  4. 18 Oct, 2006 1 commit
    • unknown's avatar
      Make --with-ndbcluster only be valid together with --bench · 85cfdc5b
      unknown authored
      Improve code that detects if ndb shuold be installed
      Remove call to stop_all_servers after install db, if any servers are still running 
      and need to be stopped they will be stopped atuomatically
      
      
      mysql-test/lib/mtr_cases.pl:
        All tests that have "source include/have_ndb.inc" are ndb tests
      mysql-test/mysql-test-run.pl:
        Set --with-ndbcluster to only be valid together with --bench
        Rename opt_ndbcluster_supported to glob_ndbcluster_supported it's not an option
        Fix warnings
      85cfdc5b
  5. 13 Oct, 2006 1 commit
  6. 11 Oct, 2006 1 commit
    • unknown's avatar
      Improve restart logic all code to detect restart is now in the functions · a0081378
      unknown authored
      'run_testcase_need_master/slave_restart'
      Remove the faulty qw
      Only look for mysql_fix_privilege_tables if not windows
      
      
      mysql-test/lib/mtr_cases.pl:
        Move all code to determine when to restart into 'run_testcase_need_master/slave_restart' 
        Add possibility to wite --force-restart in -master.opt file, this will force a restart and
        since master is not started with any special options there is no need to restart
        again afterwards.
      mysql-test/mysql-test-run.pl:
        Remove the qw surrounding ENV{'LD_LIBRARY_PATH'}
        Only look for the sh script mysql_fix_privileges when not on windows
        Remove warnings about using unitialized variables
        Improve the restart logic, eall code to determine when to restart is
        now in run_testcase_need_master_restart and run_testcase_need_slave_restart
      mysql-test/t/bdb-alter-table-2-master.opt:
        Use --force-restart
      mysql-test/t/not_embedded_server-master.opt:
        Use --force-restart
      a0081378
  7. 07 Oct, 2006 1 commit
  8. 06 Oct, 2006 3 commits
    • unknown's avatar
      Fix problem with specifying vardir, mysql_version_id was not yet available... · e16d9851
      unknown authored
      Fix problem with specifying vardir, mysql_version_id was not yet available when vardir arguments is checked
      Move the code to look for exe_mysqld earlier => to initial_setup
      Fix warnings detected by running with "diagnostics"
      Remove unused option "opt_result_ext"
      Init "path_ndb_examples_dir"
      
      
      mysql-test/lib/mtr_cases.pl:
        Set default number of slave to 0
        Remove unused/uninitialized "$opt_result_ext"
      mysql-test/lib/mtr_report.pl:
        Remove unused/uninitialized "$opt_result_ext"
      e16d9851
    • unknown's avatar
    • unknown's avatar
      Improve 'run_testcase_need_master_restart' to require restart if master is not already started · 9350dbc4
      unknown authored
      Improve 'run_testcase_need_slave_restart' to detect if a slave restart really is necessary. 
      So far all rpl test requires a slave restart, but for all other tests it can be skipped
      Improve the sort order used by --reorder
      
      
      mysql-test/lib/mtr_cases.pl:
        Improve the sort order used by reorder
      mysql-test/mysql-test-run.pl:
        Improve 'run_testcase_need_master_restart' to require restart if master is not already started
        Improve 'run_testcase_need_slave_restart' to detect if a slave restart really is necessary. 
        So far all rpl test requires a slave restart, but for all other tests it can be skipped
      9350dbc4
  9. 04 Oct, 2006 1 commit
    • unknown's avatar
      Backport from 5.1 · dccc6b10
      unknown authored
       -Add support for detecting version and features from mysqld binary
       - Autodetect netware
       - Disable some features not available below 5.0
       - Cleanup executable_setup to look for one executable at a time, only llok for the ones that are needed based on the selected testcases and settings
      
      
      mysql-test/lib/mtr_cases.pl:
        Backport from 5.1
      mysql-test/lib/mtr_io.pl:
        Backport from 5.1
        Add new function mtr_appendfile_to_file
      mysql-test/lib/mtr_misc.pl:
        Backport from 5.1
      mysql-test/lib/mtr_process.pl:
        Backport from 5.1
      mysql-test/lib/mtr_report.pl:
        Backport from 5.1
      mysql-test/mysql-test-run.pl:
        Add support for detecting version and features from mysqld binary
        Autodetect netware
        Disable some features not available below 5.0
        Cleanup executable_setup to look for one executable at a time, only llok for the ones that are needed based on the selected testcases and settings
      mysql-test/r/mysqltest.result:
        Update result
      mysql-test/lib/mtr_im.pl:
        New BitKeeper file ``mysql-test/lib/mtr_im.pl''
      mysql-test/lib/mtr_stress.pl:
        New BitKeeper file ``mysql-test/lib/mtr_stress.pl''
      dccc6b10
  10. 25 Aug, 2006 1 commit
  11. 08 Mar, 2006 1 commit
    • unknown's avatar
      mysql-test-run.pl, mtr_cases.pl · a3208c0f
      unknown authored
        - Back porting of some changes in later releases
        - Corrected valgrind support
        - Removed work around for TZ needed in VisualStudio 6
        - Don't restart master to add special settings from "<testcase>-master.opt",
          if same settngs as running master, feature request in bug#12433
        - With --reorder, keep tests with same *-master.opt content together,
          to save even more master restarts
      
      
      mysql-test/lib/mtr_misc.pl:
        Added functions to compare lists of options
      mysql-test/lib/mtr_cases.pl:
        Removed special code for Windows as in VC6 we unset
        TZ to avoid library bug
      mysql-test/mysql-test-run.pl:
        Handle pseudo option --timezone=<spec> that sets TZ
      a3208c0f
  12. 16 Aug, 2005 1 commit
    • unknown's avatar
      mtr_process.pl: · ee793d03
      unknown authored
        Bug#11792: Check all of status code, to catch a crash as a failure
      mtr_cases.pl:
        Code cleanup for skipped/disabled handling
      mtr_process.pl:
        In debug mode, report if mysqladmin did not at least
        make the server stop listening to the port.
        Increased the time waiting for terminating to 20 seconds,
        to wait for really slow slave shutdown.
        Added call to start_reap_all(), to avoid zombies.
      mtr_report.pl:
        Removed prototype for unused function mtr_report_test_disabled()
      
      
      mysql-test/lib/mtr_report.pl:
        Removed prototype for unused function mtr_report_test_disabled()
      mysql-test/lib/mtr_cases.pl:
        Code cleanup for skipped/disabled handling
      mysql-test/lib/mtr_process.pl:
        Bug#11792: Check all of status code, to catch a crash as a failure
      ee793d03
  13. 07 Jul, 2005 1 commit
    • unknown's avatar
      mtr_cases.pl: · ce5f68cf
      unknown authored
        Added support for the disabled.def file
      
      
      mysql-test/lib/mtr_cases.pl:
        Added support for the disabled.def file
      ce5f68cf
  14. 20 Jun, 2005 1 commit
    • unknown's avatar
      mtr_cases.pl: · d73327e1
      unknown authored
        Bug#11466: Script can now get test case name
        from test case file path on command line
      mysql-test-run.pl:
        Bug#11466: Added --skip-ndbcluster/--skip-ndb option
      mtr_cases.pl:
        Don't set --default-time-zone if opt file sets it
        Restart the server if time zone is given in opt file
      mysql-test-run.pl:
        Don't remove symlink to "var" directory in cleanup
        Removed duplicate/unessesary options to mysqld
      
      
      mysql-test/mysql-test-run.pl:
        Bug#11466: Added --skip-ndbcluster/--skip-ndb option
      mysql-test/lib/mtr_cases.pl:
        Bug#11466: Script can now get test case name
        from test case file path on command line
      d73327e1
  15. 19 Jun, 2005 1 commit
    • unknown's avatar
      mysql-test-run.pl: · f35c177a
      unknown authored
        Added dummy --manager-port flag, for backward compatibility
        Back port from 5.0, correction of paths to SSL pem files
      mtr_cases.pl:
        Removed hard coded exclude list for embedded server
      mysql-test-run.pl:
        Set environment variable MYSQL_SHOW, to be used in test cases
      
      
      mysql-test/lib/mtr_cases.pl:
        Removed hard coded exclude list for embedded server
      mysql-test/mysql-test-run.pl:
        Added dummy --manager-port flag, for backward compatibility
        Back port from 5.0, correction of paths to SSL pem files
      f35c177a
  16. 10 Jun, 2005 1 commit
    • unknown's avatar
      mtr_process.pl: · 4cc8730d
      unknown authored
        Added a sleep for 5 seconds when shuting down,
        work around for strange problem with server restarts
      mtr_cases.pl:
        Set default time zone as opt to mysqld
      mysql-test-run.pl:
        Enabled --mysqld=<flags> to work
        Put some Windows path names into environment,
        to be used in --replace_result
      mysql-test-run.sh:
        Make shell script tolerant to Windows change in test cases
      
      
      mysql-test/mysql-test-run.sh:
        Make shell script tolerant to Windows change in test cases
      mysql-test/mysql-test-run.pl:
        Enabled --mysqld=<flags> to work
        Put some Windows path names into environment,
        to be used in --replace_result
      mysql-test/lib/mtr_cases.pl:
        Set default time zone as opt to mysqld
      mysql-test/lib/mtr_process.pl:
        Added a sleep for 5 seconds when shuting down,
        work around for strange problem with server restarts
      4cc8730d
  17. 21 Mar, 2005 1 commit
    • unknown's avatar
      mtr_report.pl: · a94a62ce
      unknown authored
        Made --timer work
      mtr_cases.pl:
        Added option --reorder to get less server restarts
      mysql-test-run.pl:
        Added option --reorder to get less server restarts
        Moved do_before_start_master() not to remove binlog files unless restarted
        Made --timer work
        Slave was incorrectly writing log to error log
      
      
      mysql-test/mysql-test-run.pl:
        Added option --reorder to get less server restarts
        Moved do_before_start_master() not to remove binlog files unless restarted
        Made --timer work
        Slave was incorrectly writing log to error log
      mysql-test/lib/mtr_cases.pl:
        Added option --reorder to get less server restarts
      mysql-test/lib/mtr_report.pl:
        Made --timer work
      a94a62ce
  18. 03 Feb, 2005 1 commit