An error occurred fetching the project authors.
- 23 Aug, 2007 1 commit
-
-
vasil authored
for()-loop. Suggested by: Sunny Approved by: Marko
-
- 22 Aug, 2007 1 commit
-
-
vasil authored
have been added to it. Approved by: Marko
-
- 01 Aug, 2007 1 commit
-
-
marko authored
C++ requires explicit type casts when converting from void*, and *.ic files are now inlined in ha_innodb.cc. fil_space_get_by_id(), fil_space_get_by_name(): New inline functions, to replace occurrences of the HASH_SEARCH() macro in fil0fil.c. This should improve readability.
-
- 02 Feb, 2007 1 commit
-
-
marko authored
-
- 24 Jan, 2007 1 commit
-
-
marko authored
of HASH_DELETE(). HASH_ASSERT_VALID(), HASH_INVALIDATE(): New macros, used in HASH_DELETE() and HASH_SEARCH(). buf_page_init_low(): Add HASH_INVALIDATE(bpage, hash); buf_page_init(): Call buf_page_init_low() before HASH_INSERT(), so that bpage->hash will not be invalidated.
-
- 21 Nov, 2006 1 commit
-
-
marko authored
SHOW MUTEX STATUS in non-debug builds. (Bug #24386)
-
- 18 Oct, 2006 1 commit
-
-
marko authored
passed as TRUE. Enclose hash_table_t::adaptive and buf_block_t::n_pointers in #ifdef UNIV_DEBUG. btr_search_drop_page_hash_index(): Enclose the corruption check (which depends on buf_block_t::n_pointers) in #ifdef UNIV_DEBUG.
-
- 12 Apr, 2006 1 commit
-
-
marko authored
-
- 03 Mar, 2006 1 commit
-
-
marko authored
-
- 23 Feb, 2006 1 commit
-
-
marko authored
-
- 27 Oct, 2005 1 commit
-
-
osku authored
-