An error occurred fetching the project authors.
- 10 Apr, 2006 1 commit
-
-
unknown authored
Added --ndbcluster_port for backward compatibility make_win_src_distribution.sh: Updated to reflect 5.1 changes scripts/make_win_src_distribution.sh: Updated to reflect 5.1 changes mysql-test/mysql-test-run.pl: Added --ndbcluster_port for backward compatibility
-
- 07 Apr, 2006 1 commit
-
-
unknown authored
mysql-test/mysql-test-run.pl: Add option "with-ndbcluster-only" (ignored) for compatibility with newer "Do-compile".
-
- 04 Apr, 2006 1 commit
-
-
unknown authored
Add support for "--debugger=windbg" and "--debugger=vcexpress"
-
- 29 Mar, 2006 7 commits
-
-
unknown authored
Check that port range is valid, bug#16807 mysql-test/mysql-test-run.pl: Check that port range is valid, bug#16807
-
unknown authored
-
unknown authored
-
unknown authored
Remove "restart-cleanup" not needed any more as a snapshot of the db will be restored after a failed test case
-
unknown authored
"ndbcluster_port_slave" => "ndbcluster-port-slave"
-
unknown authored
-
unknown authored
-
- 28 Mar, 2006 1 commit
-
-
unknown authored
-
- 27 Mar, 2006 2 commits
-
-
unknown authored
build, so do not require it to be present in mysql-test-run.pl.
-
unknown authored
Split cp operations, to avoid shell limit on number of args mysql-test-run.pl: Removed obsolete way of cleaning up after test failure .del-drop-on-restart.inc~ef1715ddbebc3102: Delete: mysql-test/include/drop-on-restart.inc BitKeeper/deleted/.del-drop-on-restart.inc~ef1715ddbebc3102: Delete: mysql-test/include/drop-on-restart.inc mysql-test/mysql-test-run.pl: Removed obsolete way of cleaning up after test failure scripts/make_binary_distribution.sh: Split cp operations, to avoid shell limit on number of args
-
- 24 Mar, 2006 1 commit
-
-
unknown authored
mysql-test/mysql-test-run.pl: Also look for the mysql_test_run binary in the places where it is put by CMake builds.
-
- 23 Mar, 2006 6 commits
-
-
unknown authored
Apparently libtool isn't properly setup on all our build hosts. mysql-test/mysql-test-run.pl: Only run in libtool if running in valgrind.
-
unknown authored
Concat type+idx to get a unique gdbinit filename
-
unknown authored
-
unknown authored
-
unknown authored
Touchups mysql-test/mysql-test-run.pl: Add support fo --manual-debug, --manual-gdb and -manual-ddd
-
unknown authored
Add support for debuggers and impove support for valgrind mysql-test/mysql-test-run.pl: Add support for debuggers and improve support for valgrind
-
- 22 Mar, 2006 1 commit
-
-
unknown authored
-
- 13 Mar, 2006 3 commits
-
-
unknown authored
mysql-test/mysql-test-run.pl: Setup path the slave clusters data dir Remove slave clusters data dir on restart after test case failure
-
unknown authored
mysql-test/mysql-test-run.pl: Remove extra printouts
-
unknown authored
mysql-test/mysql-test-run.pl: Take a snapshot of the data dirs just after all db's have been installed and usedthat snasphot to restore the db(s) to a known state after a test case has failed. Thus avoiding subsequent test cases to fail because of previous test failures.
-
- 10 Mar, 2006 1 commit
-
-
unknown authored
- Update of test toolsand Makefiles to make it possible to test always test udf's as part of the mysql test suite mysql-test/mysql-test-run.pl: Add the path where mysqld will udf_example.so used by the udf test mysql-test/r/udf.result: Update test results mysql-test/t/udf.test: Update tests The "--error 0" directives should actually be changed to the correct error number returned but that error number is lost. W e do however get the right error message and that is checked in the .result file. sql/Makefile.am: Build shared library udf_example.so sql/share/errmsg.txt: Update the max length of %s string from 64 to 128 sql/sql_udf.cc: Add DBUG_PRINT just before dl_open sql/udf_example.cc: Use isalpha instade of my_isalpha
-
- 08 Mar, 2006 3 commits
-
-
unknown authored
- Back porting of some changes in later releases - Corrected valgrind support - Removed work around for TZ needed in VisualStudio 6 - Don't restart master to add special settings from "<testcase>-master.opt", if same settngs as running master, feature request in bug#12433 - With --reorder, keep tests with same *-master.opt content together, to save even more master restarts mysql-test/lib/mtr_misc.pl: Added functions to compare lists of options mysql-test/lib/mtr_cases.pl: Removed special code for Windows as in VC6 we unset TZ to avoid library bug mysql-test/mysql-test-run.pl: Handle pseudo option --timezone=<spec> that sets TZ
-
unknown authored
- Fix problems that occur when ndbcluster is not supported mysql-test/lib/mtr_cases.pl: Marked test to be skipped if it is a ndb test but ndb is not supported mysql-test/mysql-test-run.pl: Check "opt_with_ndbcluster" before deciding to stop masters and when dciding if cluster needs to be started.
-
unknown authored
Allow space in base directory path, bug#15736 mysql-test/mysql-test-run.pl: Allow space in base directory path, bug#15736
-
- 07 Mar, 2006 2 commits
-
-
unknown authored
- Update for 5.1 mysql-test/mysql-test-run.pl: Remove mtr_error call from ndbcluster_install_slave Check if ndbcluster_install_slave failed after it's been called. continu with disabled slave cluster if --force is used.
-
unknown authored
mysql-test/lib/mtr_cases.pl: Always set "ndb_test" if tets name contains ndb. Set to skipped if "--skip-ndbcluster" mysql-test/lib/mtr_report.pl: Print special error message for ndb_test that are failed due to failure to start or install ndbcluster mysql-test/mysql-test-run.pl: Remove mtr_error call from ndbcluster_install, instead check after ndbcluster_install if test run should continue or if it should be aborted Faile ndb test and print special error message if it's a ndb test and flag_ndb_status_ok is not ok
-
- 03 Mar, 2006 1 commit
-
-
unknown authored
- Use pipes "|" - Improved system command, create a temporary .sh faile that is executed with cygwins sh(bash) This makes the Windows version behave exactly as the Lunix version(well almost...) - Give unix path to DBUG, trace files is no produced if running ./mysql-test-run.pl --debug" client/mysqltest.c: Add new function "my_system" that run the <command> a she script using cygwin bash on windows. mysql-test/lib/mtr_misc.pl: Return all paths to executables in windows format "c:\src\.." when run on windows. This makes it possible to use the pipes "|" to pipöe the output form exeample "mysqlbinlog" into "mysql" mysql-test/mysql-test-run.pl: DBUG want's a unix format strings for where it should put the tracefile(don't ask me why but it works) Just chop of the first "c:" from the "c:/src/.." string and DBUG will be happy
-
- 02 Mar, 2006 1 commit
-
-
unknown authored
Try find in order 'mysqld-nt', 'mysqld', 'mysqld-debug' and 'mysqld-max' mysqld_safe.sh: Don't try 'mysqld-max' before 'mysqld' if no server given, bug#17861 scripts/mysqld_safe.sh: Don't try 'mysqld-max' before 'mysqld' if no server given, bug#17861 mysql-test/mysql-test-run.pl: Try find in order 'mysqld-nt', 'mysqld', 'mysqld-debug' and 'mysqld-max'
-
- 01 Mar, 2006 3 commits
-
-
unknown authored
mysql-test/mysql-test-run.pl: Post-merge fixes. As the merge brings the backport to this version, this was to be expected - we really need the handling of this option only once.
-
unknown authored
-
unknown authored
mysql-test/mysql-test-run.pl: Add a "--comment=<string>" option (backport from 5.1). Its sole purpose is to get logged, so that test evaluation gets easier. See "Do-compile" for how it is called, and "gen-build-status-page" for its effect.
-
- 26 Feb, 2006 3 commits
-
-
unknown authored
-
unknown authored
mysql-test/mysql-test-run.pl: Let mysqlcheck have it's own trace file
-
unknown authored
client/mysqltest.c: Also look for "$MYSQL_TMP_DIR" when looking for paths to convert mysql-test/mysql-test-run.pl: Export $MYSQL_TMP_DIR mysql-test/mysql-test-run.sh: Export $MYSQL_TMP_DIR
-
- 19 Feb, 2006 1 commit
-
-
unknown authored
Added --restart-cleanup option drop-on-restart.inc: DROP commands to cleanup on restart new file mysqltest.c: Added option --include=<sql-file> client/mysqltest.c: Added option --include=<sql-file> mysql-test/include/drop-on-restart.inc: DROP commands to cleanup on restart mysql-test/mysql-test-run.pl: Added --restart-cleanup option
-
- 17 Feb, 2006 1 commit
-
-
unknown authored
Added --comment=<string> option mysql-test/mysql-test-run.pl: Added --comment=<string> option
-