summaryrefslogtreecommitdiff
path: root/include/my_decimal_limits.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/my_decimal_limits.h')
-rw-r--r--include/my_decimal_limits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_decimal_limits.h b/include/my_decimal_limits.h
index ac1df83bb62..5bfd54d6748 100644
--- a/include/my_decimal_limits.h
+++ b/include/my_decimal_limits.h
@@ -32,7 +32,7 @@
digits in one our big digit decreased by 1 (because we always put decimal
point on the border of our big digits))
- With normal precession we can handle 65 digits. MariaDB can store in
+ With normal precision we can handle 65 digits. MariaDB can store in
the .frm up to 63 digits. By default we use DECIMAL_NOT_SPECIFIED digits
when converting strings to decimal, so we don't want to set this too high.
To not use up all digits for the scale we limit the number of decimals to