after merge fix.

parent ce855aba
...@@ -504,8 +504,8 @@ select count(*) from t1 where x = 18446744073709551601; ...@@ -504,8 +504,8 @@ select count(*) from t1 where x = 18446744073709551601;
count(*) count(*)
1 1
create table t2 (x bigint not null); create table t2 (x bigint not null);
insert into t2(x) values (0xfffffffffffffff0); insert into t2(x) values (-16);
insert into t2(x) values (0xfffffffffffffff1); insert into t2(x) values (-15);
select * from t2; select * from t2;
x x
-16 -16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment