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. 
parent 0322284f
...@@ -294,7 +294,7 @@ class Event_parse_data : public Sql_alloc ...@@ -294,7 +294,7 @@ class Event_parse_data : public Sql_alloc
check_if_in_the_past(THD *thd, my_time_t ltime_utc); check_if_in_the_past(THD *thd, my_time_t ltime_utc);
Event_parse_data(const Event_parse_data &); /* Prevent use of these */ 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 &); void operator=(Event_parse_data &);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment