mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge bb-10.2-ext into 10.3
This commit is contained in:
@ -606,7 +606,7 @@ bool String::append(IO_CACHE* file, uint32 arg_length)
|
||||
return TRUE;
|
||||
if (my_b_read(file, (uchar*) Ptr + str_length, arg_length))
|
||||
{
|
||||
shrink(str_length);
|
||||
shrink(str_length ? str_length : 1);
|
||||
return TRUE;
|
||||
}
|
||||
str_length+=arg_length;
|
||||
|
Reference in New Issue
Block a user