1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Less dependencies in include files

This commit is contained in:
Michael Widenius
2017-11-22 08:01:43 +02:00
parent 166056f744
commit 8a24be6e74
10 changed files with 11 additions and 16 deletions

View File

@ -2052,11 +2052,6 @@ typedef struct
extern "C" void my_message_sql(uint error, const char *str, myf MyFlags);
class THD;
#ifndef DBUG_OFF
void dbug_serve_apcs(THD *thd, int n_calls);
#endif
/**
@class THD
For each client connection we create a separate thread with THD serving as
@ -6292,6 +6287,10 @@ public:
};
#ifndef DBUG_OFF
void dbug_serve_apcs(THD *thd, int n_calls);
#endif
#endif /* MYSQL_SERVER */
#endif /* SQL_CLASS_INCLUDED */