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

This commit is contained in:
0xacc
2023-12-19 14:14:10 +00:00
committed by ob-robot
parent e849ad77a1
commit 0e20563408
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();