summaryrefslogtreecommitdiff
path: root/storage/connect/tabutil.h
diff options
context:
space:
mode:
authorOlivier Bertrand <bertrandop@gmail.com>2013-05-12 18:14:03 +0200
committerOlivier Bertrand <bertrandop@gmail.com>2013-05-12 18:14:03 +0200
commit8c9ce17359422c4cfe6c6c44e483d1b6ce9f8a56 (patch)
tree49fbbab05873de2472d4006ec57177fbca43ff16 /storage/connect/tabutil.h
parent44cb1ce8a2d524c88cc8e2ea949cc933ba7a0832 (diff)
downloadmariadb-git-8c9ce17359422c4cfe6c6c44e483d1b6ce9f8a56.tar.gz
- Code cleaning.
modified: storage/connect/connect.cc storage/connect/tabutil.h - Fix closing invalid tdbp in External_lock. modified: storage/connect/ha_connect.cc - Fix closing null Tdbp modified: storage/connect/tabpivot.cpp* - Fix regression error in table type TBL no more accepting missing columns in sub-tables even when Accept was set to TRUE. modified: storage/connect/tabtbl.cpp
Diffstat (limited to 'storage/connect/tabutil.h')
-rw-r--r--storage/connect/tabutil.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/storage/connect/tabutil.h b/storage/connect/tabutil.h
index b99cf959bca..81e2a44464a 100644
--- a/storage/connect/tabutil.h
+++ b/storage/connect/tabutil.h
@@ -14,28 +14,12 @@ typedef class XXLCOL *PXXLCOL;
typedef class PRXCOL *PPRXCOL;
typedef class TBCDEF *PTBCDEF;
typedef class TDBTBC *PTDBTBC;
-typedef class XTDBASE *PTDBX;
-typedef class XCOLBLK *PCOLX;
TABLE_SHARE *GetTableShare(PGLOBAL g, THD *thd, const char *db,
const char *name, bool& mysql);
PQRYRES TabColumns(PGLOBAL g, THD *thd, const char *db,
const char *name, bool info);
-/***********************************************************************/
-/* This class is used to access protected members of TDBASE. */
-/***********************************************************************/
-class XTDBASE : public TDBASE {
- friend class TDBXCL;
- }; // end of class XCOLBLK
-
-/***********************************************************************/
-/* This class is used to access protected members of COLBLK. */
-/***********************************************************************/
-class XCOLBLK : public COLBLK {
- friend class TDBXCL;
- }; // end of class XCOLBLK
-
/* -------------------------- PROXY classes -------------------------- */
/***********************************************************************/