mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge remote-tracking branch '10.4' into 10.5
This commit is contained in:
@ -553,7 +553,7 @@ bool String::append(const char *s,size_t size)
|
||||
}
|
||||
|
||||
/*
|
||||
For an ASCII compatinble string we can just append.
|
||||
For an ASCII compatible string we can just append.
|
||||
*/
|
||||
return Binary_string::append(s, arg_length);
|
||||
}
|
||||
|
Reference in New Issue
Block a user