[virtual-table] fix gv$ob_session.trans_state column collation

This commit is contained in:
chinaxing 2024-04-08 06:34:57 +00:00 committed by ob-robot
parent 9b23623ea5
commit 45ed604473

View File

@ -296,6 +296,7 @@ int ObAllVirtualSessionInfo::FillScanner::operator()(
} else {
cur_row_->cells_[cell_idx].set_varchar("");
}
cur_row_->cells_[cell_idx].set_collation_type(default_collation);
break;
}
case USER_CLIENT_PORT: {