summaryrefslogtreecommitdiff
path: root/mysql-test/t/information_schema2.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-8796 Delete with sub query with information_schema.TABLES deletes too ↵Sergei Golubchik2015-10-081-11/+8
| | | | | | many rows make_cond_for_info_schema() does preserve outer fields
* do not re-populate I_S tables in subqueriesSergei Golubchik2015-06-051-0/+13
|
* MDEV-4029 SELECT on information_schema using a subquery locks up the ↵Sergei Golubchik2013-01-201-0/+9
information_schema table due to incorrect mutexes handling Early evaluation of subqueries in the WHERE conditions on I_S.*_STATUS tables, otherwise the subquery on this same table will try to acquire LOCK_status twice. sql/item.h: remove unused method