Adjust the placeholder implementation
This commit is contained in:
@ -1018,7 +1018,7 @@ int ObGVSql::fill_cells(const ObILibCacheObject *cache_obj, const ObPlanCache &p
|
|||||||
}
|
}
|
||||||
case share::ALL_VIRTUAL_PLAN_STAT_CDE::COMPILE_TIME: {
|
case share::ALL_VIRTUAL_PLAN_STAT_CDE::COMPILE_TIME: {
|
||||||
uint64_t compile_time = 0;
|
uint64_t compile_time = 0;
|
||||||
cells[i].set_null();
|
cells[i].set_uint64(compile_time);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default: {
|
default: {
|
||||||
|
|||||||
@ -1052,7 +1052,7 @@ int ObGvSqlAudit::fill_cells(obmysql::ObMySQLRequestRecord &record)
|
|||||||
cells[cell_idx].set_null();
|
cells[cell_idx].set_null();
|
||||||
} break;
|
} break;
|
||||||
case PLSQL_EXEC_TIME: {
|
case PLSQL_EXEC_TIME: {
|
||||||
cells[cell_idx].set_null();
|
cells[cell_idx].set_int(0);
|
||||||
} break;
|
} break;
|
||||||
case NETWORK_WAIT_TIME: {
|
case NETWORK_WAIT_TIME: {
|
||||||
cells[cell_idx].set_null();
|
cells[cell_idx].set_null();
|
||||||
|
|||||||
Reference in New Issue
Block a user