mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
after merge fix.
This commit is contained in:
parent
7c5a417a4e
commit
368d6b2794
4 changed files with 6 additions and 4 deletions
|
|
@ -521,8 +521,8 @@ select count(*) from t1 where x = 18446744073709551601;
|
|||
count(*)
|
||||
1
|
||||
create table t2 (x bigint not null);
|
||||
insert into t2(x) values (cast(0xfffffffffffffff0+0 as signed));
|
||||
insert into t2(x) values (cast(0xfffffffffffffff1+0 as signed));
|
||||
insert into t2(x) values (-16);
|
||||
insert into t2(x) values (-15);
|
||||
select * from t2;
|
||||
x
|
||||
-16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue