magento / marketplace-eqp

Magento 1.x Coding Standard
http://docs.magento.com/marketplace/user_guide/Resources/pdf/Extension_Quality_Program_Overview.pdf
MIT License
224 stars 68 forks source link

Database tables with foreign keys still fail the MissedIndexes sniff #111

Open FreekVandeursen opened 5 years ago

FreekVandeursen commented 5 years ago

Since foreign keys cause a column to be indexed in MySQL, the MissedIndexes sniff should check for addForeignKey function as well