Skip to content

Commit

Permalink
The file ob_item_type.h has been updated to add T_FLUSH_PRIVILEGES to…
Browse files Browse the repository at this point in the history
… ensure alignment with the master.
  • Loading branch information
qingsuijiu authored and ob-robot committed Feb 29, 2024
1 parent ef5cbdf commit 083a68a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/objit/include/objit/common/ob_item_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,7 @@ typedef enum ObItemType
T_ALTER_COLUMN_GROUP_OPTION,
T_BLOCKING,
T_PQ_SUBQUERY,
T_FLUSH_PRIVILEGES,
T_SCHEMA_ID,
T_MAX //Attention: add a new type before T_MAX
} ObItemType;
Expand Down

0 comments on commit 083a68a

Please sign in to comment.