aboutsummaryrefslogtreecommitdiff
path: root/src/common/Define.h
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2016-05-27 23:13:47 +0200
committerShauren <shauren.trinity@gmail.com>2016-05-27 23:14:36 +0200
commitb82332487afd7233850e7eed996615b3fdd7248c (patch)
tree4f440c5643049ff69c2544560fd750629c7a5552 /src/common/Define.h
parent31009887e35cf8db6e94bf5b6870b62538364bc4 (diff)
Core/DataStores: Updated db2 to 7.0.3.21737
Diffstat (limited to 'src/common/Define.h')
-rw-r--r--src/common/Define.h5
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