fix defragment sstable 4002

This commit is contained in:
obdev
2022-12-07 13:36:05 +00:00
committed by ob-robot
parent 10f27c4662
commit 8a758a08e8
2 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,7 @@ int ObDMLStmtPrinter::print_hint()
if (OB_FAIL(query_hint.print_stmt_hint(plan_text, *stmt_))) {
LOG_WARN("failed to print stmt hint", K(ret));
} else if (plan_text.pos == *pos_) {
// no hint, rollback buffer!
// no hint, roolback buffer!
*pos_ -= strlen(hint_begin);
} else {
*pos_ = plan_text.pos;