summaryrefslogtreecommitdiff
path: root/mysql-test/std_data/mdev11084.frm
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-11084 Select statement with partition selection against MyISAM table ↵Alexey Botchkov2018-01-291-0/+0
opens all partitions. Now we don't open partitions if it was explicitly cpecified. ha_partition::m_opened_partition bitmap added to track partitions that were actually opened.