summaryrefslogtreecommitdiff
path: root/storage/connect/filter.h
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2014-04-26 00:17:26 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2014-04-26 00:17:26 +0200
commit0e20f02174099e0ee79fd5440c84fae9d2796b86 (patch)
treea31858b925286aa3d3927249698d6c1d2ddde158 /storage/connect/filter.h
parent9d29647487e8170d018413aacc6ec580decd59b1 (diff)
downloadmariadb-git-0e20f02174099e0ee79fd5440c84fae9d2796b86.tar.gz
- Implement dynamic indexing
modified: storage/connect/connect.cc storage/connect/filter.cpp storage/connect/filter.h storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/tabdos.cpp storage/connect/tabdos.h storage/connect/table.cpp storage/connect/xindex.cpp storage/connect/xindex.h storage/connect/xtable.h
Diffstat (limited to 'storage/connect/filter.h')
-rw-r--r--storage/connect/filter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/filter.h b/storage/connect/filter.h
index 301b3a128de..85dc6dd4795 100644
--- a/storage/connect/filter.h
+++ b/storage/connect/filter.h
@@ -26,7 +26,7 @@ PFIL MakeFilter(PGLOBAL g, PCOL *colp, POPER pop, PPARM pfirst, bool neg);
/***********************************************************************/
class DllExport FILTER : public XOBJECT { /* Filter description block */
//friend PFIL PrepareFilter(PGLOBAL, PFIL, bool);
- friend DllExport bool ApplyFilter(PGLOBAL, PFIL, PTDB = NULL);
+ friend DllExport bool ApplyFilter(PGLOBAL, PFIL);
public:
// Constructors
FILTER(PGLOBAL g, POPER pop, PPARM *tp = NULL);