mirror of
https://github.com/MariaDB/server.git
synced 2025-09-02 09:41:40 +03:00
Merge with new VARCHAR code
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user