branches/zip:

Fix compilation warning:

can_cache_be_updated(): Remove const qualifier because this function needs
to call rw_lock_own().
This commit is contained in:
vasil 2007-09-28 04:58:16 +00:00
parent c7e26ddf2e
commit 202405cc1c

View file

@ -719,9 +719,8 @@ static
ibool
can_cache_be_updated(
/*=================*/
const trx_i_s_cache_t* cache) /* in: cache */
trx_i_s_cache_t* cache) /* in: cache */
{
ullint now;
/* The minimum time that a cache must not be updated after it has been