diff options
author | Michael Widenius <monty@askmonty.org> | 2011-06-11 12:04:42 +0300 |
---|---|---|
committer | Michael Widenius <monty@askmonty.org> | 2011-06-11 12:04:42 +0300 |
commit | 9f6f04360ab80ab1b104ef8e660c7ccffde28601 (patch) | |
tree | 7e281fb508fa87bddefb3aa7b30722cb979f1056 /strings | |
parent | e5403ec95a82002ff30b74fd8d556a1641426d31 (diff) | |
parent | 49874ff827bdbc33cb0be677b6262e8f7784f69b (diff) | |
download | mariadb-git-9f6f04360ab80ab1b104ef8e660c7ccffde28601.tar.gz |
Merge with Sergei's tree to get in latest microsecond patches and also fixes to innodb_plugin.
Diffstat (limited to 'strings')
-rw-r--r-- | strings/decimal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/decimal.c b/strings/decimal.c index 088df8afa9a..a05867927ee 100644 --- a/strings/decimal.c +++ b/strings/decimal.c @@ -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 �-R^P <= n <= R^P. + form n*10^{-S}, where n is an integer such that -R^P <= n <= R^P. [...] |