fix mysql test: inner_table.restrict_accessible_virtual_table_oracle

This commit is contained in:
chinaxing 2023-11-10 06:43:33 +00:00 committed by ob-robot
parent 7d7c37db03
commit 7c0bee2ec2

View File

@ -984,8 +984,9 @@ int ObGvSqlAudit::fill_cells(obmysql::ObMySQLRequestRecord &record)
case SNAPSHOT_SOURCE: {
ObString src_name = record.data_.get_snapshot_source();
cells[cell_idx].set_varchar(src_name);
cells[cell_idx].set_default_collation_type();
break;
cells[cell_idx].set_collation_type(ObCharset::get_default_collation(
ObCharset::get_default_charset()));
break;
}
case REQUEST_TYPE: {
cells[cell_idx].set_int(record.data_.request_type_);