[BUGFIX]fix repeat over 512M return error

This commit is contained in:
obdev
2023-02-09 15:42:23 +00:00
committed by ob-robot
parent 3f6069b1c2
commit 2053594cd8
3 changed files with 15 additions and 11 deletions

View File

@ -267,7 +267,7 @@ public:
ObIAllocator &allocator);
protected:
void calc_buffer_len(const int64_t res_len);
int calc_buffer_len(const int64_t res_len);
int fill_temp_lob_header(const int64_t res_len);
protected: