summaryrefslogtreecommitdiff
path: root/mysql-test/t/type_float.test
diff options
context:
space:
mode:
authorunknown <hf@deer.(none)>2005-09-26 14:17:30 +0500
committerunknown <hf@deer.(none)>2005-09-26 14:17:30 +0500
commitcbfe4f5995cd8b6f7b4c4f50f6e166e1cd7dedbc (patch)
tree67cb3138a66db9699798e0b740427a0aa1079ea3 /mysql-test/t/type_float.test
parentf6b2b7a49714391a3fbb26f6d08ecb3c61e36250 (diff)
downloadmariadb-git-cbfe4f5995cd8b6f7b4c4f50f6e166e1cd7dedbc.tar.gz
Merging
Diffstat (limited to 'mysql-test/t/type_float.test')
-rw-r--r--mysql-test/t/type_float.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/type_float.test b/mysql-test/t/type_float.test
index bb7bd37039b..2deec5ec63b 100644
--- a/mysql-test/t/type_float.test
+++ b/mysql-test/t/type_float.test
@@ -152,7 +152,7 @@ drop table t1;
# bug #12694 (float(m,d) specifications)
#
---error 1443
+--error 1453
create table t1 (s1 float(0,2));
---error 1443
+--error 1453
create table t1 (s1 float(1,2));