[FEAT MERGE] Improve the inner implementation of tx table

Co-authored-by: kongfy <njukongfy@gmail.com>
This commit is contained in:
ZenoWang
2023-05-07 07:38:34 +00:00
committed by ob-robot
parent 1a4be45b79
commit ccde264e06
92 changed files with 4834 additions and 1542 deletions

View File

@ -199,7 +199,7 @@ int ObGVTxStat::inner_get_next_row(ObNewRow *&row)
cur_row_.cells_[i].set_varchar(participants_buffer_);
cur_row_.cells_[i].set_collation_type(ObCharset::get_default_collation(ObCharset::get_default_charset()));
} else {
cur_row_.cells_[i].set_varchar(ObString("NULL"));
cur_row_.cells_[i].reset();
cur_row_.cells_[i].set_collation_type(ObCharset::get_default_collation(ObCharset::get_default_charset()));
}
break;