diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-09-11 20:43:48 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-09-11 20:43:48 +0200 |
commit | dd2e3dc2ed85799364926e432eddb3f4eb20d2fa (patch) | |
tree | 0d72ee69e037cdd09618ddb53652dd1b220890dc /storage/xtradb/include/trx0sys.h | |
parent | 2b5f744ca48113207e97fd335acd68a61bb5b8a4 (diff) | |
parent | 17f3a09477f9c208a9248c8ed26268cb86a35bf0 (diff) | |
download | mariadb-git-dd2e3dc2ed85799364926e432eddb3f4eb20d2fa.tar.gz |
merge with 5.1
Diffstat (limited to 'storage/xtradb/include/trx0sys.h')
-rw-r--r-- | storage/xtradb/include/trx0sys.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/xtradb/include/trx0sys.h b/storage/xtradb/include/trx0sys.h index 8b941cdd4e6..9ef9485b611 100644 --- a/storage/xtradb/include/trx0sys.h +++ b/storage/xtradb/include/trx0sys.h @@ -326,6 +326,7 @@ UNIV_INTERN void trx_sys_update_mysql_binlog_offset( /*===============================*/ + trx_sysf_t* sys_header, const char* file_name_in,/*!< in: MySQL log file name */ ib_int64_t offset, /*!< in: position in that log file */ ulint field, /*!< in: offset of the MySQL log info field in |