1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-07 00:04:31 +03:00

Merge 10.11 into 11.0

This commit is contained in:
Sergei Petrunia
2023-04-14 17:40:41 +03:00
376 changed files with 13245 additions and 7395 deletions

View File

@@ -563,7 +563,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);
}