mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
bigint.test, bigint.result:
Test case for Bug#30069
This commit is contained in:
@@ -135,3 +135,9 @@ t2.value64=t1.value64;
|
||||
value64 value32 value64 value32
|
||||
9223372036854775807 2 9223372036854775807 4
|
||||
drop table t1, t2;
|
||||
create table t1 (sint64 bigint not null);
|
||||
insert into t1 values (-9223372036854775808);
|
||||
select * from t1;
|
||||
sint64
|
||||
-9223372036854775808
|
||||
drop table t1;
|
||||
|
||||
Reference in New Issue
Block a user