diff options
author | unknown <mleich@mysql.com> | 2004-10-29 14:51:56 +0200 |
---|---|---|
committer | unknown <mleich@mysql.com> | 2004-10-29 14:51:56 +0200 |
commit | c24a6280860b89853597a3c95e8c86356c664a18 (patch) | |
tree | 4a3072612ee9b816b89b68db5abe5ca5e70785ce /mysql-test/r/subselect.result | |
parent | facda8f3ef9cbc7ca3aecd06c2477f8de27d166c (diff) | |
download | mariadb-git-c24a6280860b89853597a3c95e8c86356c664a18.tar.gz |
These modifications are the result of
WL#2067 add features to mysqltest: "disable_error_abort" + "$mysql_errno"
$mysql_errno is a new builtin variable of mysqltest and contains the
return code of the last command send to the server.
"--disable_abort_on_error" switches the abort of mysqltest
after "unmasked" failing statements off.
"--enable_abort_on_error" switches the abort of mysqltest
after "unmasked" failing statements on. (default)
"Maskings" are
!$<error number> and --error <error number>
in the line before the statement to be checked.
The benefit of the option "--disable_abort_on_error" is that
- all statements after the failing statement are executed
- a r/<test>.reject will be produced
- it is possible to write test cases, which perform
code sequences depending on the return code of a single
statement
client/mysqltest.c:
Implementation of the features
- "--disable_abort_on_error"/"--enable_abort_on_error" switch
- "$mysql_errno" variable
mysql-test/r/mysqltest.result:
test cases for the features added
mysql-test/t/mysqltest.test:
updated results
Diffstat (limited to 'mysql-test/r/subselect.result')
0 files changed, 0 insertions, 0 deletions