[to #46079623]fix core init trigger row use ObExecContext::allocator_

This commit is contained in:
seuwebber
2022-11-15 09:40:17 +00:00
committed by wangzelin.wzl
parent 3be23df8d1
commit f03ae01734
2 changed files with 8 additions and 8 deletions

View File

@ -286,9 +286,9 @@ int ObExprToOutfileRow::print_wchar_to_buf(char *buf, const int64_t buf_len, int
}
return ret;
}
int ObExprToOutfileRow::copy_string_to_buf(char *buf, const int64_t buf_len, int64_t &pos,
const ObString &str)
int ObExprToOutfileRow::copy_string_to_buf(char *buf, const int64_t buf_len, int64_t &pos,
const ObString &str)
{
return databuff_memcpy(buf, buf_len, pos, str.length(), str.ptr());
}