1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

more than 64 indexes per table. bugfixes. bug#10995

This commit is contained in:
serg@serg.mylan
2005-06-01 18:33:16 +02:00
parent f72841b4ed
commit 34df99ab82
3 changed files with 22 additions and 18 deletions

View File

@ -5792,6 +5792,7 @@ make_join_readinfo(JOIN *join, uint options)
if (!table->no_keyread)
{
if (tab->select && tab->select->quick &&
tab->select->quick->index != MAX_KEY && //not index_merge
table->used_keys.is_set(tab->select->quick->index))
{
table->key_read=1;