summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorunknown <malff/marcsql@weblab.(none)>2007-03-14 17:38:06 -0600
committerunknown <malff/marcsql@weblab.(none)>2007-03-14 17:38:06 -0600
commit2fad8ac2fce2f5d3645c676374f47aa2aa12d86a (patch)
tree8bd4826e592e3577fc7473c5f9b840443b403dd8 /include
parent34a0de585afdfd4ee62f880387730f00394666f4 (diff)
downloadmariadb-git-2fad8ac2fce2f5d3645c676374f47aa2aa12d86a.tar.gz
Manual merge from 5.0-runtime to 5.1-runtime
Diffstat (limited to 'include')
-rw-r--r--include/my_global.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/my_global.h b/include/my_global.h
index c41ac8f915f..5661f77f9c2 100644
--- a/include/my_global.h
+++ b/include/my_global.h
@@ -1486,4 +1486,10 @@ do { doubleget_union _tmp; \
#include <new>
#endif
+/* Length of decimal number represented by INT32. */
+#define MY_INT32_NUM_DECIMAL_DIGITS 11
+
+/* Length of decimal number represented by INT64. */
+#define MY_INT64_NUM_DECIMAL_DIGITS 21
+
#endif /* my_global_h */