mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix rpl_events test failure in the runtime tree.
This commit is contained in:
@@ -184,6 +184,8 @@ public:
|
||||
private:
|
||||
bool
|
||||
construct_sp_sql(THD *thd, String *sp_sql);
|
||||
bool
|
||||
construct_drop_event_sql(THD *thd, String *sp_sql);
|
||||
|
||||
Event_job_data(const Event_job_data &); /* Prevent use of these */
|
||||
void operator=(Event_job_data &);
|
||||
|
||||
Reference in New Issue
Block a user