diff options
author | monty@mysql.com <> | 2004-12-06 19:18:35 +0200 |
---|---|---|
committer | monty@mysql.com <> | 2004-12-06 19:18:35 +0200 |
commit | 77207d19f20f21c54b8d5279c6924f4c4bdaaa51 (patch) | |
tree | 44698f6f68c51daacf7552356ae071b8e8fdb035 /include/decimal.h | |
parent | e99d5fee828e40589d7a29b81bba32b53e94037a (diff) | |
parent | 67ce24796584e80cf843b37b09aeb794c9231190 (diff) | |
download | mariadb-git-77207d19f20f21c54b8d5279c6924f4c4bdaaa51.tar.gz |
Merge with new VARCHAR code
Diffstat (limited to 'include/decimal.h')
-rw-r--r-- | include/decimal.h | 2 |
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; |