mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
- Begin implementation of BSON
modified: storage/connect/bson.cpp modified: storage/connect/bson.h modified: storage/connect/bsonudf.cpp modified: storage/connect/bsonudf.h modified: storage/connect/jsonudf.cpp
This commit is contained in:
@ -1950,6 +1950,8 @@ static PJVAL MakeTypedValue(PGLOBAL g, UDF_ARGS *args, uint i,
|
||||
return jvp;
|
||||
} // end of MakeTypedValue
|
||||
|
||||
/* ------------------------------ The JSON UDF's ------------------------------- */
|
||||
|
||||
/*********************************************************************************/
|
||||
/* Make a Json value containing the parameter. */
|
||||
/*********************************************************************************/
|
||||
|
Reference in New Issue
Block a user