mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
merge with 5.1-micro
This commit is contained in:
@ -31,7 +31,7 @@
|
||||
integer that determines the number of significant digits in a
|
||||
particular radix R, where R is either 2 or 10. S is a non-negative
|
||||
integer. Every value of an exact numeric type of scale S is of the
|
||||
form n*10^{-S}, where n is an integer such that <EFBFBD>-R^P <= n <= R^P.
|
||||
form n*10^{-S}, where n is an integer such that -R^P <= n <= R^P.
|
||||
|
||||
[...]
|
||||
|
||||
|
Reference in New Issue
Block a user