An error occurred fetching the project authors.
  1. 18 Jan, 2011 1 commit
  2. 14 Nov, 2008 1 commit
    • Serge Kozlov's avatar
      Bug#39861: · f51cfbbc
      Serge Kozlov authored
      1. mysqltest.cc - added flush to log file after each executed command in a testcase.
      2. mtr shows 20 last lines from test case log file if timeout reached.
      3. Optimizing the code by Magnus review.
      4. It is partially fix bug#40150
      f51cfbbc
  3. 09 Aug, 2008 1 commit
  4. 12 Dec, 2007 1 commit
    • msvensson@pilot.mysql.com's avatar
      WL#4189 · d918988b
      msvensson@pilot.mysql.com authored
       - dynamic configuration support
       - safe process
       - cleanups
       - create new suite for fedarated
      d918988b
  5. 21 May, 2007 1 commit
    • svoj@mysql.com/june.mysql.com's avatar
      BUG#25659 - memory leak via "plugins" test · fbb5c31a
      svoj@mysql.com/june.mysql.com authored
      - Added suppressions for dlopen to make plugin test pass.
      - Do not pass empty string to mysqld, since my_getopt is
        not capable to handle it.
      - Re-enabled trailing UNINSTALL PLUGIN statement of plugin.test.
      
      The memory leak described in the bug report happens in libdl, not
      in mysqld. On some valgrind installations this error is suppressed
      by default, no idea why it isn't suppressed on pb-valgrind.
      
      <observation>
      If library remains open after thread has finished, and is closed by
      another thread, we get memory leak. But in case library is opened and
      closed by the same thread no leak occurs.
      </observation>
      fbb5c31a
  6. 31 Dec, 2006 1 commit
    • kent@mysql.com/kent-amd64.(none)'s avatar
      my_strtoll10-x86.s: · 6523aca7
      kent@mysql.com/kent-amd64.(none) authored
        Corrected spelling in copyright text
      Makefile.am:
        Don't update the files from BitKeeper
      Many files:
        Removed "MySQL Finland AB & TCX DataKonsult AB" from copyright header
        Adjusted year(s) in copyright header 
      Many files:
        Added GPL copyright text
      Removed files:
        Docs/Support/colspec-fix.pl
        Docs/Support/docbook-fixup.pl
        Docs/Support/docbook-prefix.pl
        Docs/Support/docbook-split
        Docs/Support/make-docbook
        Docs/Support/make-makefile
        Docs/Support/test-make-manual
        Docs/Support/test-make-manual-de
        Docs/Support/xwf
      6523aca7
  7. 24 Nov, 2006 1 commit
  8. 23 Nov, 2006 1 commit
    • anozdrin/alik@booka.'s avatar
      Fix for BUG##24415: Instance manager test im_daemon_life_cycle · ea47e05f
      anozdrin/alik@booka. authored
      fails randomly.
      
      The problem was that the test case used command line tool (mysql)
      without specifying connect_timeout argument. In some cases,
      this lead to hanging of the test case.
      
      The fix is to specify --connect_timeout=1 when starting mysql.
      
      Also, the patch contains polishing and various cleanups to simplify
      analyzing of the problems further.
      
      The patch affects only test suite, no server codebase has been
      touched.
      ea47e05f
  9. 31 Oct, 2006 1 commit
  10. 05 Oct, 2006 1 commit
  11. 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
  12. 29 Aug, 2006 1 commit
    • anozdrin/alik@alik.'s avatar
      Preliminary patch for the following bugs: · 1a7cb415
      anozdrin/alik@alik. authored
        - BUG#15934: Instance manager fails to work;
        - BUG#18020: IM connect problem;
        - BUG#18027: IM: Server_ID differs;
        - BUG#18033: IM: Server_ID not reported;
        - BUG#21331: Instance Manager: Connect problems in tests;
      
      The only test suite has been changed
      (server codebase has not been modified).
      1a7cb415
  13. 19 Jul, 2006 1 commit
  14. 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
  15. 11 Jan, 2005 1 commit
    • kent@mysql.com's avatar
      mtr_process.pl: · 31d5463a
      kent@mysql.com authored
        Catch more fork() errors.
        Moved sleep_until_file_created() here from "mysql-test-run.pl".
        Improved debug output.
      mtr_io.pl:
        Improved mtr_get_opts_from_file(), try to mimic some sh.
      mysql-test-run.pl:
        Cleaned up the timeout handling.
        Created new function environment_setup().
        Corrected time zone handling.
        Moved sleep_until_file_created() to "lib/mtr_process.pl".
        Improved debug output.
      31d5463a
  16. 30 Dec, 2004 1 commit