summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <gshchepa/uchum@gleb.loc>2007-07-30 21:05:56 +0500
committerunknown <gshchepa/uchum@gleb.loc>2007-07-30 21:05:56 +0500
commit77edfb16e8a699d87694a7b3aff95118c5104d83 (patch)
tree7ada336f98def9bdc57f50a84dae2c6eda49b04f
parentd86f0a1382c71a6e1bb4f7d8d42cf2b8336c02cc (diff)
downloadmariadb-git-77edfb16e8a699d87694a7b3aff95118c5104d83.tar.gz
bigint.test:
Fixing a typo in the test case. mysql-test/t/bigint.test: Fixing a typo in the test case.
-rw-r--r--mysql-test/t/bigint.test2
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));