[master] fix virtual table column collation

This commit is contained in:
chinaxing
2023-10-10 12:39:59 +00:00
committed by ob-robot
parent 6fea5404ff
commit 424bb7628e
3 changed files with 4 additions and 1 deletions

View File

@ -984,6 +984,7 @@ 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;
}
case REQUEST_TYPE: {