summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <holyfoot@hf-ibm.(none)>2005-05-07 12:11:05 +0500
committerunknown <holyfoot@hf-ibm.(none)>2005-05-07 12:11:05 +0500
commit52db68ca481bd55daafd53220eeb0c5308df67b7 (patch)
treecb9dd3c3984e0b81a0f347109fda160caff1cb5e
parentaf6ba3866d98a037b5798b0abff2410c4ff91156 (diff)
downloadmariadb-git-52db68ca481bd55daafd53220eeb0c5308df67b7.tar.gz
Small fix for the test
mysql-test/t/type_newdecimal.test: these lines work differently in ps-protocol mode so should always work in normal here
-rw-r--r--mysql-test/t/type_newdecimal.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/type_newdecimal.test b/mysql-test/t/type_newdecimal.test
index 0a152cb339e..7b33a46ae96 100644
--- a/mysql-test/t/type_newdecimal.test
+++ b/mysql-test/t/type_newdecimal.test
@@ -880,9 +880,10 @@ select 0/0;
#
# bug #9546
#
+--disable_ps_protocol
select 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 as x;
select 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 + 1 as x;
-
+--enable_ps_protocol
#
# Bug #10004
#