diff options
Diffstat (limited to 'src/common/Define.h')
-rw-r--r-- | src/common/Define.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/common/Define.h b/src/common/Define.h index 5bbb77916f5..784bb4dd8ca 100644 --- a/src/common/Define.h +++ b/src/common/Define.h @@ -164,10 +164,7 @@ enum DBCFormer FT_FLOAT = 'f', // float FT_INT = 'i', // uint32 FT_BYTE = 'b', // uint8 - FT_LONG = 'l', // uint64 - FT_SHORT = 'h', // uint16 - FT_SORT = 'd', // sorted by this field but not present in DB2 data block (calculated) - FT_IND = 'n' // sorted by this field + FT_SHORT = 'h' // uint16 }; #endif //TRINITY_DEFINE_H |