mirror of
https://github.com/MariaDB/server.git
synced 2026-04-26 18:25:30 +02:00
WL#3629 - Replication of Invocation and Invoked Features
This patch corrects an error in the header file concerning a method declaration in the header file. Compiles ok on Windows, but not on Linux. sql/event_data_objects.h: WL#3629 - Replication of Invocation and Invoked Features This patch corrects an error in the header file concerning a method declaration in the header file.
This commit is contained in:
parent
af26b2b87e
commit
092c052280
1 changed files with 1 additions and 1 deletions
|
|
@ -294,7 +294,7 @@ private:
|
|||
check_if_in_the_past(THD *thd, my_time_t ltime_utc);
|
||||
|
||||
Event_parse_data(const Event_parse_data &); /* Prevent use of these */
|
||||
void Event_parse_data::check_originator_id(THD *thd);
|
||||
void check_originator_id(THD *thd);
|
||||
void operator=(Event_parse_data &);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue