98 Commits (4063077471b17659797e189e7f64824f44d4be97)

Author SHA1 Message Date
marko 4063077471 branches/zip: Write PAGE_MAX_TRX_ID to the redo log. Otherwise, 17 years ago
marko 6bcd59e3b2 branches/zip: Introduce the logical type names trx_id_t, roll_ptr_t, 17 years ago
marko 2954b450b9 branches/zip: Adjust r4673 as in the merge to branches/6.0 -r4676. 17 years ago
marko 1a0a9e6a8f branches/zip: Allow in-place updates of UTF-8 CHAR columns 17 years ago
marko 4aa0305b8d branches/zip: Remove unneeded definitions and dependencies 17 years ago
vasil 8fe659f6bd branches/zip: 17 years ago
marko 004b19e541 branches/zip: ibuf_use_t: Add the constant IBUF_USE_COUNT, to eliminate 17 years ago
marko c3dc038c9a branches/zip: Port the applicable parts of r4053 from branches/innodb+: 17 years ago
marko 0c80424faa branches/zip: Merge revisions 3479:3598 from branches/5.1: 17 years ago
marko 8513a278cb branches/zip: Clean up the insert buffer subsystem. 17 years ago
marko db55d521f2 branches/zip: ibuf_merge_or_delete_for_page(): Restore the seemingly 17 years ago
marko 27787b6d49 branches/zip: ibuf_merge_or_delete_for_page(): Remove the redundant 17 years ago
marko 851d79569c branches/zip: ibuf_delete_rec(): When the cursor to the insert buffer record 17 years ago
marko cab02dbe63 branches/zip: Non-functional changes: 17 years ago
marko da57809f5b branches/zip: ibuf_insert_to_index_page(): Discard the local variable block. 17 years ago
marko afef90be2f branches/zip: ibuf_insert_low(): Simplify a comparison. 17 years ago
marko fc47c4e262 branches/zip: ibuf_delete_rec(): Add debug assertions suggested by Heikki. 17 years ago
marko 172ceab0cc branches/zip: ibuf_insert_low(): Avoid unnecessarily 17 years ago
marko 4becc5cfe9 branches/zip: ibuf_merge_or_delete_for_page(): Check that the changes would 17 years ago
marko d87663c9f0 branches/zip: Non-functional change: 17 years ago
marko 3b2f5c0569 branches/zip: When creating an index in innodb_strict_mode, check that 17 years ago
marko 7fbdbf3167 branches/zip: Write clarifying comments about the insert buffer and the 17 years ago
marko 8a73d35603 branches/zip: In the rollback of incomplete transactions after crash 18 years ago
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