mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Merge
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user