[FEAT MERGE] 4.1 PL/SQL enhence & development
This commit is contained in:
@ -1076,7 +1076,7 @@ int ObPhysicalPlan::update_cache_obj_stat(ObILibCacheCtx &ctx)
|
||||
stat_.slow_count_ = 0;
|
||||
stat_.slowest_exec_time_ = 0;
|
||||
stat_.slowest_exec_usec_ = 0;
|
||||
if (pc_ctx.is_ps_mode_) {
|
||||
if (PC_PS_MODE == pc_ctx.mode_ || PC_PL_MODE == pc_ctx.mode_) {
|
||||
ObTruncatedString trunc_stmt(pc_ctx.raw_sql_, OB_MAX_SQL_LENGTH);
|
||||
if (OB_FAIL(ob_write_string(get_allocator(),
|
||||
trunc_stmt.string(),
|
||||
|
||||
Reference in New Issue
Block a user