summaryrefslogtreecommitdiff
path: root/sql/sql_class.h
diff options
context:
space:
mode:
authorjoreland@mysql.com <>2005-02-24 06:24:46 +0100
committerjoreland@mysql.com <>2005-02-24 06:24:46 +0100
commit2952f73c168e879b2aac82c77f711c1fb1356862 (patch)
treea868ab5431bd7309ec3f170d3ef8d81c706e1fb1 /sql/sql_class.h
parent07cdc9e334b0520147007aeff5d48727aaf5fb6a (diff)
parentb90e9e4cc9c1342ab990bab6e2f96e914e37dc02 (diff)
downloadmariadb-git-2952f73c168e879b2aac82c77f711c1fb1356862.tar.gz
merge
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r--sql/sql_class.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_class.h b/sql/sql_class.h
index 1a6a024b225..662ee171367 100644
--- a/sql/sql_class.h
+++ b/sql/sql_class.h
@@ -309,7 +309,7 @@ public:
bool write(THD *thd, const char *query, uint query_length,
time_t query_start=0);
bool write(Log_event* event_info); // binary log write
- bool write(THD *thd, IO_CACHE *cache);
+ bool write(THD *thd, IO_CACHE *cache, Log_event *commit_event);
/*
v stands for vector