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:
@ -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:
|
||||
|
Reference in New Issue
Block a user