1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03: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.
This commit is contained in:
cbell/Chuck@mysql_cab_desk.
2007-03-29 13:21:59 -04:00
parent 0322284f92
commit 9fb3199c26

View File

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