diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-08-20 16:10:49 +0300 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-08-20 16:10:49 +0300 |
commit | c95f7a9816deb1a563ac2d0a7027d359c9b2a27b (patch) | |
tree | 131ffa70b19236e991dc12e5bdbbe8e4fb548d7c /sql/log.h | |
parent | cd8060a7ae482a065d8ce893b6f13e9137b01af5 (diff) | |
parent | c9d20d6c08fe85a852175887d5d361fe1d43b9c2 (diff) | |
download | mariadb-git-c95f7a9816deb1a563ac2d0a7027d359c9b2a27b.tar.gz |
merge
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/log.h b/sql/log.h index 6e87b6cbade..c8f565e6ef5 100644 --- a/sql/log.h +++ b/sql/log.h @@ -394,7 +394,7 @@ public: /* Use this to start writing a new log file */ void new_file(); - bool write(Log_event* event_info); + bool write(Log_event* event_info); // binary log write bool write(THD *thd, IO_CACHE *cache, Log_event *commit_event, bool incident); bool write_incident(THD *thd, bool lock); |