marko
1750a977ac
Add ut_ad() debug assertions.
...
UT_LIST_ADD_FIRST(), UT_LIST_ADD_LAST(), UT_LIST_INSERT_AFTER():
Assert against some trivial cases of cyclic lists.
mutex_enter_func(): Assert that the current thread is not holding the mutex.
2007-01-19 12:22:24 +00:00
marko
7cc0c62e77
Introduce #define UNIV_LIST_DEBUG for enabling the debug code in
...
UT_LIST_REMOVE_CLEAR().
2006-11-09 12:52:45 +00:00
marko
c0fd7331fd
UT_LIST_REMOVE(): Invalidate the node pointers #ifdef UNIV_DEBUG.
...
buf_LRU_invalidate_tablespace(): Invoke UT_LIST_GET_PREV(LRU, block)
before UT_LIST_REMOVE(LRU, buf_pool->LRU, block).
2006-11-08 14:31:47 +00:00
osku
ac69f8c21b
Style cleanups: Convert spaces to tabs, remove trailing whitespace, other
...
misc cleanups.
2006-02-21 12:37:54 +00:00
osku
2903c72469
Import 5.0 code.
2005-10-27 07:29:40 +00:00