An error occurred fetching the project authors.
  1. 06 Feb, 2006 1 commit
  2. 02 Feb, 2006 1 commit
  3. 30 Jan, 2006 1 commit
  4. 26 Jan, 2006 1 commit
  5. 23 Jan, 2006 2 commits
  6. 20 Jan, 2006 1 commit
  7. 19 Jan, 2006 1 commit
  8. 17 Jan, 2006 1 commit
  9. 16 Jan, 2006 1 commit
  10. 13 Jan, 2006 1 commit
  11. 12 Jan, 2006 1 commit
  12. 04 Jan, 2006 1 commit
  13. 02 Jan, 2006 1 commit
  14. 22 Dec, 2005 1 commit
  15. 21 Dec, 2005 1 commit
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 17f293fd
      kent@mysql.com authored
        Don't run "mysqlslap" on Windows
      mysqlslap.test:
        We don't run "mysqlslap" on Windows
      mysql.sln:
        Removed build of "client/mysqlslap.c" on Windows
      17f293fd
  16. 19 Dec, 2005 1 commit
  17. 16 Dec, 2005 1 commit
  18. 15 Dec, 2005 1 commit
  19. 09 Dec, 2005 1 commit
  20. 30 Nov, 2005 1 commit
  21. 26 Nov, 2005 1 commit
    • kent@mysql.com's avatar
      mysql-test-run.pl: · b6efc740
      kent@mysql.com authored
        Added search for 'my_print_defaults' when running from source tree on Windows
      trigger-grant.test, trigger-compat.test:
        Removed --text from grep, not portable
      b6efc740
  22. 22 Nov, 2005 1 commit
  23. 13 Nov, 2005 1 commit
  24. 10 Nov, 2005 1 commit
    • guilhem@mysql.com's avatar
      WL#2971 "change log-bin-trust-routine-creators=0 to apply only to functions". · ff46e549
      guilhem@mysql.com authored
      Indeed now that stored procedures CALL is not binlogged, but instead the invoked substatements are,
      the restrictions applied by log-bin-trust-routine-creators=0 are superfluous for procedures.
      They still need to apply to functions where function calls are written to the binlog (for example as "DO myfunc(3)").
      We rename the variable to log-bin-trust-function-creators but allow the old name until some future version (and issue a warning if old name is used).
      ff46e549
  25. 03 Nov, 2005 1 commit
  26. 01 Nov, 2005 1 commit
  27. 25 Oct, 2005 2 commits
    • kent@mysql.com's avatar
      mysql-test-run.pl: · a2d7a9da
      kent@mysql.com authored
        Added MTR_BUILD_THREAD to control the port range
      a2d7a9da
    • patg@krsna.patg.net's avatar
      BUG# 12123 · 7243b7bb
      patg@krsna.patg.net authored
      Made change to mysqlimport to set character_set_database to binary to 
      make importing various charsets/columns work correctly.
      7243b7bb
  28. 19 Oct, 2005 1 commit
    • kent@mysql.com's avatar
      mysql.spec.sh: · 8bccfab2
      kent@mysql.com authored
        Enabled yaSSL
      mysql-test-run.pl:
        Increased test case timeout from 15 min
      8bccfab2
  29. 18 Oct, 2005 1 commit
  30. 16 Oct, 2005 2 commits
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 7635353b
      kent@mysql.com authored
        Added --skip-im option handling
        Don't terminate script if IM fails to create PID file
      mtr_cases.pl:
        Added --skip-im option handling
      mtr_process.pl:
        Kill left over 'mysqld' processes started by IM
      7635353b
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 00b53528
      kent@mysql.com authored
        Put socket files into $opt_tmpdir, to avoid problems
        with platforms that can't handle long socket paths.
      00b53528
  31. 13 Oct, 2005 1 commit
  32. 12 Oct, 2005 1 commit
  33. 04 Oct, 2005 1 commit
    • msvensson@neptunus.(none)'s avatar
      Improved testing of ssl and compression · cb96f195
      msvensson@neptunus.(none) authored
       - Added show status variable "compression" for checking that compression is turned on.
       - Updated show status variable "have_openssl" to be set to DISABLED if server supports ssl but it's not turned on to accept incoming ssl connections.  
       - Setup server to accept ssl connections from clients ig that is supported by server
       - New tests 
         - ssl - Run with ssl turned on
         - ssl_compress - Run with ssl and compression turned on
         - compress - Run with compression turned in 
       - Updated test 
         - openssl_1, rpl_openssl1 - Changed to run if server supports ssl
      cb96f195
  34. 30 Sep, 2005 1 commit
  35. 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
  36. 28 Sep, 2005 2 commits
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 7d33bdef
      kent@mysql.com authored
        Append to some of the log files, not overwrite.
        Changed introduction text to reflect the current
        status of the Perl version of mysql-test-run.
        Some code cleanup.
      7d33bdef
    • kent@mysql.com's avatar
      mysql-test-run.pl: · fdeceae8
      kent@mysql.com authored
        Pass on all --skip-* to mysqld
      fdeceae8