mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Fix buildbot failure in fix of BUG#723822
This commit is contained in:
parent
71371a9d5e
commit
db984067eb
2 changed files with 3 additions and 2 deletions
|
|
@ -3871,7 +3871,8 @@ bool bka_skip_index_tuple(range_seq_t rseq, char *range_info)
|
|||
{
|
||||
DBUG_ENTER("bka_skip_index_tuple");
|
||||
JOIN_CACHE_BKA *cache= (JOIN_CACHE_BKA *) rseq;
|
||||
DBUG_RETURN(cache->skip_index_tuple(range_info));
|
||||
bool res= cache->skip_index_tuple(range_info);
|
||||
DBUG_RETURN(res);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue