mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge remote-tracking branch 'origin/10.2' into bb-10.2-ext
This commit is contained in:
@@ -1564,7 +1564,7 @@ static PCSZ MakeKey(PGLOBAL g, UDF_ARGS *args, int i)
|
||||
n = strlen(s);
|
||||
|
||||
if (IsJson(args, i))
|
||||
j = strchr(s, '_') - s + 1;
|
||||
j = (int)(strchr(s, '_') - s + 1);
|
||||
|
||||
if (j && n > j) {
|
||||
s += j;
|
||||
|
Reference in New Issue
Block a user