fix build_minor_tables in rebuilding

This commit is contained in:
obdev
2022-11-14 12:08:00 +00:00
committed by wangzelin.wzl
parent 9abca6cd59
commit ab496ba235
2 changed files with 5 additions and 4 deletions

View File

@ -214,9 +214,9 @@ int ObExprToOutfileRow::extract_fisrt_wchar_from_varhcar(const ObObj &obj, int32
ret = ObCharset::mb_wc(obj.get_collation_type(), str.ptr(), str.length(), length, wchar);
}
}
return ret;
}
return ret;
}
// If the FIELDS ESCAPED BY character is not empty, it is used to prefix the following
// characters on output:
// 1. The FIELDS ESCAPED BY character.