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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user