Loading mysql-test/r/ndb_update.result +1 −0 Original line number Diff line number Diff line Loading @@ -11,3 +11,4 @@ pk1 b c 0 1 1 1 2 2 2 3 3 drop table t1; mysql-test/t/ndb_update.test +2 −0 Original line number Diff line number Diff line Loading @@ -20,3 +20,5 @@ CREATE TABLE t1 ( INSERT INTO t1 VALUES (0, 0, 1),(1,1,2),(2,2,3); UPDATE t1 set b = c; select * from t1 order by pk1; drop table t1; Loading
mysql-test/r/ndb_update.result +1 −0 Original line number Diff line number Diff line Loading @@ -11,3 +11,4 @@ pk1 b c 0 1 1 1 2 2 2 3 3 drop table t1;
mysql-test/t/ndb_update.test +2 −0 Original line number Diff line number Diff line Loading @@ -20,3 +20,5 @@ CREATE TABLE t1 ( INSERT INTO t1 VALUES (0, 0, 1),(1,1,2),(2,2,3); UPDATE t1 set b = c; select * from t1 order by pk1; drop table t1;