1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug #43603 mysqltest command disable_abort_on_error does not affect all built-in commands

After disable_abort_on_error, behaved as if --error was in effect
Add condition before die, as after queries
This commit is contained in:
Bjorn Munch
2010-03-22 11:28:57 +01:00
parent 9d313a5e24
commit 7f20e9fd06
3 changed files with 22 additions and 9 deletions

View File

@ -572,7 +572,7 @@ if things work as expected
Some data
for cat_file command
of mysqltest
mysqltest: At line 1: Failed to open file 'non_existing_file'
mysqltest: At line 1: command "cat_file" failed with error 1
mysqltest: At line 1: Missing required argument 'filename' to command 'file_exists'
mysqltest: At line 1: Missing required argument 'from_file' to command 'copy_file'
mysqltest: At line 1: Missing required argument 'to_file' to command 'copy_file'