Commit 841306b6 authored by vasil's avatar vasil

branches/zip:

Make comment more clear (hopefully).
parent 77a2323a
......@@ -56,9 +56,10 @@ fold will be calculated when a row is searched in the hash table. */
#endif
#if 0
/* This effectively kills the searching for duplicate before adding a
row function. It will always be assumed that lock is not present and
insertion will be performed in the hash table. */
/* This effectively kills the search-for-duplicate-before-adding-a-row
function, but searching in the hash is still performed. It will always
be assumed that lock is not present and insertion will be performed in
the hash table. */
#define TEST_NO_LOCKS_ROW_IS_EVER_EQUAL_TO_LOCK_T
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment