summaryrefslogtreecommitdiff
path: root/mysql-test/r/delete.result
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/r/delete.result')
-rw-r--r--mysql-test/r/delete.result8
1 files changed, 4 insertions, 4 deletions
diff --git a/mysql-test/r/delete.result b/mysql-test/r/delete.result
index 10f2c069429..f1acc5d2dfa 100644
--- a/mysql-test/r/delete.result
+++ b/mysql-test/r/delete.result
@@ -93,8 +93,8 @@ a b
2 12
delete ignore t11.*, t12.* from t11,t12 where t11.a = t12.a and t11.b <> (select b from t2 where t11.a < t2.a);
Warnings:
-Error 1241 Subquery returns more than 1 row
-Error 1241 Subquery returns more than 1 row
+Error 1242 Subquery returns more than 1 row
+Error 1242 Subquery returns more than 1 row
select * from t11;
a b
0 10
@@ -113,8 +113,8 @@ a b
2 12
delete ignore from t11 where t11.b <> (select b from t2 where t11.a < t2.a);
Warnings:
-Error 1241 Subquery returns more than 1 row
-Error 1241 Subquery returns more than 1 row
+Error 1242 Subquery returns more than 1 row
+Error 1242 Subquery returns more than 1 row
select * from t11;
a b
0 10