An error occurred fetching the project authors.
  1. 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
  2. 01 Nov, 2005 1 commit
  3. 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
  4. 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
  5. 18 Oct, 2005 1 commit
  6. 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
  7. 13 Oct, 2005 1 commit
  8. 12 Oct, 2005 1 commit
  9. 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
  10. 30 Sep, 2005 1 commit
  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. 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
  13. 27 Sep, 2005 1 commit
  14. 21 Sep, 2005 1 commit
  15. 20 Sep, 2005 1 commit
  16. 19 Sep, 2005 1 commit
  17. 16 Sep, 2005 1 commit
  18. 12 Sep, 2005 1 commit
  19. 09 Sep, 2005 1 commit
  20. 31 Aug, 2005 2 commits
  21. 29 Aug, 2005 1 commit
  22. 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
  23. 18 Aug, 2005 1 commit
    • kent@mysql.com's avatar
      ps_conv.inc: · 86e5ddeb
      kent@mysql.com authored
        Adjustment of float results for Windows
      mysql-test-run.pl:
        Added --port to make MYSQL_DUMP and MYSQL_SHOW work on windows
      have_lowercase0.inc:
        new file
      86e5ddeb
  24. 17 Aug, 2005 3 commits
  25. 04 Aug, 2005 1 commit
  26. 15 Jul, 2005 1 commit
  27. 13 Jul, 2005 1 commit
  28. 06 Jul, 2005 2 commits
    • kent@mysql.com's avatar
      mtr_misc.pl: · fe217934
      kent@mysql.com authored
        Corrected appending of .exe to Windows executables
        Don't alter read only @_ in foreach loop
      mysql-test-run.pl:
        Improved cleanup of binlogs
        Use separate log file for second master
        Corrected Windows paths to executables
      fe217934
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 8b2ee5b1
      kent@mysql.com authored
        Handle case where SHELL isn't set in Cygwin
      mysql_client_test.dsp:
        Put output into the "client_debug" and "client_release" directories
      8b2ee5b1
  29. 24 Jun, 2005 1 commit
  30. 23 Jun, 2005 1 commit
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 025305c1
      kent@mysql.com authored
        Might need a restart after test with special TZ
        Removed unused argument to run_mysqltest()
      025305c1
  31. 22 Jun, 2005 1 commit
  32. 21 Jun, 2005 2 commits
    • kent@mysql.com's avatar
      mysql-test-run.pl: · 26dc9492
      kent@mysql.com authored
        Added optional paths for finding mysqld on Windows
        Added language/charset options to embedded mysql_client_test
      26dc9492
    • 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