summaryrefslogtreecommitdiff
path: root/sql/event_data_objects.h
diff options
context:
space:
mode:
authorunknown <cbell/Chuck@mysql_cab_desk.>2007-03-29 13:21:59 -0400
committerunknown <cbell/Chuck@mysql_cab_desk.>2007-03-29 13:21:59 -0400
commitf9dba119db7e476bf45a575b3636363c3088c648 (patch)
treece2138eda59d737c8608e706310b4ed55477e604 /sql/event_data_objects.h
parentaea43a27259416b3008f5e25e18528a1980dc9e5 (diff)
downloadmariadb-git-f9dba119db7e476bf45a575b3636363c3088c648.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.h2
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 &);
};