summaryrefslogtreecommitdiff
path: root/include/decimal.h
diff options
context:
space:
mode:
authormonty@mysql.com <>2004-12-06 19:18:35 +0200
committermonty@mysql.com <>2004-12-06 19:18:35 +0200
commit77207d19f20f21c54b8d5279c6924f4c4bdaaa51 (patch)
tree44698f6f68c51daacf7552356ae071b8e8fdb035 /include/decimal.h
parente99d5fee828e40589d7a29b81bba32b53e94037a (diff)
parent67ce24796584e80cf843b37b09aeb794c9231190 (diff)
downloadmariadb-git-77207d19f20f21c54b8d5279c6924f4c4bdaaa51.tar.gz
Merge with new VARCHAR code
Diffstat (limited to 'include/decimal.h')
-rw-r--r--include/decimal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/decimal.h b/include/decimal.h
index fddae1f54a6..4d1fbfddc01 100644
--- a/include/decimal.h
+++ b/include/decimal.h
@@ -17,8 +17,6 @@
#ifndef _decimal_h
#define _decimal_h
-#include <my_global.h>
-
typedef enum {TRUNCATE=0, HALF_EVEN, HALF_UP, CEILING, FLOOR} decimal_round_mode;
typedef int32 decimal_digit;