Skip to content

Commit 0d52572

Browse files
committed
MariaRocks port: update test results
1 parent ec58a1c commit 0d52572

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

storage/rocksdb/mysql-test/rocksdb/r/delete_ignore.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ a b
4848
5 e
4949
DELETE IGNORE t1.*, t2.* FROM t1, t2 WHERE c < b OR a != ( SELECT 1 UNION SELECT 2 );
5050
Warnings:
51-
Error 1242 Subquery returns more than 1 row
51+
Warning 1242 Subquery returns more than 1 row
5252
SELECT a,b FROM t1;
5353
a b
5454
1 a

storage/rocksdb/mysql-test/rocksdb/r/update_ignore.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ERROR 21000: Subquery returns more than 1 row
2525
UPDATE IGNORE t1, t2 SET b = 'upd2a', c = 'upd2b'
2626
WHERE c < b OR a != ( SELECT 1 UNION SELECT 2 );
2727
Warnings:
28-
Error 1242 Subquery returns more than 1 row
28+
Warning 1242 Subquery returns more than 1 row
2929
SELECT a,b FROM t1 ORDER BY pk;
3030
a b
3131
1 upd2a

0 commit comments

Comments
 (0)