diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-06-21 14:20:09 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-06-21 14:20:09 +0200 |
commit | b42664e85e2cd512245de4fde94237a502fdbedb (patch) | |
tree | 8bfeae1dc8a94983d55535ac00d54427bb5cb5a5 /storage/xtradb/include/log0online.h | |
parent | 5b8ac23030a59a8ed3636d441180fec571dbe3d1 (diff) | |
download | mariadb-git-b42664e85e2cd512245de4fde94237a502fdbedb.tar.gz |
5.6.30-76.3
Diffstat (limited to 'storage/xtradb/include/log0online.h')
-rw-r--r-- | storage/xtradb/include/log0online.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/storage/xtradb/include/log0online.h b/storage/xtradb/include/log0online.h index 1ef4df7d6da..67dc0d72b4b 100644 --- a/storage/xtradb/include/log0online.h +++ b/storage/xtradb/include/log0online.h @@ -73,20 +73,7 @@ UNIV_INTERN ibool log_online_purge_changed_page_bitmaps( /*==================================*/ - ib_uint64_t lsn); /*!<in: LSN to purge files up to */ - -/************************************************************//** -Delete all the bitmap files for data less than the specified LSN. -If called with lsn == 0 (i.e. set by RESET request) or -IB_ULONGLONG_MAX, restart the bitmap file sequence, otherwise -continue it. - -@return FALSE to indicate success, TRUE for failure. */ -UNIV_INTERN -ibool -log_online_purge_changed_page_bitmaps( -/*==================================*/ - ib_uint64_t lsn); /*!<in: LSN to purge files up to */ + lsn_t lsn); /*!<in: LSN to purge files up to */ #define LOG_BITMAP_ITERATOR_START_LSN(i) \ ((i).start_lsn) |