diff options
author | joreland@mysql.com <> | 2005-02-24 06:24:46 +0100 |
---|---|---|
committer | joreland@mysql.com <> | 2005-02-24 06:24:46 +0100 |
commit | 2952f73c168e879b2aac82c77f711c1fb1356862 (patch) | |
tree | a868ab5431bd7309ec3f170d3ef8d81c706e1fb1 /sql/sql_class.h | |
parent | 07cdc9e334b0520147007aeff5d48727aaf5fb6a (diff) | |
parent | b90e9e4cc9c1342ab990bab6e2f96e914e37dc02 (diff) | |
download | mariadb-git-2952f73c168e879b2aac82c77f711c1fb1356862.tar.gz |
merge
Diffstat (limited to 'sql/sql_class.h')
-rw-r--r-- | sql/sql_class.h | 2 |
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 |