add place holder for table column

This commit is contained in:
hanr881
2023-11-13 10:39:09 +00:00
committed by ob-robot
parent a6117944b9
commit f966aaa116
7 changed files with 183 additions and 6 deletions

View File

@ -1046,6 +1046,12 @@ int ObGvSqlAudit::fill_cells(obmysql::ObMySQLRequestRecord &record)
ObCharset::get_default_charset()));
} break;
case PL_TRACE_ID: {
cells[cell_idx].set_null();
} break;
case PLSQL_EXEC_TIME: {
cells[cell_idx].set_null();
} break;
default: {
ret = OB_ERR_UNEXPECTED;
SERVER_LOG(WARN, "invalid column id", K(ret), K(cell_idx), K(col_id));