76 Commits (d609478ae192d5daae9dfa4df61a655a3c3ea362)

Author SHA1 Message Date
marko e3b2541287 branches/zip: Rename ib_ulonglong to ib_uint64_t and ib_longlong to ib_int64_t. 18 years ago
marko a9ae7311ec branches/zip: Implement the configuration parameter and settable global 18 years ago
marko 58fd174a95 branches/zip: ibuf_update_free_bits_zip(): When after==0, call 18 years ago
marko 1d1dc31a06 branches/zip: Introduce UNIV_INTERN, a linkage specifier for InnoDB-global 18 years ago
marko adbb92becd branches/zip: Implement a limit for the size of undo log records. 18 years ago
sunny eca3cb2378 branches/zip: Fix a bug where the zipped page and the uncompressed page 18 years ago
marko 4e37e2f826 branches/zip: Minor cleanup. 18 years ago
marko 996edd8a91 branches/zip: Do not access the fields of dfield_t directly. 18 years ago
marko cd12974298 branches/zip: Minor cleanup of B-tree cursor operations. 18 years ago
marko 2561797bb9 branches/zip: On compressed pages, always update the insert buffer bitmap. 18 years ago
marko 46468a5a4e branches/zip: ibuf_insert_low(): Add the parameter entry_size in order to 18 years ago
marko 8835bdf92b branches/zip: Improve diagnostic output in ibuf_insert_to_index_page() 18 years ago
marko 31d63cd08f branches/zip: Merge 1664:1783 from trunk. 18 years ago
marko 632ec54002 branches/zip: Make merge sort handle externally stored columns. 19 years ago
marko ab2f114ad9 branches/zip: Merge 1533:1553 from trunk. 19 years ago
marko 8a294fa351 branches/zip: Merge 1493:1533 from trunk. 19 years ago
marko 382cb9fdf1 branches/zip: Document and obey the rules for modifying the free bits in 19 years ago
marko 88df83bb3b branches/zip: Merge revisions 1402:1493 from trunk. 19 years ago
marko fa4f5fcfe5 branches/zip: Fix two bugs. 19 years ago
marko 4df65a761e branches/zip: ibuf_set_free_bits_func(): Disable redo logging when 19 years ago
marko d5028fac23 branches/zip: ibuf_set_free_bits(): Rename to ibuf_set_free_bits_func(), 19 years ago
marko d32cd9647b branches/zip: Note that page_cur_tuple_insert() can fail without attempting 19 years ago
marko eddd572abd branches/zip: Split UNIV_IBUF_COUNT_DEBUG from UNIV_IBUF_DEBUG. 19 years ago
marko 0f792cb278 branches/zip: Many places: Avoid re-reorganizing compressed pages after 19 years ago
marko efd79c7a86 branches/zip: Enable the insert buffer on compressed tablespaces. 19 years ago
marko 463aaf28ba branches/zip: Avoid memory fragmentation when adding column definitions 19 years ago
marko 5fc003b65d branches/zip: Make mutex_own() work with UNIV_DEBUG, without UNIV_SYNC_DEBUG. 19 years ago
marko 8f65d7a661 branches/zip: Merge revisions 1165:1206 from trunk. 19 years ago
marko f116afa724 branches/zip: Remove the fil_space_get_zip_size() call from 19 years ago
marko 53853ee573 branches/zip: Replace all references to block->space and block->offset, 19 years ago
marko e803e13754 branches/zip: Make ibuf_validate_low() static and enclose in #ifdef UNIV_DEBUG. 19 years ago
marko 5e45ac48e9 branches/zip: ibuf_merge_or_delete_for_page(): Replace all 19 years ago
marko 6ee593b116 branches/zip: Add const qualifiers to read-only pointers. 19 years ago
marko 1834af7672 branches/zip: Minor cleanup. 19 years ago
marko b6e26f24d7 branches/zip: Remove some more buf_block_align() calls. 19 years ago
marko 2c7e55dd52 branches/zip: buf_merge_or_delete_for_page(): Correct some debug assertions. 19 years ago
marko d6c684798e branches/zip: Add const qualifiers to function parameters, mostly dtuple_t. 19 years ago
marko cdb096b609 branches/zip: Remove many fil_space_get_zip_size() calls. 19 years ago
marko 24d0bbf86c branches/zip: Remove some more buf_block_align() calls. 19 years ago
marko fbe4fe6022 branches/zip: Remove the casts introduced in r920 and r925. Replace the 19 years ago
marko d583b1803c branches/zip: Eliminate many buf_block_align() calls. 19 years ago
marko 8f07794024 branches/zip: Introduce const qualifiers to many read-only parameters 19 years ago
marko 968de5a54e branches/zip: Eliminate some more buf_block_align() calls. 19 years ago
marko f4051140c8 branches/zip: Remove more references to buf_block_align(). 19 years ago
marko 5669dc3d2a branches/zip: Reduce the number of buf_block_align() calls. 19 years ago
marko 736a8ffb01 branches/zip: Replace buf_frame_get_page_no() and buf_frame_get_space_id() 19 years ago
marko 334b002c5c branches/zip: Add function mtr_memo_contains_page() #ifdef UNIV_DEBUG. 19 years ago
marko 469a27ac2a branches/zip: Replace buf_frame_align() with page_align(), page_offset(), 19 years ago
marko d374183221 branches/zip: buf_block_get_page_zip(): Replace with buf_frame_get_page_zip(). 19 years ago
marko 174bd7b7ca branches/zip: dtuple_convert_big_rec(): Do not store anything locally 19 years ago