An error occurred fetching the project authors.
  1. 23 Aug, 2007 1 commit
  2. 22 Aug, 2007 1 commit
  3. 01 Aug, 2007 1 commit
    • marko's avatar
      branches/zip: HASH_SEARCH(): Add the parameter TYPE, for the type of DATA. · 08c1fc7a
      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.
      08c1fc7a
  4. 02 Feb, 2007 1 commit
  5. 24 Jan, 2007 1 commit
    • marko's avatar
      branches/zip: Add UNIV_HASH_DEBUG for detecting multiple invocations · 73bb3415
      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.
      73bb3415
  6. 21 Nov, 2006 1 commit
  7. 18 Oct, 2006 1 commit
  8. 12 Apr, 2006 1 commit
  9. 03 Mar, 2006 1 commit
  10. 23 Feb, 2006 1 commit
  11. 27 Oct, 2005 1 commit