mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Merge romeo.(none):/home/bkroot/mysql-5.1-new-rpl
into romeo.(none):/home/bk/w3464-mysql-5.1-new-rpl
This commit is contained in:
@ -18,9 +18,10 @@
|
||||
|
||||
/* Pull in 'byte', 'my_off_t', and 'uint32' */
|
||||
#include <my_global.h>
|
||||
|
||||
#include <my_bitmap.h>
|
||||
|
||||
#include "rpl_constants.h"
|
||||
|
||||
/* Forward declarations */
|
||||
class handler;
|
||||
class MYSQL_BIN_LOG;
|
||||
@ -322,6 +323,9 @@ public:
|
||||
transaction new_trans(THD *);
|
||||
void new_trans(THD *, transaction *);
|
||||
|
||||
int record_incident(THD*, Incident incident);
|
||||
int record_incident(THD*, Incident incident, LEX_STRING message);
|
||||
|
||||
private:
|
||||
explicit injector();
|
||||
~injector() { } /* Nothing needs to be done */
|
||||
|
Reference in New Issue
Block a user