Skip to content

Commit

Permalink
Fix compile error. Modified user_connect.cc ha_connect.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Buggynours committed Jul 21, 2017
1 parent 8476d30 commit 6fdd5cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions storage/connect/ha_connect.cc
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ bool CheckSelf(PGLOBAL g, TABLE_SHARE *s, PCSZ host, PCSZ db,
PCSZ tab, PCSZ src, int port);
bool ZipLoadFile(PGLOBAL, PCSZ, PCSZ, PCSZ, bool, bool);
bool ExactInfo(void);
#if defined(MONGO_SUPPORT)
void mongo_init(bool);
#endif // MONGO_SUPPORT
USETEMP UseTemp(void);
int GetConvSize(void);
TYPCONV GetTypeConv(void);
Expand Down
2 changes: 1 addition & 1 deletion storage/connect/user_connect.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ bool user_connect::CheckCleanup(bool force)
if (g->Sarea_Size != worksize) {
if (g->Sarea) {
#if !defined(DEVELOPMENT)
if (trace) {
if (trace)
#endif
htrc("CheckCleanup: Free Sarea at %p size=%d\n",
g->Sarea, g->Sarea_Size);
Expand Down

0 comments on commit 6fdd5cd

Please sign in to comment.