fix: old engine distinct boolean type
This commit is contained in:
1
deps/oblib/src/rpc/obmysql/ob_mysql_global.h
vendored
1
deps/oblib/src/rpc/obmysql/ob_mysql_global.h
vendored
@ -88,6 +88,7 @@ namespace obmysql {
|
||||
#define OB_MYSQL_BINCMP_FLAG (1 << 17)
|
||||
#define OB_MYSQL_GET_FIXED_FIELDS_FLAG (1 << 18)
|
||||
#define OB_MYSQL_FIELD_IN_PART_FUNC_FLAG (1 << 19)
|
||||
#define IS_BOOL_FLAG (1 << 20)
|
||||
|
||||
enum EMySQLFieldType {
|
||||
MYSQL_TYPE_DECIMAL,
|
||||
|
||||
Reference in New Issue
Block a user