mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
- Fixed BUG#623285: Crash in quick_range_seq_next() in maria-5.3-dsmrr-cpk
- Relax overly-strict assert added in previous commit - Run generic MRR testsuite for Maria engine, too.
This commit is contained in:
@ -591,6 +591,7 @@ int DsMrr_impl::dsmrr_init(handler *h_arg, RANGE_SEQ_IF *seq_funcs,
|
||||
h2= NULL;
|
||||
int res= (h->inited == handler::INDEX && h->ha_index_end());
|
||||
h2= save_h2;
|
||||
use_default_impl= FALSE;
|
||||
if (res)
|
||||
goto error;
|
||||
}
|
||||
|
Reference in New Issue
Block a user