diff options
author | unknown <cbell/Chuck@mysql_cab_desk.> | 2007-03-29 13:21:59 -0400 |
---|---|---|
committer | unknown <cbell/Chuck@mysql_cab_desk.> | 2007-03-29 13:21:59 -0400 |
commit | 092c052280dbd0392367eb0f51e5af1a8bc50436 (patch) | |
tree | ce2138eda59d737c8608e706310b4ed55477e604 /sql/event_data_objects.h | |
parent | af26b2b87efe108fbaa19c83506411a43a005b33 (diff) | |
download | mariadb-git-092c052280dbd0392367eb0f51e5af1a8bc50436.tar.gz |
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.
Diffstat (limited to 'sql/event_data_objects.h')
-rw-r--r-- | sql/event_data_objects.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/event_data_objects.h b/sql/event_data_objects.h index 18e8aeb21cf..d1d213901f0 100644 --- a/sql/event_data_objects.h +++ b/sql/event_data_objects.h @@ -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 &); }; |