174 Commits (1a360822bd4a0015eea510d7c7835b70485f6028)

Author SHA1 Message Date
marko 1a360822bd branches/zip: Prevent infinite B-tree page splits by ensuring that 17 years ago
vasil 733e615e6d branches/zip: 17 years ago
marko 5d47801078 branches/zip: btr_cur_insert_if_possible(): Correct the function comment. 17 years ago
vasil 4821672479 branches/zip: 17 years ago
marko 046c1d91b8 branches/zip: Fix terminology that was introduced in r2569: 17 years ago
marko 8a73d35603 branches/zip: In the rollback of incomplete transactions after crash 17 years ago
vasil 59790220f8 branches/zip: 17 years ago
marko e3b2541287 branches/zip: Rename ib_ulonglong to ib_uint64_t and ib_longlong to ib_int64_t. 18 years ago
marko 5dfe4d50bc branches/zip: Fix a bug in the retrieval of old versions of records containing 18 years ago
marko 7c119c9580 branches/zip: Improve the LRU algorithm with a separate unzip_LRU list of 18 years ago
calvin 66312acc63 branches/zip: Fix the compile errors in btr/btr0cur.c for Windows 18 years ago
marko 36a5b2cd37 branches/zip: Merge 2263:2295 from branches/5.1. 18 years ago
marko 1d1dc31a06 branches/zip: Introduce UNIV_INTERN, a linkage specifier for InnoDB-global 18 years ago
marko c9087d7d90 branches/zip: Apply some fixes suggested by Heikki. 18 years ago
marko 0a63ed9c4e branches/zip: Introduce the accessor function dict_index_is_ibuf() 18 years ago
marko 8958f06278 branches/zip: Introduce the page type code FIL_PAGE_TYPE_ZBLOB2 for 18 years ago
marko b52a30e09d branches/zip: When storing a longer prefix of an externally stored column 18 years ago
marko e693d5170d branches/zip: Add comments about the lock and latch protection of externally 18 years ago
marko 44340b6e8e branches/zip: Add comments that clarify why the remaining calls to 18 years ago
marko 1cbf67cdbf branches/zip: btr_copy_zblob_prefix(): Print d_stream->msg on decompression 18 years ago
marko cdb5b46445 branches/zip: Implement wrappers for all operations on the buffer pool mutex. 18 years ago
marko 02819f3e55 branches/zip: btr_cur_mark_extern_inherited_fields(): 18 years ago
vasil 1ae59d9e65 branches/zip: 18 years ago
marko 8c852371e5 branches/zip: Add some clarifying comments. 18 years ago
marko 33e082be24 branches/zip: buf_buddy_alloc(): Assign *lru = TRUE whenever the buffer pool 18 years ago
marko c440688147 branches/zip: btr_cur_pessimistic_update(), btr_cur_pessimistic_delete(): 18 years ago
marko 71cf1edf8d branches/zip: btr_store_big_rec_extern_fields(): Note that the page number 18 years ago
marko 962ed52317 branches/zip: Clean up after r2129: 18 years ago
sunny eca3cb2378 branches/zip: Fix a bug where the zipped page and the uncompressed page 18 years ago
marko 06299dddd4 branches/zip: In purge, avoid dereferencing unset BLOB pointers of freshly 18 years ago
marko 110781a39e branches/zip: btr_cur_pessimistic_insert(): When calling 18 years ago
marko 36874d65f0 branches/zip: Fix a bug in the updates of index records that contain a 18 years ago
marko 404d94b38c branches/zip: btr_store_big_rec_extern_fields(), 18 years ago
marko 8822b4f94f branches/zip: btr_cur_pessimistic_insert(): For clarity, 18 years ago
marko 680586464e branches/zip: btr_cur_pessimistic_update(): After btr_cur_pessimistic_insert(), 18 years ago
marko d03bdd38bc branches/zip: btr_free_externally_stored_field(): Clear rec_zip_size when 18 years ago
marko d1ef07b308 branches/zip: Check that page_zip->data is defined, not page_zip itself. 18 years ago
marko 589393da83 branches/zip: Improve Valgrind instrumentation. 18 years ago
marko 43becedf54 branches/zip: Cast void* pointers to byte* when doing pointer arithmetics. 18 years ago
marko e7267909d7 branches/zip: Initialize dfield_t::ext as soon as possible. This should 18 years ago
marko c6f5ea288a branches/zip: btr_push_update_extern_fields(): Add parameter "index" 18 years ago
marko 46b7cec164 branches/zip: btr_cur_mark_dtuple_inherited_extern(): Fix the loop condition 18 years ago
marko 2561797bb9 branches/zip: On compressed pages, always update the insert buffer bitmap. 18 years ago
marko 2ddbc912e7 branches/zip: Silence most GCC 4.2.1 warnings about const pointers. 18 years ago
marko 3877f6910f branches/zip: Define the macro rec_offs_init() and use it for initializing 18 years ago
marko c09dd214be branches/zip: Add const qualifiers to the upd_t* parameters of some functions. 18 years ago
marko 8634d343f7 branches/zip: Rename mem_heap_calloc() and mem_calloc() to 18 years ago
marko f68d3656dc branches/zip: Use mem_calloc and mem_heap_calloc when possible. 18 years ago
marko e507ea0dd4 branches/zip: btr_cur_mark_dtuple_inherited_extern(): Initialize len. 18 years ago
marko 632ec54002 branches/zip: Make merge sort handle externally stored columns. 19 years ago