diff options
author | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-03-02 12:39:32 +0100 |
---|---|---|
committer | Bjorn Munch <Bjorn.Munch@sun.com> | 2010-03-02 12:39:32 +0100 |
commit | 4760adbf3f8e283cb83912bc51d79d531787f0ba (patch) | |
tree | f62023f003a7c2dfdcfb32ba67b6eef4be5fec68 /mysql-test/r/mysqltest.result | |
parent | aa457a4aef6978e5621208d2b1d5240c8dd23c48 (diff) | |
download | mariadb-git-4760adbf3f8e283cb83912bc51d79d531787f0ba.tar.gz |
Bug #51590 mysqltest: --disable_abort_on_error does not work inside while/if
abort_on_error flag for stmt was set at initial parse
(Re)-set flag before execution instead, also added to test
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index 67c08b0ae97..38112c032b5 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -325,6 +325,7 @@ outer=2 ifval=0 outer=1 ifval=1 here is the sourced script ERROR 42S02: Table 'test.nowhere' doesn't exist +ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'else' at line 1 In loop here is the sourced script |