summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorunknown <jani@hynda.mysql.fi>2001-12-13 01:26:29 +0200
committerunknown <jani@hynda.mysql.fi>2001-12-13 01:26:29 +0200
commitd446f05cfb16bcdf0cac32aff5440f90b81204f1 (patch)
tree515d12af38b41c26b9d5ad0468cc6aa33583ffe3 /Docs
parent927b452823a7e3323094aae7fc76dd5ac27965b2 (diff)
downloadmariadb-git-d446f05cfb16bcdf0cac32aff5440f90b81204f1.tar.gz
updated manual
Diffstat (limited to 'Docs')
-rw-r--r--Docs/manual.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi
index de71b9a6f4f..710176db3fd 100644
--- a/Docs/manual.texi
+++ b/Docs/manual.texi
@@ -44880,7 +44880,7 @@ Floating point numbers cause confusion sometimes, because these numbers
are not stored as exact values inside computer architecture. What one
can see on the screen usually is not the exact value of the number.
-Field types @code{FLOAT} and @code{DECIMAL} are such.
+Field types @code{FLOAT}, @code{DOUBLE} and @code{DECIMAL} are such.
@example
CREATE TABLE t1 (i int, d1 decimal(9,2), d2 decimal(9,2));