Commit c02d97b5 authored by lenz@mysql.com's avatar lenz@mysql.com

Merge lgrimmer@bk-internal.mysql.com:/home/bk/mysql-4.0

into mysql.com:/space/my/mysql-4.0
parents 46e0018b a623cc8d
...@@ -597,8 +597,8 @@ mem_pool_validate( ...@@ -597,8 +597,8 @@ mem_pool_validate(
} }
} }
ut_a(free + pool->reserved == pool->size ut_a(free + pool->reserved == pool->size);
- (pool->size % MEM_AREA_MIN_SIZE));
mutex_exit(&(pool->mutex)); mutex_exit(&(pool->mutex));
return(TRUE); return(TRUE);
......
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