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 | bd62942ec1c074aaa554007feb9d8c64a061732c (patch) | |
tree | 131ffa70b19236e991dc12e5bdbbe8e4fb548d7c /sql/log.h | |
parent | 352f2ada7bbe084a03f8c186e90e70873ee14f84 (diff) | |
parent | a54c3dd5c0080bd6d2834478f5f5b4fc637fcc99 (diff) | |
download | mariadb-git-bd62942ec1c074aaa554007feb9d8c64a061732c.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); |