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
commitc9d20d6c08fe85a852175887d5d361fe1d43b9c2 (patch)
treeabdc965c92ac02057c93a78984ba3e9958312d87 /sql/log.h
parent2aeb18313f6536432b50ba4a289f4254d8ca9d78 (diff)
parent97e8471599679b37b711f3de328b078250965440 (diff)
downloadmariadb-git-c9d20d6c08fe85a852175887d5d361fe1d43b9c2.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);