summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2021-06-24 23:56:13 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2021-06-24 23:56:13 +0200
commit330b32ebd95b25793c06e066c3f7829a22d0590f (patch)
tree422bcaf1ae28c381faebea1c07e7de391ae52028
parented70f76cf7cbe2195909c5e495a4b18347a7c58c (diff)
downloadmariadb-git-330b32ebd95b25793c06e066c3f7829a22d0590f.tar.gz
Fix clang compile error
-rw-r--r--storage/connect/value.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/value.h b/storage/connect/value.h
index f709c7dbad0..9b4b9164fa5 100644
--- a/storage/connect/value.h
+++ b/storage/connect/value.h
@@ -412,6 +412,7 @@ class DllExport DTVAL : public TYPVAL<int> {
// Constructors
DTVAL(PGLOBAL g, int n, int p, PCSZ fmt);
DTVAL(int n);
+ using TYPVAL::SetValue;
// Implementation
virtual bool SetValue_pval(PVAL valp, bool chktype);