fix build_minor_tables in rebuilding
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user