mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Security: EOM modules must now be loaded from the plugin directory.
modified: storage/connect/mycat.cc modified: storage/connect/reldef.cpp Json array index (position) always defaults to 0 modified: storage/connect/tabjson.cpp
This commit is contained in:
@@ -449,7 +449,7 @@ TDBJSN::TDBJSN(PJDEF tdp, PTXF txfp) : TDBDOS(tdp, txfp)
|
||||
Xcol = NULL;
|
||||
Limit = 1;
|
||||
Pretty = 0;
|
||||
B = 1;
|
||||
B = 0;
|
||||
Strict = false;
|
||||
} // endif tdp
|
||||
|
||||
@@ -477,6 +477,7 @@ TDBJSN::TDBJSN(TDBJSN *tdbp) : TDBDOS(NULL, tdbp)
|
||||
NextSame = tdbp->NextSame;
|
||||
SameRow = tdbp->SameRow;
|
||||
Xval = tdbp->Xval;
|
||||
B = tdbp->B;
|
||||
Pretty = tdbp->Pretty;
|
||||
Strict = tdbp->Strict;
|
||||
Comma = tdbp->Comma;
|
||||
|
Reference in New Issue
Block a user