diff options
author | unknown <gshchepa/uchum@gleb.loc> | 2007-06-16 17:00:29 +0500 |
---|---|---|
committer | unknown <gshchepa/uchum@gleb.loc> | 2007-06-16 17:00:29 +0500 |
commit | 67988a75fc3030462d43c9625caa924bfc8c443d (patch) | |
tree | bb0bad4c7e7b534b63e9fd75ae0a90704147b3b4 /mysql-test/t/bigint.test | |
parent | b1dc106bf0dbd3878e1fdeddbedd662adc73c8bc (diff) | |
download | mariadb-git-67988a75fc3030462d43c9625caa924bfc8c443d.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.test | 3 |
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)); |