Adjust the placeholder implementation

This commit is contained in:
obdev
2024-02-09 18:35:06 +00:00
committed by ob-robot
parent cd81262d9b
commit 2c7eeaf3e8
2 changed files with 2 additions and 2 deletions

View File

@ -1018,7 +1018,7 @@ int ObGVSql::fill_cells(const ObILibCacheObject *cache_obj, const ObPlanCache &p
}
case share::ALL_VIRTUAL_PLAN_STAT_CDE::COMPILE_TIME: {
uint64_t compile_time = 0;
cells[i].set_null();
cells[i].set_uint64(compile_time);
break;
}
default: {

View File

@ -1052,7 +1052,7 @@ int ObGvSqlAudit::fill_cells(obmysql::ObMySQLRequestRecord &record)
cells[cell_idx].set_null();
} break;
case PLSQL_EXEC_TIME: {
cells[cell_idx].set_null();
cells[cell_idx].set_int(0);
} break;
case NETWORK_WAIT_TIME: {
cells[cell_idx].set_null();