[CP] [to #47533948] alter procedure compile debug

This commit is contained in:
0xacc
2024-02-08 02:05:30 +00:00
committed by ob-robot
parent e5c95cc904
commit 332d24733c
4 changed files with 150 additions and 1 deletions

View File

@ -888,6 +888,7 @@ public:
#ifdef OB_BUILD_ORACLE_PL
inline pl::debugger::ObPLDebugger *get_pl_debugger() const { return pl_debugger_; }
void set_pl_debugger (pl::debugger::ObPLDebugger *pl_debugger) {pl_debugger_ = pl_debugger; };
#endif
bool is_pl_debug_on();