summaryrefslogtreecommitdiff
path: root/sql/log.h
diff options
context:
space:
mode:
authorGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-08-20 14:22:46 +0300
committerGeorgi Kodinov <Georgi.Kodinov@Oracle.com>2010-08-20 14:22:46 +0300
commita54c3dd5c0080bd6d2834478f5f5b4fc637fcc99 (patch)
treeabdc965c92ac02057c93a78984ba3e9958312d87 /sql/log.h
parent3166b9153a4b879446de8bc34802a1c1ab9345ad (diff)
parentbbaad8880e4329d8e01c359051fc39eb3192dda0 (diff)
downloadmariadb-git-a54c3dd5c0080bd6d2834478f5f5b4fc637fcc99.tar.gz
merge
Diffstat (limited to 'sql/log.h')
-rw-r--r--sql/log.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/log.h b/sql/log.h
index 6e87b6cbade..ebb23deda81 100644
--- a/sql/log.h
+++ b/sql/log.h
@@ -394,10 +394,10 @@ 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);
+ bool write_incident(THD *thd, bool lock);
int write_cache(IO_CACHE *cache, bool lock_log, bool flush_and_sync);
void set_write_error(THD *thd);
bool check_write_error(THD *thd);