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

System Versioning 1.0pre2

Merge branch '10.3' into trunk
This commit is contained in:
Aleksey Midenkov
2017-11-23 18:57:26 +03:00
104 changed files with 2571 additions and 5172 deletions

View File

@ -2082,11 +2082,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
@ -6363,6 +6358,10 @@ public:
};
#ifndef DBUG_OFF
void dbug_serve_apcs(THD *thd, int n_calls);
#endif
class ScopedStatementReplication
{
public: