fix update_memtables in table store when creating new memtable
This commit is contained in:
@ -289,9 +289,9 @@ int ObExprToOutfileRow::print_wchar_to_buf(char *buf, const int64_t buf_len, int
|
||||
|
||||
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());
|
||||
}
|
||||
{
|
||||
return databuff_memcpy(buf, buf_len, pos, str.length(), str.ptr());
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user