summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2021-02-02 10:49:13 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2021-02-05 10:55:40 +0100
commit716b0b44f8ec169de5b89e24c46434f64d58de90 (patch)
treeb724e37a53216ae04a8fd6cdcfc5956361c244a1
parentb3cecb7bfc88a72661e61b3c8ce3e6101ac4e9b5 (diff)
downloadmariadb-git-716b0b44f8ec169de5b89e24c46434f64d58de90.tar.gz
Fix compiler warnings of the new connect engine.
-rw-r--r--storage/connect/bsonudf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/bsonudf.cpp b/storage/connect/bsonudf.cpp
index 30cb69d1775..18382c7a273 100644
--- a/storage/connect/bsonudf.cpp
+++ b/storage/connect/bsonudf.cpp
@@ -31,6 +31,7 @@ int JsonDefPrec = -1;
int GetDefaultPrec(void);
int IsArgJson(UDF_ARGS* args, uint i);
void SetChanged(PBSON bsp);
+int GetJsonDefPrec(void);
static PBSON BbinAlloc(PGLOBAL g, ulong len, PBVAL jsp);