1
0
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:
unknown
2007-05-10 16:22:38 +05:00
parent eb5b5ad4ca
commit f1dbb95b1e
2 changed files with 16 additions and 14 deletions

View File

@@ -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;