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

Merge 10.2 into 10.3

This commit is contained in:
Marko Mäkelä
2018-08-03 15:57:23 +03:00
191 changed files with 4363 additions and 1059 deletions

View File

@@ -1643,6 +1643,8 @@ int json_escape(CHARSET_INFO *str_cs,
return -1;
}
}
else /* c_len == 0, an illegal symbol. */
return -1;
}
return (int)(json - json_start);