diff options
author | heikki@donna.mysql.fi <> | 2002-01-22 22:57:56 +0200 |
---|---|---|
committer | heikki@donna.mysql.fi <> | 2002-01-22 22:57:56 +0200 |
commit | d927ff75dc34f0c8b684d381339670a2c2819bc9 (patch) | |
tree | b54919432865c005c199b95f91277693e1c3c9ba /sql/sql_class.h | |
parent | 5c1da27358b2076426f898df57396bed8842828b (diff) | |
download | mariadb-git-d927ff75dc34f0c8b684d381339670a2c2819bc9.tar.gz |
ha_innobase.cc, ha_innobase.h, handler.h, handler.cc, sql_class.h, log.cc:
Tell table handlers where a binlog segment for a trx ends
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 3d218a06d0c..d9497907926 100644 --- a/sql/sql_class.h +++ b/sql/sql_class.h @@ -82,7 +82,7 @@ public: time_t query_start=0); bool write(Query_log_event* event_info); // binary log write bool write(Load_log_event* event_info); - bool write(IO_CACHE *cache); + bool write(THD *thd, IO_CACHE *cache); int generate_new_name(char *new_name,const char *old_name); void make_log_name(char* buf, const char* log_ident); bool is_active(const char* log_file_name); |