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

Fix rpl_events test failure in the runtime tree.

This commit is contained in:
kostja@vajra.(none)
2007-04-13 23:53:05 -04:00
parent eccd5ae201
commit 8b10ae74cc
4 changed files with 51 additions and 8 deletions

View File

@ -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 &);