Commit 0d525721 authored by Sergei Petrunia's avatar Sergei Petrunia

MariaRocks port: update test results

parent ec58a1cc
...@@ -48,7 +48,7 @@ a b ...@@ -48,7 +48,7 @@ a b
5 e 5 e
DELETE IGNORE t1.*, t2.* FROM t1, t2 WHERE c < b OR a != ( SELECT 1 UNION SELECT 2 ); DELETE IGNORE t1.*, t2.* FROM t1, t2 WHERE c < b OR a != ( SELECT 1 UNION SELECT 2 );
Warnings: Warnings:
Error 1242 Subquery returns more than 1 row Warning 1242 Subquery returns more than 1 row
SELECT a,b FROM t1; SELECT a,b FROM t1;
a b a b
1 a 1 a
......
...@@ -25,7 +25,7 @@ ERROR 21000: Subquery returns more than 1 row ...@@ -25,7 +25,7 @@ ERROR 21000: Subquery returns more than 1 row
UPDATE IGNORE t1, t2 SET b = 'upd2a', c = 'upd2b' UPDATE IGNORE t1, t2 SET b = 'upd2a', c = 'upd2b'
WHERE c < b OR a != ( SELECT 1 UNION SELECT 2 ); WHERE c < b OR a != ( SELECT 1 UNION SELECT 2 );
Warnings: Warnings:
Error 1242 Subquery returns more than 1 row Warning 1242 Subquery returns more than 1 row
SELECT a,b FROM t1 ORDER BY pk; SELECT a,b FROM t1 ORDER BY pk;
a b a b
1 upd2a 1 upd2a
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment