summaryrefslogtreecommitdiff
path: root/sql/rpl_utility.h
diff options
context:
space:
mode:
authorSujatha Sivakumar <sujatha.sivakumar@oracle.com>2012-07-10 14:37:35 +0530
committerSujatha Sivakumar <sujatha.sivakumar@oracle.com>2012-07-10 14:37:35 +0530
commit2e84cf867498479a2d7ff8144eefd561abd027bd (patch)
treeafa3cece38781f7a02d767695e524a0b1229c945 /sql/rpl_utility.h
parent8941847704f6f679a8557cee2d386fe25d01868b (diff)
parent13f7f002886c18fc911f6cf6d5bd672f8c96d844 (diff)
downloadmariadb-git-2e84cf867498479a2d7ff8144eefd561abd027bd.tar.gz
merge from 5.1 to 5.5
Diffstat (limited to 'sql/rpl_utility.h')
-rw-r--r--sql/rpl_utility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/rpl_utility.h b/sql/rpl_utility.h
index 55b0431b938..c07f1a32490 100644
--- a/sql/rpl_utility.h
+++ b/sql/rpl_utility.h
@@ -271,7 +271,7 @@ private:
public:
Deferred_log_events(Relay_log_info *rli);
~Deferred_log_events();
- /* queue for exection at Query-log-event time prior the Query */;
+ /* queue for exection at Query-log-event time prior the Query */
int add(Log_event *ev);
bool is_empty();
bool execute(Relay_log_info *rli);