FEATURE: alloc placeholder for mysql lock table
This commit is contained in:
@ -2532,6 +2532,11 @@ typedef enum ObItemType
|
||||
T_MV_BUILD_OPT,
|
||||
T_PSEUDO_EXTERNAL_FILE_ROW,
|
||||
T_EXTERNAL_TABLE_AUTO_REFRESH,
|
||||
|
||||
// for tablelock
|
||||
T_MYSQL_LOCK_LIST,
|
||||
T_MYSQL_LOCK_NODE,
|
||||
|
||||
T_MAX //Attention: add a new type before T_MAX
|
||||
} ObItemType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user