From 67988a75fc3030462d43c9625caa924bfc8c443d Mon Sep 17 00:00:00 2001 From: unknown Date: Sat, 16 Jun 2007 17:00:29 +0500 Subject: [PATCH] bigint.test: Updated test case for bug #28625. mysql-test/t/bigint.test: Updated test case for bug #28625. --- mysql-test/t/bigint.test | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mysql-test/t/bigint.test b/mysql-test/t/bigint.test index 1f0f7763e87..4aef7395184 100644 --- a/mysql-test/t/bigint.test +++ b/mysql-test/t/bigint.test @@ -299,11 +299,14 @@ select cast(-19999999999999999999 as signed); # Bug #28625: -9223372036854775808 doesn't fit in BIGINT. # +# PS protocol gives different metadata for `Max length' column +--disable_ps_protocol --enable_metadata select -9223372036854775808; select -(9223372036854775808); select -((9223372036854775808)); select -(-(9223372036854775808)); --disable_metadata +--endble_ps_protocol select --9223372036854775808, ---9223372036854775808, ----9223372036854775808; select -(-9223372036854775808), -(-(-9223372036854775808));