diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2013-07-05 13:13:45 +0200 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2013-07-05 13:13:45 +0200 |
commit | ce1b9cb4ba8917af1f2d16b20ab69a46af8fc5e4 (patch) | |
tree | fcbb4d723d8bd3b4f343712266c278b0149f87c1 /storage/connect/plgxml.h | |
parent | 923eddcfe12d015c43ee6422f32e000aadc714b8 (diff) | |
download | mariadb-git-ce1b9cb4ba8917af1f2d16b20ab69a46af8fc5e4.tar.gz |
- Try to fix a uninitialised valgrind warning
modified:
storage/connect/ha_connect.cc
storage/connect/ha_connect.h
storage/connect/mycat.cc
- Fix a regression error on XML libdoc wrong Nlist freing
modified:
storage/connect/domdoc.h
storage/connect/libdoc.cpp
storage/connect/libdoc.h
storage/connect/plgxml.h
storage/connect/tabxml.cpp
Diffstat (limited to 'storage/connect/plgxml.h')
-rw-r--r-- | storage/connect/plgxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/connect/plgxml.h b/storage/connect/plgxml.h index 8fc95eabef7..b8352c36c14 100644 --- a/storage/connect/plgxml.h +++ b/storage/connect/plgxml.h @@ -69,6 +69,7 @@ class XMLDOCUMENT : public BLOCK { // Properties virtual short GetDocType(void) = 0; virtual void *GetDocPtr(void) = 0; + virtual void SetNofree(bool b) = 0; // Methods virtual bool Initialize(PGLOBAL) = 0; |