fix used incorrect cached temp expr ctx bug
This commit is contained in:
@ -229,9 +229,9 @@ int ObExprToOutfileRow::extract_fisrt_wchar_from_varhcar(const ObObj &obj, int32
|
||||
// as NULL, not \N.
|
||||
int ObExprToOutfileRow::print_field(char *buf, const int64_t buf_len, int64_t &pos,
|
||||
const ObObj &obj, ObExprOutFileInfo &out_info)
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
int64_t tmp_pos = 0;
|
||||
{
|
||||
int ret = OB_SUCCESS;
|
||||
int64_t tmp_pos = 0;
|
||||
const bool need_enclose = 0 != out_info.wchar_enclose_ &&
|
||||
(!out_info.is_optional_ || obj.is_string_type());
|
||||
if (need_enclose) {
|
||||
|
||||
Reference in New Issue
Block a user