[CP] [to #50575701] fix resolve current of cursor
This commit is contained in:
@ -63,7 +63,8 @@ enum ObStmtScope
|
||||
T_NAMED_WINDOWS_SCOPE,
|
||||
T_PL_SCOPE,
|
||||
T_LOAD_DATA_SCOPE,
|
||||
T_DBLINK_SCOPE
|
||||
T_DBLINK_SCOPE,
|
||||
T_CURRENT_OF_SCOPE
|
||||
};
|
||||
|
||||
inline const char *get_scope_name(const ObStmtScope &scope)
|
||||
|
||||
Reference in New Issue
Block a user