summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqltest.result
diff options
context:
space:
mode:
authorBjorn Munch <Bjorn.Munch@sun.com>2010-01-20 14:18:27 +0100
committerBjorn Munch <Bjorn.Munch@sun.com>2010-01-20 14:18:27 +0100
commit94ccc34537d1e9ed75a4941773d84230ec4f7ee2 (patch)
treed3d99edc175ab984b15737df37c69f14d4cd4883 /mysql-test/r/mysqltest.result
parent75e9a54a534430e0f7337dbd79145baee4f793b6 (diff)
downloadmariadb-git-94ccc34537d1e9ed75a4941773d84230ec4f7ee2.tar.gz
Bug #49878 delimiter under false 'if' makes mysqltest test fail with 'Missing end of block'
delimiter not executed so does not recognize end of block Always execute delimiter command, revert after false if() block.
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r--mysql-test/r/mysqltest.result4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result
index e77dcd7b0a6..e1dac73ab1d 100644
--- a/mysql-test/r/mysqltest.result
+++ b/mysql-test/r/mysqltest.result
@@ -377,6 +377,10 @@ test
test2
test3
test4
+outer
+true-inner
+true-inner again
+true-outer
Counter is greater than 0, (counter=10)
Counter is not 0, (counter=0)
1