[CP] [to #50575701] fix resolve current of cursor

This commit is contained in:
obdev
2023-08-09 13:18:37 +00:00
committed by ob-robot
parent 0854e787d1
commit 71dcb98637
2 changed files with 9 additions and 5 deletions

View File

@ -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)