An error occurred fetching the project authors.
  1. 18 Oct, 2006 1 commit
  2. 17 Oct, 2006 1 commit
  3. 14 Oct, 2006 1 commit
  4. 08 Oct, 2006 1 commit
  5. 06 Oct, 2006 2 commits
  6. 04 Oct, 2006 1 commit
    • msvensson@shellback.(none)'s avatar
      Backport from 5.1 · 3db774af
      msvensson@shellback.(none) 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
      3db774af
  7. 04 May, 2006 1 commit
  8. 23 Mar, 2006 1 commit
  9. 07 Mar, 2006 1 commit
  10. 12 Feb, 2006 1 commit
    • kent@mysql.com's avatar
      spatial.cc: · 30b8a9c1
      kent@mysql.com authored
        Added { ... } around float8get() macro, avoids VC7 error
        message "illegal else without matching if"
      mtr_report.pl:
        Parse error logs to create "warnings" file
      mtr_cases.pl:
        Added optoion --ignore-disabled-def
        Windows build now let TZ pass, removed
        work around
      mysql-test-run.pl, mtr_process.pl:
        Back port of changes from 5.0
      30b8a9c1
  11. 29 Sep, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_report.pl: · 822a4ac5
      kent@mysql.com authored
        Text formatting, adjust table header
      mysql-test-run.pl:
        Remove requirement for source tree to run embedded server test
      mysqldump.test:
        Removed ending ';' from --exec line
      822a4ac5
  12. 14 Sep, 2005 2 commits
  13. 31 Aug, 2005 1 commit
  14. 26 Aug, 2005 1 commit
  15. 25 Aug, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_process.pl: · af2b5f3b
      kent@mysql.com authored
        Call mtr_timer_stop_all() at exit
      mtr_report.pl, mysql-test-run.pl:
        Added default/ps-protocol/embedded to abort and summary line
      mtr_timer.pl:
        Added function mtr_timer_stop_all()
      af2b5f3b
  16. 17 Aug, 2005 1 commit
  17. 16 Aug, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_process.pl: · c3104d1a
      kent@mysql.com 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()
      c3104d1a
  18. 21 Jun, 2005 1 commit
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 4958b543
      kent@mysql.com authored
        More compact and safe handling of path names.
        Support for running in Windows source tree.
        Use libtool wrapper, instead of messing with
        library path names, and objects in .libs dir.
      mtr_misc.pl:
        Utility function that search aand check path names
      mtr_report.pl:
        Patch by Carsten, set correct reject/result/eval if not main suite
      4958b543
  19. 05 Jun, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_misc.pl, mtr_report.pl: · 5ec15497
      kent@mysql.com authored
        Try kill all children to the mysql-test-run process when exiting
      mtr_process.pl:
        Added new function mtr_exit() that try kill all children to the mysql-test-run process when exiting
      mysql-test-run.pl:
        Try kill all children to the mysql-test-run process when exiting
        New --vardir caused problems on Windows
        Changed faulty calls to error() to mtr_error()
      5ec15497
  20. 15 May, 2005 1 commit
  21. 21 Mar, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_report.pl: · c3fa95d4
      kent@mysql.com 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
      c3fa95d4
  22. 11 Mar, 2005 1 commit
  23. 07 Feb, 2005 1 commit
    • kent@mysql.com's avatar
      mysql-test-run.pl: · df3415f0
      kent@mysql.com authored
        Corrected user name passing
        Honor the --master-binary and --slave-binary options
        Insert the host name into 'user' table
        Added --udiff option, to get unified diff output
        Call special mtr_run_test() for running "mysqltest"
      mtr_report.pl:
        Added --udiff option, to get unified diff output
      init_db.sql:
        Insert the host name into 'user' table
      df3415f0
  24. 03 Feb, 2005 1 commit
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 1f088e95
      kent@mysql.com authored
        Let --start-and-exit actually start a server
        Added that test case names can be specified on the comman line
        Added embedded server support
        Added environment variables UMASK, UMASK_DIR
        Added missing MASTER_MYSOCK1, MASTER_MYPORT1, USE_RUNNING_SERVER
        Added missing CHARSETSDIR, MYSQL_FIX_SYSTEM_TABLES, MYSQL_CLIENT_TEST
        Pass on return value from sleep_until_file_created(), to fail test
        Fail test if early termination of mysqld servers
        Create intial databases for the second master, and two additional slaves
      mtr_process.pl:
        Find out if port is still in use, using simple TCP connect
        Use non blocking waitpid() to catch terminations early
        Make a special case spawning the 'mysqltest' application
        Redo the fork() if it returns EAGAIN
        Make sure to record if master or slave terminated
        Improved debugging output
        Improved code that remove PID files to avoid race
        Abort if we can't stop all mysqld servers using our ports
        Many improvements in killing mysqld servers
        Let sleep_until_file_created() catch if server died early
      mtr_report.pl:
        Added option to disable test cases using <testcase>.disabled file
        If --timer, only try to open file with time data if it exists
      mtr_io.pl:
        Remove starting/ending space reading server options from file
      1f088e95
  25. 03 Jan, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_process.pl: · c725e090
      kent@mysql.com authored
        Added missing stop_reap_all() if returns early from function
      mysql-test-run.pl:
        Improved output from --script-debug
        Initial Cygwin support
        Improved mysqld process termination
      c725e090
  26. 30 Dec, 2004 1 commit