diff options
Diffstat (limited to 'include/my_decimal_limits.h')
-rw-r--r-- | include/my_decimal_limits.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/my_decimal_limits.h b/include/my_decimal_limits.h index b395a2ed144..50d70357c42 100644 --- a/include/my_decimal_limits.h +++ b/include/my_decimal_limits.h @@ -38,7 +38,7 @@ /** maximum length of string representation (number of maximum decimal - digits + 1 position for sign + 1 position for decimal point) + digits + 1 position for sign + 1 position for decimal point, no terminator) */ #define DECIMAL_MAX_STR_LENGTH (DECIMAL_MAX_POSSIBLE_PRECISION + 2) |