Skip to content

Commit

Permalink
Merge branch 'feature_227_github' into 'master'
Browse files Browse the repository at this point in the history
version

See merge request oceanbase-ce-publish/obconnector-c!1
  • Loading branch information
致云 committed Nov 27, 2024
2 parents c8dae10 + eccb938 commit db3514a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
10 changes: 2 additions & 8 deletions include/ob_object.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ typedef enum enum_obobjtype
} ObObjType;

/* add typedef for enum to avoid multiple definition of ObCollationType issue on powerpc64 ppc64le */
#if defined(__powerpc64__)
typedef
#endif
enum enum_obcollationtype
typedef enum enum_obcollationtype
{
CS_TYPE_INVALID = 0,
CS_TYPE_GBK_CHINESE_CI = 28,
Expand All @@ -109,10 +106,7 @@ enum enum_obcollationtype
} ObCollationType;

/* add typedef for enum to avoid multiple definition of ObCollationLevel issue on powerpc64 ppc64le */
#if defined(__powerpc64__)
typedef
#endif
enum enum_obcollationlevel
typedef enum enum_obcollationlevel
{
CS_LEVEL_EXPLICIT = 0,
CS_LEVEL_NONE = 1,
Expand Down
2 changes: 1 addition & 1 deletion rpm/libobclient-VER.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.6
2.2.7

0 comments on commit db3514a

Please sign in to comment.