1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Changes to support aCC on HP-UX.

This commit is contained in:
mats@mysql.com
2006-01-09 15:59:39 +01:00
parent 373abaf476
commit 94d3a8e050
3 changed files with 29 additions and 18 deletions

View File

@@ -922,7 +922,8 @@ public:
MY_BITMAP const* cols,
my_size_t colcnt,
my_size_t needed,
bool is_transactional);
bool is_transactional,
RowsEventT* hint);
Rows_log_event* binlog_get_pending_rows_event() const;
void binlog_set_pending_rows_event(Rows_log_event* ev);
int binlog_setup_trx_data();