Commit a0b721f4 authored by vasil's avatar vasil

branches/zip:

Fix compilation warning:

can_cache_be_updated(): Remove const qualifier because this function needs
to call rw_lock_own().
parent c4518db6
......@@ -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
......
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