diff options
author | Sujatha Sivakumar <sujatha.sivakumar@oracle.com> | 2012-07-10 14:37:35 +0530 |
---|---|---|
committer | Sujatha Sivakumar <sujatha.sivakumar@oracle.com> | 2012-07-10 14:37:35 +0530 |
commit | 2e84cf867498479a2d7ff8144eefd561abd027bd (patch) | |
tree | afa3cece38781f7a02d767695e524a0b1229c945 /sql/rpl_utility.h | |
parent | 8941847704f6f679a8557cee2d386fe25d01868b (diff) | |
parent | 13f7f002886c18fc911f6cf6d5bd672f8c96d844 (diff) | |
download | mariadb-git-2e84cf867498479a2d7ff8144eefd561abd027bd.tar.gz |
merge from 5.1 to 5.5
Diffstat (limited to 'sql/rpl_utility.h')
-rw-r--r-- | sql/rpl_utility.h | 2 |
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); |