diff options
author | Alexander Barkov <bar@mnogosearch.org> | 2013-02-07 16:37:44 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mnogosearch.org> | 2013-02-07 16:37:44 +0400 |
commit | 40398f3660273a646eb974092a9ddf6f881d700e (patch) | |
tree | c621e0d9c16cee544e71c0aafd044d60b453a353 /storage/connect/mycat.h | |
parent | 8cfa84ca875ac464f5e37be88dc521bb2dd89091 (diff) | |
download | mariadb-git-40398f3660273a646eb974092a9ddf6f881d700e.tar.gz |
Fixing some of the compilation warnings.
Diffstat (limited to 'storage/connect/mycat.h')
-rw-r--r-- | storage/connect/mycat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/storage/connect/mycat.h b/storage/connect/mycat.h index 63c304dd8d9..3019fa96b98 100644 --- a/storage/connect/mycat.h +++ b/storage/connect/mycat.h @@ -24,6 +24,8 @@ #include "block.h" #include "catalog.h" +char GetTypeID(const char *type); + /***********************************************************************/ /* MYCAT: class for managing the CONNECT plugin DB items. */ /***********************************************************************/ @@ -61,4 +63,4 @@ class MYCAT : public CATALOG { ha_connect *Hc; // The Connect handler }; // end of class MYCAT -#endif __MYCAT__H +#endif /* __MYCAT__H */ |