summaryrefslogtreecommitdiff
path: root/mysql-test/t/bigint.test
diff options
context:
space:
mode:
authorunknown <gshchepa/uchum@gleb.loc>2007-06-16 17:00:29 +0500
committerunknown <gshchepa/uchum@gleb.loc>2007-06-16 17:00:29 +0500
commit2cdd897597a10c951424f3bb2b378456f61aa881 (patch)
treebb0bad4c7e7b534b63e9fd75ae0a90704147b3b4 /mysql-test/t/bigint.test
parentd10e905c09674026103a46708bf1c4e158a1d579 (diff)
downloadmariadb-git-2cdd897597a10c951424f3bb2b378456f61aa881.tar.gz
bigint.test:
Updated test case for bug #28625. mysql-test/t/bigint.test: Updated test case for bug #28625.
Diffstat (limited to 'mysql-test/t/bigint.test')
-rw-r--r--mysql-test/t/bigint.test3
1 files changed, 3 insertions, 0 deletions
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));