summaryrefslogtreecommitdiff
path: root/mysql-test/r/variables.result
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2003-03-20 20:44:56 +0200
committerunknown <Sinisa@sinisa.nasamreza.org>2003-03-20 20:44:56 +0200
commit9307bfe8055ae734c016e330634af4b3fb2fb63c (patch)
tree6ddb29ef3d2f2f3d627203989ea0e2151c662a75 /mysql-test/r/variables.result
parent72c8db0709b5d86f5c5a4e5d9a4421b1cf246d2f (diff)
downloadmariadb-git-9307bfe8055ae734c016e330634af4b3fb2fb63c.tar.gz
A test case for the bug fix as per PEM's reported bug #118.
Patch is already commited and approved by Sanja ..;o)
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r--mysql-test/r/variables.result1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result
index 822fab5ae47..4b3046770dc 100644
--- a/mysql-test/r/variables.result
+++ b/mysql-test/r/variables.result
@@ -333,4 +333,5 @@ check table t1,t2;
Table Op Msg_type Msg_text
test.t1 check status OK
test.t2 check status OK
+select max(a) +1, max(a) +2 into @xx,@yy from t1;
drop table t1,t2;