mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
branches/zip: Function doesn't exist, remove declaration.
This commit is contained in:
parent
232d8337bf
commit
a557763f87
1 changed files with 0 additions and 15 deletions
|
@ -76,21 +76,6 @@ typedef struct page_zip_stat_struct page_zip_stat_t;
|
|||
/** Statistics on compression, indexed by page_zip_des_t::ssize - 1 */
|
||||
extern page_zip_stat_t page_zip_stat[PAGE_ZIP_NUM_SSIZE - 1];
|
||||
|
||||
/**************************************************************************
|
||||
Write data to the compressed page. The data must already be written to
|
||||
the uncompressed page. */
|
||||
UNIV_INTERN
|
||||
void
|
||||
page_zip_write(
|
||||
/*===========*/
|
||||
page_zip_des_t* page_zip,/* in/out: compressed page */
|
||||
const byte* rec, /* in: record whose data is being written */
|
||||
const ulint* offsets,/* in: rec_get_offsets(rec, index) */
|
||||
lint offset, /* in: start address of the block,
|
||||
relative to rec */
|
||||
ulint length) /* in: length of the data */
|
||||
__attribute__((nonnull));
|
||||
|
||||
/**************************************************************************
|
||||
Write the "deleted" flag of a record on a compressed page. The flag must
|
||||
already have been written on the uncompressed page. */
|
||||
|
|
Loading…
Add table
Reference in a new issue