summaryrefslogtreecommitdiff
path: root/mysql-test/r/ps_6bdb.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/ps_6bdb.result')
-rw-r--r--mysql-test/r/ps_6bdb.result12
1 files changed, 6 insertions, 6 deletions
diff --git a/mysql-test/r/ps_6bdb.result b/mysql-test/r/ps_6bdb.result
index ac0b38951c0..eeabd114b91 100644
--- a/mysql-test/r/ps_6bdb.result
+++ b/mysql-test/r/ps_6bdb.result
@@ -389,12 +389,12 @@ where @arg01 = first.b or first.a = second.a or second.b = @arg02;
a @arg00 a
1 ABC 1
2 ABC 1
+3 ABC 1
+4 ABC 1
2 ABC 2
2 ABC 3
-2 ABC 4
-3 ABC 1
3 ABC 3
-4 ABC 1
+2 ABC 4
4 ABC 4
prepare stmt1 from ' select first.a, ?, second.a FROM t1 first, t1 second
where ? = first.b or first.a = second.a or second.b = ? ';
@@ -402,12 +402,12 @@ execute stmt1 using @arg00, @arg01, @arg02;
a ? a
1 ABC 1
2 ABC 1
+3 ABC 1
+4 ABC 1
2 ABC 2
2 ABC 3
-2 ABC 4
-3 ABC 1
3 ABC 3
-4 ABC 1
+2 ABC 4
4 ABC 4
test_sequence
------ subquery tests ------