summaryrefslogtreecommitdiff
path: root/storage/connect/tabxcl.h
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2013-08-29 12:01:27 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2013-08-29 12:01:27 +0200
commitb344a49f7e54f93f7b4815441d0b51b5838b84af (patch)
tree0c4402d4bf825cee1a3ce8ce1704ac43c3039692 /storage/connect/tabxcl.h
parentdd0872eb9cb1068da7f148865a2eab49955762a5 (diff)
downloadmariadb-git-b344a49f7e54f93f7b4815441d0b51b5838b84af.tar.gz
- Fix a bug causing a crash when an XCOL table was the source of
a PROXY or PROXY based table. modified: storage/connect/colblk.cpp storage/connect/tabutil.cpp storage/connect/tabutil.h storage/connect/tabxcl.cpp storage/connect/tabxcl.h
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 28fbf85d509..0189775cd8d 100644
--- a/storage/connect/tabxcl.h
+++ b/storage/connect/tabxcl.h
@@ -90,7 +90,7 @@ class XCLCOL : public PRXCOL {
XCLCOL(PGLOBAL g, PCOLDEF cdp, PTDB tdbp, PCOL cprec, int i);
// Methods
- virtual void Reset(void) {} // Evaluated only by TDBXCL
+ virtual void Reset(void) {Colp->Reset();} // Evaluated only by TDBXCL
virtual void ReadColumn(PGLOBAL g);
protected: