summaryrefslogtreecommitdiff
path: root/strings
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2023-01-31 11:07:08 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2023-01-31 11:07:08 +0100
commitc7c415734d27fb98f8019d4c3b646bbdb4906e46 (patch)
tree1b71b075e54aac0e7b3b5a240f5835b0cc1d61d4 /strings
parent10635c2833a951b11b1d56e388244127e257ffb5 (diff)
parent76bcea3154a3ac2c26024ac5cb241e19e0e277d9 (diff)
downloadmariadb-git-c7c415734d27fb98f8019d4c3b646bbdb4906e46.tar.gz
Merge branch '10.10' into 10.11
Diffstat (limited to 'strings')
-rw-r--r--strings/json_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/strings/json_lib.c b/strings/json_lib.c
index 4cb877baee1..903dec978b4 100644
--- a/strings/json_lib.c
+++ b/strings/json_lib.c
@@ -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;