marko
bddb5a0cca
branches/zip: Add a UNIV_INTERN qualifier to every global function declaration
...
in *.h files, so that the function signatures in the *.h and *.c files fully
match each other.
ut_dulint_sort(): Add a UNIV_INTERN qualifier also to the function definition.
2008-02-18 18:38:33 +00:00
marko
cdb096b609
branches/zip: Remove many fil_space_get_zip_size() calls.
...
ibuf_page(), ibuf_page_low(), ibuf_free_excess_pages(), ibuf_insert(),
buf_read_page(), buf_read_ahead_linear(), buf_read_recv_pages():
Add parameter zip_size.
2006-10-19 11:07:50 +00:00
marko
24d0bbf86c
branches/zip: Remove some more buf_block_align() calls.
...
btr_search_build_page_hash_index(), fsp_parse_init_file_page(),
ibuf_parse_bitmap_init(): Replace page_t* with buf_block_t*.
buf_read_ibuf_merge_pages(): Add const qualifiers. Retrieve zip_size.
ibuf_merge_or_delete_for_page(): Replace page_t* with buf_block_t*.
Add parameter zip_size.
2006-10-19 08:27:34 +00:00
marko
38e09b2fea
branches/zip: Merge revisions 720:765 from trunk and reindent the code
...
as per revisions r763:765.
2006-08-29 09:30:31 +00:00
osku
2903c72469
Import 5.0 code.
2005-10-27 07:29:40 +00:00