- 05 Oct, 2006 15 commits
-
-
msvensson@neptunus.(none) authored
Cleanup .progress, .reject, .log and .warnings files produced by mysqltest
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
creating an environment variable is handled directly from the perl code.
-
msvensson@neptunus.(none) authored
but having it on tmpfs gives a big speedup.
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- When --record is passed to mysqltest the whole testcase should be executed as it normally is while the output form the test is acumulating in ds_res. When test has finished ds_res should simply be written to the specified result file(if any) instead of comapring it against the result file. Simplify handling of --require and also the cecking of result files by splitting check_result function into one function 'check_require' that is specialised in checking require's and leave 'check_result' to do just that. - "mysqltest --record" has been considered unsafe, but with this really simple logic, it should be safe to use.
-
msvensson@neptunus.(none) authored
from var/ to a tmpfs area and thereby speed up the execution of the testsuite significantly
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Some variable names in 5.1 is soo long that there is no space inbetween name and value. Outputing a warning about it, as that should probably be fixed. At least one space should be put between the name and value.
-
msvensson@neptunus.(none) authored
Improve check of wheter test case need slave cluster
-
msvensson@neptunus.(none) authored
Set the environment variable NDB_STATUS_OK to indicate that cluster is installed ok. This is actually not needed for this script as it will skip ndb tests if cluster install failed. But provided for compatibility
-
msvensson@neptunus.(none) authored
I.e take advantage of the fact that a # comment is always terminated by a new line Add tests for the above
-
- 04 Oct, 2006 15 commits
-
-
msvensson@neptunus.(none) authored
Fix detection of debug binaries. If mysqld ouputs "debug xx" in the variable list it's a debug binary
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
- add missing DBUG_RETURN - Change type of st_error->code to uint, that should be more than enough to hold the error numbers between 1000 and around 2000
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Use replace_regex to mask the output of file_id= in "show binlog events" that depends on previous tests What is this? replace_regex in 4.1! :)
-
msvensson@neptunus.(none) authored
Set slave_load_path to ../../var/tmp in version prior to 5.0 to be compatible with mysql-test-run.sh
-
msvensson@neptunus.(none) authored
Create the mysqld.spec file with a unique name in mysql-test dir, $opt_var_dir haven't been created yet
-
msvensson@neptunus.(none) authored
-
msvensson@neptunus.(none) authored
Add paths for ndb binaries Some more backport issues
-
msvensson@shellback.(none) authored
-Add support for detecting version and features from mysqld binary - Autodetect netware - Disable some features not available below 5.0 - Cleanup executable_setup to look for one executable at a time, only llok for the ones that are needed based on the selected testcases and settings
-
msvensson@shellback.(none) authored
-
- 03 Oct, 2006 5 commits
-
-
msvensson@neptunus.(none) authored
Add possibility to send warnings about suspicious commands in .test file to <result_file_name>.warnings file Move detection of "parsing enabled" to after command has been read. Cleanup parsing enabled/disabled
-
msvensson@neptunus.(none) authored
-
msvensson@shellback.(none) authored
- Change con_host to ds_connection_name.str
-
msvensson@shellback.(none) authored
-
msvensson@shellback.(none) authored
- ie. backport from 5.1 - also update testcase error dected by new version
-
- 01 Sep, 2006 3 commits
-
-
msvensson@shellback.(none) authored
into shellback.(none):/home/msvensson/mysql/mysql-4.1-maint
-
msvensson@shellback.(none) authored
-
jimw@rama.(none) authored
into rama.(none):/home/jimw/my/mysql-4.1-21288
-
- 31 Aug, 2006 2 commits
-
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
-
cmiller@zippy.cornsilk.net authored
into zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-4.1-maint
-