mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge branch '10.6.12' into 10.6
This commit is contained in:
@@ -3571,7 +3571,7 @@ char *bson_item_merge(UDF_INIT *initid, UDF_ARGS *args, char *result,
|
||||
} // endif Xchk
|
||||
|
||||
if (!CheckMemory(g, initid, args, 2, false, false, true)) {
|
||||
JTYP type;
|
||||
JTYP type= TYPE_JAR;
|
||||
BJNX bnx(g);
|
||||
PBVAL jvp = NULL, top = NULL;
|
||||
PBVAL jsp[2] = {NULL, NULL};
|
||||
@@ -5724,7 +5724,7 @@ char *bbin_item_merge(UDF_INIT *initid, UDF_ARGS *args, char *result,
|
||||
} // endif Xchk
|
||||
|
||||
if (!CheckMemory(g, initid, args, 2, false, false, true)) {
|
||||
JTYP type;
|
||||
JTYP type = TYPE_JAR;
|
||||
BJNX bnx(g);
|
||||
PBVAL jvp = NULL, top = NULL;
|
||||
PBVAL jsp[2] = {NULL, NULL};
|
||||
|
Reference in New Issue
Block a user