diff options
author | unknown <gshchepa/uchum@gleb.loc> | 2007-07-31 11:14:53 +0500 |
---|---|---|
committer | unknown <gshchepa/uchum@gleb.loc> | 2007-07-31 11:14:53 +0500 |
commit | e1dee88ab103383dba1111a9132fb908fbf6a168 (patch) | |
tree | 81b39f4b059f95dc02c1f9ab051703bf69696e28 | |
parent | 3887705e09a943f02a831380af3deebef2516443 (diff) | |
parent | 77edfb16e8a699d87694a7b3aff95118c5104d83 (diff) | |
download | mariadb-git-e1dee88ab103383dba1111a9132fb908fbf6a168.tar.gz |
Merge gshchepa@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into gleb.loc:/home/uchum/work/bk/5.0-opt
-rw-r--r-- | mysql-test/t/bigint.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/bigint.test b/mysql-test/t/bigint.test index 4aef7395184..002dfad9981 100644 --- a/mysql-test/t/bigint.test +++ b/mysql-test/t/bigint.test @@ -307,6 +307,6 @@ select -(9223372036854775808); select -((9223372036854775808)); select -(-(9223372036854775808)); --disable_metadata ---endble_ps_protocol +--enable_ps_protocol select --9223372036854775808, ---9223372036854775808, ----9223372036854775808; select -(-9223372036854775808), -(-(-9223372036854775808)); |