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

@ -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();