169 Commits (dec9a35139e7355a88b48dfcecfad3f851f92756)

Author SHA1 Message Date
inaam dec9a35139 branches/zip rb://30 17 years ago
marko c5fd0ac4db branches/zip: buf_block_align(): Fix a bogus debug assertion 17 years ago
calvin 46f04a896d branches/zip: fix a compiler error and a warning 17 years ago
marko 06375f3cb1 branches/zip: Make innodb_adaptive_hash_index settable. 17 years ago
marko 60cf6c98ac branches/zip: In r988, the function buf_block_align() was enclosed 17 years ago
marko 4e96a6c8d4 branches/zip: buf_page_get_gen(): Fix a "possibly uninitialized" warning 17 years ago
marko 9ec6dac72d branches/zip: buf_page_get_gen(): Remove the unused mode BUF_GET_NOWAIT. 17 years ago
marko f14f43c140 branches/zip: Remove some redundant #include statements. 17 years ago
marko 8df9169862 branches/zip: Fix some comments to say buf_pool_mutex. 17 years ago
marko 06a64e90d6 branches/zip: Introduce UNIV_AHI_DEBUG for debugging the adaptive hash 17 years ago
marko 8312ea916f branches/zip: buf_page_init_for_read(): Use common code for error exit. 17 years ago
marko 8513a278cb branches/zip: Clean up the insert buffer subsystem. 17 years ago
marko e5befe0a7a branches/zip: buf_LRU_free_block(), buf_page_try_get_func(): Assert that 17 years ago
marko d87663c9f0 branches/zip: Non-functional change: 17 years ago
marko 3d3bd9877e branches/zip: Introduce UNIV_LRU_DEBUG for debugging the LRU buffer pool 18 years ago
marko 0ce4e51d8b branches/zip: Correct some typos in comments. 18 years ago
marko 07315cdba3 branches/zip: Always display a newline after ut_print_buf(stderr, ...). 18 years ago
sunny 6a77c08e05 branches/zip: Cover the diagnostic print statement with a suitable lock. It 18 years ago
vasil dde455e8a6 branches/zip: Merge 2437:2485 from branches/5.1: 18 years ago
sunny cd8cbf39ef branches/zip: The block can't be in io fix state WRITE and we check for 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 7c119c9580 branches/zip: Improve the LRU algorithm with a separate unzip_LRU list of 18 years ago
marko 3ee5e7576e branches/zip: buf_relocate(): Document and assert that bpage must be 18 years ago
marko 1d1dc31a06 branches/zip: Introduce UNIV_INTERN, a linkage specifier for InnoDB-global 18 years ago
marko 8958f06278 branches/zip: Introduce the page type code FIL_PAGE_TYPE_ZBLOB2 for 18 years ago
marko 214ced4e36 branches/zip: Free the buffer pool at shutdown. 18 years ago
marko e693d5170d branches/zip: Add comments about the lock and latch protection of externally 18 years ago
marko d4de2116e0 branches/zip: buf_pool_init(): Initialize buf_pool_zip_mutex before 18 years ago
marko 7ac6a34347 branches/zip: Add instrumentation for prohibiting the release of 18 years ago
marko cdb5b46445 branches/zip: Implement wrappers for all operations on the buffer pool mutex. 18 years ago
vasil 6367b36c50 branches/zip: 18 years ago
marko 8b00501bea branches/zip: Clarify that buf_buddy_alloc() should only be used for 18 years ago
marko b7acbef614 branches/zip: Document how the data structures of the buddy allocator 18 years ago
marko 6d604a10a0 branches/zip: buf_page_get_gen(): Check the return status of 18 years ago
marko 33e082be24 branches/zip: buf_buddy_alloc(): Assign *lru = TRUE whenever the buffer pool 18 years ago
marko 95d04ddb90 branches/zip: Fix a bug that was introduced in r2123. 18 years ago
marko a3190b1f49 branches/zip: buf_page_get_gen(): Note that the guessed block may also 18 years ago
marko a8635f7e29 branches/zip: buf_page_get_gen(): Ignore "guess" if it does not point to 18 years ago
marko 66e193b4ba branches/zip: buf_page_init_low(): Initialize also flush_type. 18 years ago
marko 902893c719 branches/zip: Improve Valgrind instrumentation. 18 years ago
marko fca2f0c678 branches/zip: Reduce WAIT_FOR_READ from 20 to 5 milliseconds, to correspond 18 years ago
marko fcd34fa208 branches/zip: buf_pool_t: Add n_pend_unzip. Display it in buf_print(). 18 years ago
marko d7deb7fc2e branches/zip: buf_page_get_gen(): Improve the comments about 18 years ago
marko 8bee0c8358 branches/zip: buf_pool_init(): Allocate buf_pool with mem_zalloc(). 18 years ago
marko 6b3be8a613 branches/zip: buf_page_get_gen(): Reinitialize guess when re-entering the loop. 18 years ago
marko 43becedf54 branches/zip: Cast void* pointers to byte* when doing pointer arithmetics. 18 years ago
marko 415a1045b2 branches/zip: buf_chunk_init(): Note that the function does not always 18 years ago
marko 6759a929ad branches/zip: Optimize buf_page_try_get_func(). 18 years ago
marko aafdd9ab80 branches/zip: Introduce the function buf_block_fix_dec(), similar to 18 years ago
vasil f38752862a branches/zip: 18 years ago