Commit 0b7a91c4 authored by vasil's avatar vasil

branches/zip:

Make comment more clear (hopefully).
parent b20fccc2
...@@ -56,9 +56,10 @@ fold will be calculated when a row is searched in the hash table. */ ...@@ -56,9 +56,10 @@ fold will be calculated when a row is searched in the hash table. */
#endif #endif
#if 0 #if 0
/* This effectively kills the searching for duplicate before adding a /* This effectively kills the search-for-duplicate-before-adding-a-row
row function. It will always be assumed that lock is not present and function, but searching in the hash is still performed. It will always
insertion will be performed in the hash table. */ 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 #define TEST_NO_LOCKS_ROW_IS_EVER_EQUAL_TO_LOCK_T
#endif #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