summaryrefslogtreecommitdiff
path: root/storage/connect/tabxcl.h
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2014-10-31 12:28:07 +0100
committerOlivier Bertrand <bertrandop@gmail.com>2014-10-31 12:28:07 +0100
commit4a17149ba32a604eabf95c198b00fc4b156f8d5d (patch)
tree24cf8575ba6042de0c23a6a61c391d3889082b6d /storage/connect/tabxcl.h
parent652b96482789ddee1b01c69559fc0d3840976f88 (diff)
downloadmariadb-git-4a17149ba32a604eabf95c198b00fc4b156f8d5d.tar.gz
- Add new table type VIR and virtual index
modified: storage/connect/connect.cc storage/connect/ha_connect.cc storage/connect/ha_connect.h storage/connect/mycat.cc storage/connect/plgdbsem.h - Get good message when calling ColDB modified: storage/connect/connect.cc - Fix buffer preparation for BIN files modified: storage/connect/filamfix.cpp fix error while updating (force fseek) modified: storage/connect/filamfix.cpp fix error of XCOL column when filtered (typo) modified: storage/connect/tabdos.cpp storage/connect/tabxcl.cpp fix error when indexing on special column modified: storage/connect/tabdos.cpp
Diffstat (limited to 'storage/connect/tabxcl.h')
-rw-r--r--storage/connect/tabxcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/connect/tabxcl.h b/storage/connect/tabxcl.h
index 05118c5dd25..7e11600c090 100644
--- a/storage/connect/tabxcl.h
+++ b/storage/connect/tabxcl.h
@@ -88,7 +88,7 @@ class XCLCOL : public PRXCOL {
XCLCOL(PGLOBAL g, PCOLDEF cdp, PTDB tdbp, PCOL cprec, int i);
// Methods
- virtual void Reset(void) {Colp->Reset();} // Evaluated only by TDBXCL
+ virtual void Reset(void) {} // Evaluated only by TDBXCL
virtual void ReadColumn(PGLOBAL g);
virtual bool Init(PGLOBAL g, PTDBASE tp = NULL);