mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
bigint.test made ps-protocol consistent
mysql-test/r/bigint.result: test result fixed mysql-test/t/bigint.test: testcase made ps-protocol consistent
This commit is contained in:
@@ -289,7 +289,9 @@ select c1 mod 50 as result from t1;
|
||||
drop table t1;
|
||||
|
||||
# Bug #28005 Partitions: can't use -9223372036854775808
|
||||
--enable_metadata
|
||||
select -9223372036854775808 bi;
|
||||
select -9223372036854775809 bi;
|
||||
--disable_metadata
|
||||
create table t1 select -9223372036854775808 bi;
|
||||
describe t1;
|
||||
drop table t1;
|
||||
create table t1 select -9223372036854775809 bi;
|
||||
describe t1;
|
||||
drop table t1;
|
||||
|
||||
Reference in New Issue
Block a user