374 Commits (e0bf8da96e69009e176ff2565e5103682f13b734)

Author SHA1 Message Date
unknown 3344298d19 minor fix 19 years ago
unknown f47d5500c3 mysql-test-run.pl: 19 years ago
unknown 52fc261bca Added option --mtr-build-thread to mysql-test-run.pl 19 years ago
unknown 42f6fd5f54 Added some missing DBUG_RETURN 19 years ago
unknown 14decc4fbc Remove compiler warnings 19 years ago
unknown 6eaed85712 mysql_client_test not found when running from binary dist 19 years ago
unknown c3d6927d58 MTR_BUILD_THREAD=auto selects a value for MTR_BUILD_THREAD from a pool (WL#2690) 19 years ago
unknown c6d317831a mysql-test-run.pl: 19 years ago
unknown df1b6ae6e1 add --report-features to mysql-test-run.pl 19 years ago
unknown d3b049a6bf Update of --mem flag after comments 19 years ago
unknown 26e6d78845 No need to pass an additional arg to to mtr_add_arg when there is no % sign 19 years ago
unknown 427f1acaaa Pass location of charsets dir to mysqltest to avoid using the charsetdir locally installed on machine. 19 years ago
unknown c98a6dc8af Don't run mysqltest with both --silent and --verbose 19 years ago
unknown a797e75a3e Bug#23981 memory leaks from yassl code + other 19 years ago
unknown a10cfc6a0c Don't allow path to be passed to --mem 19 years ago
unknown 3893f90764 Correct faulty commit, the opt_tastcase_timeout value is in minutes, to it need to be multiplied with 60 before ping passed to mtr_timer_start 19 years ago
unknown 434192fe54 Make --mem settable with environment variable MTR_MEM and make it possible to pass the directory to use. I.e --mem=<directory> 19 years ago
unknown 024a1781a6 Remove old comments 19 years ago
unknown d7d0568236 Fix mysql-test-run.pl for "bin dist" look in "bin" directory for client binaries as well. 19 years ago
unknown 8e6b1e3849 Bug#23865 mysql-test-run.pl on Windows only supports debug and release configurations 19 years ago
unknown 25b72e97d2 mysql-test/mysql-test-run.pl + mysql-test/mysql-test-run.sh 19 years ago
unknown c54f778e96 Remove warning, exe_mysql_fix_system_tables are not available on windows 19 years ago
unknown 7596e12bbe Update the binlog format parse routine to only be avaliable in 5.1 and allow for any binlog_format to be specified 19 years ago
unknown 870ed0c3f5 Add valgrinding support for mysql_client_test 19 years ago
unknown 379809f40e Set flag opt_skip_ndbcluster_slave if no slaves are being used. 19 years ago
unknown 4da54b4769 Adapt mysql-test-run.pl to mysqld in 5.1 using "mixed" binlog format by default 19 years ago
unknown f89efeb5f6 Pass --core-file option to mysqld when bootstrapping 19 years ago
unknown c7cedcd645 Remove debug printout 19 years ago
unknown 297d968a8c Run mysql_client_test without --silent 19 years ago
unknown e3936b1065 Add analyze_testcase_failure which is called when mysqltest has failed 19 years ago
unknown f9ff7472a2 Avoid matching the trailing carriage return when parsing the mysqld.spec file 19 years ago
unknown 13c55f3c17 The vardir trick can only bge used on platforms with native symlinks - otherwise opt_vardir need to be set to default value. 19 years ago
unknown edf668e8fa Don't use the "4.1 vardir trick" on OS that does not have native symlink(i.e windows) 19 years ago
unknown 788968a61b If "var" is a symlink which does not point to anything, remove it before creating real var 19 years ago
unknown e78a193179 As both ndb and im are components that may be disabled as well as the binaries may not exist. Look for 19 years ago
unknown 12c43f4f15 Init some variables that changes between test cases direclty in run_testcase 19 years ago
unknown fc9cf7f45d Adapt to running from "binary dist" 19 years ago
unknown 8e5b64ae0a Stop all timers before exiting when --start-and-exit 19 years ago
unknown 85cfdc5bcc Make --with-ndbcluster only be valid together with --bench 19 years ago
unknown 40ac968926 Remove warnings 19 years ago
unknown dd5edc0aaa When calculating what features to use for _this_ test run, don't look at test that already are deterined to be skipped 19 years ago
unknown 8ec4020e25 Use char as datatype for the byte that are read with my_fgetc, fixes problem with 19 years ago
unknown 0d9e6366a8 Skip looking for mysql_client_test in 4.1 on windows as it's not built by default 19 years ago
unknown 00e327ed88 Look for client bindirs client_release and client_debug before other directories. 19 years ago
unknown a4c972bcf7 Improve function that finds the reason why test was skipped, the old version only looked at the ast line, but there might be some additional debug info there so it's better to scan the whole file. 19 years ago
unknown 7a9085c68b Skip looking for ndbapi-examples in 4.1, not part of dist 19 years ago
unknown e203f0e578 Add missing semicolon 19 years ago
unknown 8461716962 Add win paths for mysql_client_test 19 years ago
unknown 1bb09d53ad Look for mysql_client_test in $path_client_bindir 19 years ago
unknown 00f420db13 Fix unhandled exception in mysql-test-run.pl, creating a dir that already exist 19 years ago