1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.6 into 10.11

This commit is contained in:
Marko Mäkelä
2025-05-26 08:10:47 +03:00
44 changed files with 2179 additions and 252 deletions

View File

@@ -1698,7 +1698,7 @@ static enum json_esc_char_classes json_escape_chr_map[0x60] = {
};
static const char hexconv[16] = "0123456789ABCDEF";
static const char hexconv[17] = "0123456789ABCDEF";
int json_escape(CHARSET_INFO *str_cs,