diff options
author | Olivier Bertrand <bertrandop@gmail.com> | 2020-03-12 19:16:36 +0100 |
---|---|---|
committer | Olivier Bertrand <bertrandop@gmail.com> | 2020-03-12 19:16:36 +0100 |
commit | d26b4eb4c071f39d2ff262026608d26e7a56309d (patch) | |
tree | f8ed01ab17f186aa3e0175c143d5345def73dc2c /storage/connect/connect.h | |
parent | 4ba36cfa0c677b7d094092d6aa5541c6c936a11f (diff) | |
parent | 51e9381dcc01ebd72d4f0adc057a64213f850d70 (diff) | |
download | mariadb-git-d26b4eb4c071f39d2ff262026608d26e7a56309d.tar.gz |
Pull new version from origin
Diffstat (limited to 'storage/connect/connect.h')
-rw-r--r-- | storage/connect/connect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/storage/connect/connect.h b/storage/connect/connect.h index cf0373ba635..af1b9ba726e 100644 --- a/storage/connect/connect.h +++ b/storage/connect/connect.h @@ -46,6 +46,7 @@ int CntIndexRange(PGLOBAL g, PTDB ptdb, const uchar* *key, uint *len, bool *incl, key_part_map *kmap); PGLOBAL CntExit(PGLOBAL g); +#if 0 /***********************************************************************/ /* Definition of classes XKPDEF, DOXDEF, TDBDOX */ /* These classes purpose is chiefly to access protected items! */ @@ -76,3 +77,4 @@ class XKPDEF: public KPARTDEF { public: XKPDEF(const char *name, int n) : KPARTDEF((PSZ)name, n) {} }; // end of class XKPDEF +#endif // 0 |