1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
This commit is contained in:
Sergey Petrunya
2014-01-24 23:44:52 +04:00
3 changed files with 54 additions and 1 deletions

View File

@@ -19479,7 +19479,7 @@ check_reverse_order:
table->disable_keyread();
}
}
else if (tab->type != JT_ALL)
else if (tab->type != JT_ALL || tab->select->quick)
{
/*
We're about to use a quick access to the table.