summaryrefslogtreecommitdiff
path: root/mysql-test/r/query_cache_innodb.result
Commit message (Collapse)AuthorAgeFilesLines
* Create 'main' test directory and move 't' and 'r' thereMichael Widenius2018-03-291-90/+0
|
* Fix test to be windows file system tollerant.Oleksandr Byelkin2017-05-051-14/+14
|
* MDEV-12485 foreign key on delete cascade stale entries with query cache enabledOleksandr Byelkin2017-05-051-0/+90
During merge of innodb code QC invalidation was removed from innodb part but not added to server part. We decided to keep it in innodb to keep server/engine interface the same.