summaryrefslogtreecommitdiff
path: root/storage/connect/filter.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/connect/filter.h')
-rw-r--r--storage/connect/filter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/storage/connect/filter.h b/storage/connect/filter.h
index 42cddb08655..85c75a2227e 100644
--- a/storage/connect/filter.h
+++ b/storage/connect/filter.h
@@ -1,7 +1,7 @@
/*************** Filter H Declares Source Code File (.H) ***************/
-/* Name: FILTER.H Version 1.2 */
+/* Name: FILTER.H Version 1.3 */
/* */
-/* (C) Copyright to the author Olivier BERTRAND 2010-2015 */
+/* (C) Copyright to the author Olivier BERTRAND 2010-2017 */
/* */
/* This file contains the FILTER and derived classes declares. */
/***********************************************************************/
@@ -61,9 +61,9 @@ class DllExport FILTER : public XOBJECT { /* Filter description block */
//virtual PXOB CheckSubQuery(PGLOBAL, PSQL);
//virtual bool CheckLocal(PTDB);
//virtual int CheckSpcCol(PTDB tdbp, int n);
-#if defined(MONGO_SUPPORT)
- bool MakeSelector(PGLOBAL g, PSTRG s, bool m);
-#endif // MONGO_SUPPORT
+#if defined(MONGO_SUPPORT) || defined(JDBC_SUPPORT)
+ bool MakeSelector(PGLOBAL g, PSTRG s);
+#endif // MONGO_SUPPORT || JDBC_SUPPORT
virtual void Printf(PGLOBAL g, FILE *f, uint n);
virtual void Prints(PGLOBAL g, char *ps, uint z);
// PFIL Linearize(bool nosep);