mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge 10.2 into 10.3
This commit is contained in:
@ -433,7 +433,7 @@ bool String::copy(const char *str, size_t arg_length,
|
||||
{
|
||||
uint32 offset;
|
||||
|
||||
DBUG_ASSERT(!str || str != Ptr);
|
||||
DBUG_ASSERT(!str || str != Ptr || !alloced);
|
||||
|
||||
if (!needs_conversion(arg_length, from_cs, to_cs, &offset))
|
||||
{
|
||||
|
Reference in New Issue
Block a user