From 696afcdea8724bc502bdbe9cc9c7b37954d10a84 Mon Sep 17 00:00:00 2001 From: obdev Date: Thu, 8 Feb 2024 14:45:15 +0000 Subject: [PATCH] master occupy token change pos --- src/objit/include/objit/common/ob_item_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objit/include/objit/common/ob_item_type.h b/src/objit/include/objit/common/ob_item_type.h index 3370515afd..f39872a0ca 100755 --- a/src/objit/include/objit/common/ob_item_type.h +++ b/src/objit/include/objit/common/ob_item_type.h @@ -1246,7 +1246,6 @@ typedef enum ObItemType T_ROLLBACK, T_ANY_HOST_NAME, T_USER_WITH_HOST_NAME, - T_FLUSH_PRIVILEGES, T_INDEX_COLUMN_LIST, T_INDEX_USING_ALGORITHM, @@ -2382,6 +2381,7 @@ typedef enum ObItemType T_ALTER_COLUMN_GROUP_OPTION, T_BLOCKING, T_PQ_SUBQUERY, + T_FLUSH_PRIVILEGES, T_MAX //Attention: add a new type before T_MAX } ObItemType;