diff options
author | Mats Kindahl <mats@sun.com> | 2008-10-06 10:27:36 +0200 |
---|---|---|
committer | Mats Kindahl <mats@sun.com> | 2008-10-06 10:27:36 +0200 |
commit | bcaf5e0cf55fe87bf77fde836a8913ec170d7085 (patch) | |
tree | 7bac6ffa1fec91510d6ec0791124a707d0f29e3a /sql/log.h | |
parent | 08399602a61dc9561773e178b8eabfb99b1ce945 (diff) | |
parent | 9daa56fd5ce3ccd33c32b5a505ac1d2b2c437460 (diff) | |
download | mariadb-git-bcaf5e0cf55fe87bf77fde836a8913ec170d7085.tar.gz |
Merging 5.1 main into 5.1-rpl.
Diffstat (limited to 'sql/log.h')
-rw-r--r-- | sql/log.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/log.h b/sql/log.h index b1a3274b60e..fe66dd1a1e9 100644 --- a/sql/log.h +++ b/sql/log.h @@ -311,6 +311,7 @@ public: void update_table_map_version() { ++m_table_map_version; } int flush_and_set_pending_rows_event(THD *thd, Rows_log_event* event); + int remove_pending_rows_event(THD *thd); #endif /* !defined(MYSQL_CLIENT) */ void reset_bytes_written() |