1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

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
This commit is contained in:
Bjorn Munch
2010-03-02 12:39:32 +01:00
parent c4de42d6f9
commit 3facbf180b
3 changed files with 10 additions and 4 deletions

View File

@@ -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