An error occurred fetching the project authors.
- 10 Nov, 2005 1 commit
-
-
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).
-
- 01 Nov, 2005 1 commit
-
-
kent@mysql.com authored
Make IM ports change with MTR_BUILD_THREAD
-
- 25 Oct, 2005 2 commits
-
-
kent@mysql.com authored
Added MTR_BUILD_THREAD to control the port range
-
patg@krsna.patg.net authored
Made change to mysqlimport to set character_set_database to binary to make importing various charsets/columns work correctly.
-
- 19 Oct, 2005 1 commit
-
-
kent@mysql.com authored
Enabled yaSSL mysql-test-run.pl: Increased test case timeout from 15 min
-
- 18 Oct, 2005 1 commit
-
-
gluh@eagle.intranet.mysql.r18.ru authored
'information_schema' is excluded from list of databases for mysqlcheck command
-
- 16 Oct, 2005 2 commits
-
-
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
-
kent@mysql.com authored
Put socket files into $opt_tmpdir, to avoid problems with platforms that can't handle long socket paths.
-
- 13 Oct, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 12 Oct, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Updated after review
-
- 04 Oct, 2005 1 commit
-
-
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
-
- 30 Sep, 2005 1 commit
-
-
anozdrin@mysql.com authored
1) Add support to testing Instance Manager in daemon mode; 2) Don't run Instance Manager tests when running with --ps-protocol option;
-
- 29 Sep, 2005 1 commit
-
-
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
-
- 28 Sep, 2005 2 commits
-
-
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.
-
kent@mysql.com authored
Pass on all --skip-* to mysqld
-
- 27 Sep, 2005 1 commit
-
-
guilhem@mysql.com authored
-
- 21 Sep, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
-
- 20 Sep, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Enable testcases after help from Serg
-
- 19 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Added flag --valgrind-mysqltest
-
- 16 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Enabled --valgrind to work (bug#13280)
-
- 12 Sep, 2005 1 commit
-
-
kent@mysql.com authored
Corrected typo
-
- 09 Sep, 2005 1 commit
-
-
ramil@mysql.com authored
-
- 31 Aug, 2005 2 commits
-
-
kent@mysql.com authored
Backporting from 5.0
-
kent@mysql.com authored
Put back unused old manager dummy arguments, some scripts use them
-
- 29 Aug, 2005 1 commit
-
-
anozdrin@mysql.com authored
-
- 25 Aug, 2005 1 commit
-
-
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()
-
- 18 Aug, 2005 1 commit
-
-
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
-
- 17 Aug, 2005 3 commits
-
-
kent@mysql.com authored
Added suite and test case timeout mtr_timer.pl: new file
-
kent@mysql.com authored
Bug#12615: Host name might not resolve, use short host name
-
kent@mysql.com authored
Bug#11884: Corrected --start-and-exit, start the server as if the default/specified test case would have been run
-
- 04 Aug, 2005 1 commit
-
-
kent@mysql.com authored
Back ported ndbcluster_support() from 5.0 Corrected the server id handling
-
- 15 Jul, 2005 1 commit
-
-
msvensson@neptunus.(none) authored
- Fixed problem, only detect comment if the # is on start of line AND starting line of the current command. - Wrote tests for most of the mysqltest commands, added stricter checking of correct syntax.
-
- 13 Jul, 2005 1 commit
-
-
tomas@poseidon.ndb.mysql.com authored
-
- 06 Jul, 2005 2 commits
-
-
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
-
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
-
- 24 Jun, 2005 1 commit
-
-
kent@mysql.com authored
Corrected master server id's
-
- 23 Jun, 2005 1 commit
-
-
kent@mysql.com authored
Might need a restart after test with special TZ Removed unused argument to run_mysqltest()
-
- 22 Jun, 2005 1 commit
-
-
kent@mysql.com authored
Bug#11481, set charset directory to mysqlbinlog
-
- 21 Jun, 2005 2 commits
-
-
kent@mysql.com authored
Added optional paths for finding mysqld on Windows Added language/charset options to embedded mysql_client_test
-
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
-