diff options
author | cbell/Chuck@mysql_cab_desk. <> | 2007-03-29 13:21:59 -0400 |
---|---|---|
committer | cbell/Chuck@mysql_cab_desk. <> | 2007-03-29 13:21:59 -0400 |
commit | 9fb3199c2640fe74dd631ca6bc780c9c97f0237d (patch) | |
tree | ce2138eda59d737c8608e706310b4ed55477e604 /sql/event_data_objects.h | |
parent | 0322284f92e55d8c2bf0eeb5e20cdef650f74578 (diff) | |
download | mariadb-git-9fb3199c2640fe74dd631ca6bc780c9c97f0237d.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.
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 &); }; |