Loading mysql-test/r/range.result +2 −2 Original line number Diff line number Diff line Loading @@ -504,8 +504,8 @@ select count(*) from t1 where x = 18446744073709551601; count(*) 1 create table t2 (x bigint not null); insert into t2(x) values (0xfffffffffffffff0); insert into t2(x) values (0xfffffffffffffff1); insert into t2(x) values (-16); insert into t2(x) values (-15); select * from t2; x -16 Loading Loading
mysql-test/r/range.result +2 −2 Original line number Diff line number Diff line Loading @@ -504,8 +504,8 @@ select count(*) from t1 where x = 18446744073709551601; count(*) 1 create table t2 (x bigint not null); insert into t2(x) values (0xfffffffffffffff0); insert into t2(x) values (0xfffffffffffffff1); insert into t2(x) values (-16); insert into t2(x) values (-15); select * from t2; x -16 Loading