Commit f0b91ab9 authored by marko's avatar marko

branches/zip: Correct a debug assertion that was added in r5125.

parent 8217e9b5
......@@ -57,7 +57,7 @@ ha_create_func(
ulint i;
#endif /* !UNIV_HOTBACKUP */
ut_ad(ut_is_2pow(n));
ut_ad(ut_is_2pow(n_mutexes));
table = hash_create(n);
#if defined UNIV_AHI_DEBUG || defined UNIV_DEBUG
......
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