diff options
author | Kristofer Pettersson <kristofer.pettersson@oracle.com> | 2010-09-08 09:36:39 +0200 |
---|---|---|
committer | Kristofer Pettersson <kristofer.pettersson@oracle.com> | 2010-09-08 09:36:39 +0200 |
commit | 8e261a9d368adc7e5a66fe9876ad3a3d4dcad02b (patch) | |
tree | cd611056334ece0c5292987083c3494df3ad5e56 /mysql-test/r/join.result | |
parent | 4151d068d09d08a40c59ecb8031878f3d16b45b2 (diff) | |
parent | 6d18ac0308be36cc819f498d57930976969e17f7 (diff) | |
download | mariadb-git-8e261a9d368adc7e5a66fe9876ad3a3d4dcad02b.tar.gz |
merge 5.1-security => 5.5-security
Diffstat (limited to 'mysql-test/r/join.result')
-rw-r--r-- | mysql-test/r/join.result | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/mysql-test/r/join.result b/mysql-test/r/join.result index e04c9f9d36b..a7f1b5b64f1 100644 --- a/mysql-test/r/join.result +++ b/mysql-test/r/join.result @@ -1186,41 +1186,6 @@ NULL 1 DROP TABLE t1, t2, mm1; # -# Bug #55568: user variable assignments crash server when used within -# query -# -CREATE TABLE t1 (a INT); -INSERT INTO t1 VALUES (0), (1); -SELECT MULTIPOINT( -1, -( -SELECT MULTIPOINT( -MULTIPOINT( -1, -(SELECT COUNT(*) FROM (SELECT 1 FROM t1 GROUP BY a,a) d) -) -) FROM t1 -) -) != COUNT(*) q FROM t1 GROUP BY a; -q -NULL -NULL -SELECT MULTIPOINT( -1, -( -SELECT MULTIPOINT( -MULTIPOINT( -1, -(SELECT COUNT(*) FROM (SELECT 1 FROM t1 GROUP BY a,a) d) -) -) FROM t1 -) -) != COUNT(*) q FROM t1 GROUP BY a; -q -NULL -NULL -DROP TABLE t1; -# # Bug #54468: crash after item's print() function when ordering/grouping # by subquery # |