Loading mysql-test/r/ndb_update.result +1 −1 Original line number Diff line number Diff line Loading @@ -36,6 +36,6 @@ INSERT INTO t1 VALUES(1),(2); UPDATE IGNORE t1, t1 AS t1a SET t1.a=3; SELECT a FROM t1 ORDER BY a; a 1 2 3 DROP TABLE t1; Loading
mysql-test/r/ndb_update.result +1 −1 Original line number Diff line number Diff line Loading @@ -36,6 +36,6 @@ INSERT INTO t1 VALUES(1),(2); UPDATE IGNORE t1, t1 AS t1a SET t1.a=3; SELECT a FROM t1 ORDER BY a; a 1 2 3 DROP TABLE t1;