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

Fix compiler warnings of the new connect engine.

This commit is contained in:
Oleksandr Byelkin
2021-02-02 10:49:13 +01:00
parent b3cecb7bfc
commit 716b0b44f8

View File

@@ -31,6 +31,7 @@ int JsonDefPrec = -1;
int GetDefaultPrec(void); int GetDefaultPrec(void);
int IsArgJson(UDF_ARGS* args, uint i); int IsArgJson(UDF_ARGS* args, uint i);
void SetChanged(PBSON bsp); void SetChanged(PBSON bsp);
int GetJsonDefPrec(void);
static PBSON BbinAlloc(PGLOBAL g, ulong len, PBVAL jsp); static PBSON BbinAlloc(PGLOBAL g, ulong len, PBVAL jsp);