Commit 6fdd5cda authored by Olivier Bertrand's avatar Olivier Bertrand

Fix compile error. Modified user_connect.cc ha_connect.cc

parent 8476d305
...@@ -222,7 +222,9 @@ bool CheckSelf(PGLOBAL g, TABLE_SHARE *s, PCSZ host, PCSZ db, ...@@ -222,7 +222,9 @@ bool CheckSelf(PGLOBAL g, TABLE_SHARE *s, PCSZ host, PCSZ db,
PCSZ tab, PCSZ src, int port); PCSZ tab, PCSZ src, int port);
bool ZipLoadFile(PGLOBAL, PCSZ, PCSZ, PCSZ, bool, bool); bool ZipLoadFile(PGLOBAL, PCSZ, PCSZ, PCSZ, bool, bool);
bool ExactInfo(void); bool ExactInfo(void);
#if defined(MONGO_SUPPORT)
void mongo_init(bool); void mongo_init(bool);
#endif // MONGO_SUPPORT
USETEMP UseTemp(void); USETEMP UseTemp(void);
int GetConvSize(void); int GetConvSize(void);
TYPCONV GetTypeConv(void); TYPCONV GetTypeConv(void);
......
...@@ -163,7 +163,7 @@ bool user_connect::CheckCleanup(bool force) ...@@ -163,7 +163,7 @@ bool user_connect::CheckCleanup(bool force)
if (g->Sarea_Size != worksize) { if (g->Sarea_Size != worksize) {
if (g->Sarea) { if (g->Sarea) {
#if !defined(DEVELOPMENT) #if !defined(DEVELOPMENT)
if (trace) { if (trace)
#endif #endif
htrc("CheckCleanup: Free Sarea at %p size=%d\n", htrc("CheckCleanup: Free Sarea at %p size=%d\n",
g->Sarea, g->Sarea_Size); g->Sarea, g->Sarea_Size);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment