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

Merge branch '10.7' into 10.8

This commit is contained in:
Oleksandr Byelkin
2023-01-31 09:57:52 +01:00
140 changed files with 4096 additions and 705 deletions

View File

@@ -844,7 +844,7 @@ static int skip_key(json_engine_t *j)
{
int t_next, c_len;
if (j->s.c_next< 128 && json_instr_chr_map[j->s.c_next] == S_BKSL &&
if (j->s.c_next<128 && json_instr_chr_map[j->s.c_next] == S_BKSL &&
json_handle_esc(&j->s))
return 1;