diff options
author | Bjorn Munch <bjorn.munch@oracle.com> | 2010-12-09 12:15:25 +0100 |
---|---|---|
committer | Bjorn Munch <bjorn.munch@oracle.com> | 2010-12-09 12:15:25 +0100 |
commit | 06790ea7becae1eab1e2dad9d2d7390bf4ed6df3 (patch) | |
tree | 56e71e26021e45962f98baa693c6672736a6f68a /mysql-test/r/mysqltest.result | |
parent | 81d29b1d82a48dfbe373c440b06c2f570691983f (diff) | |
download | mariadb-git-06790ea7becae1eab1e2dad9d2d7390bf4ed6df3.tar.gz |
Bug #58695 mysqltest coredumps on "if($x == ){"
Add check that there is a RHS of the expression
Added to mysqltest.test
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index 6892164c225..3073dda1154 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -434,6 +434,8 @@ anything goes mysqltest: At line 2: Only == and != are supported for string values mysqltest: At line 2: Found junk '~= 6' after $variable in condition mysqltest: At line 2: Expression in if/while must beging with $, ` or a number +mysqltest: At line 1: Missing right operand in comparison +mysqltest: At line 1: Missing right operand in comparison counter is 2 counter is 3 counter is 4 |