From 54f32928315f7f1863dd43589d1a67cbf05b254a Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Mon, 13 May 2013 16:48:03 +0400 Subject: Fixing warnings (mostly "no previous declaration") modified: storage/connect/ha_connect.cc storage/connect/maputil.h storage/connect/odbconn.cpp storage/connect/osutil.c storage/connect/osutil.h storage/connect/tabmysql.cpp storage/connect/tabutil.cpp storage/connect/tabutil.h --- storage/connect/tabutil.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'storage/connect/tabutil.h') diff --git a/storage/connect/tabutil.h b/storage/connect/tabutil.h index 81e2a44464a..76e1d1153b9 100644 --- a/storage/connect/tabutil.h +++ b/storage/connect/tabutil.h @@ -20,6 +20,8 @@ TABLE_SHARE *GetTableShare(PGLOBAL g, THD *thd, const char *db, PQRYRES TabColumns(PGLOBAL g, THD *thd, const char *db, const char *name, bool info); +void Remove_tshp(PCATLG cat); + /* -------------------------- PROXY classes -------------------------- */ /***********************************************************************/ -- cgit v1.2.1