summaryrefslogtreecommitdiff
path: root/storage/spider/mysql-test/spider/include/init_spider.inc
Commit message (Collapse)AuthorAgeFilesLines
* Update Spider to version 3.3.14. Add direct left outer join/right outer ↵Kentoku2019-01-311-9/+33
| | | | join/inner join feature
* MDEV-16398: Spider Creates Query With Non-Existent Functionbb-10.3-MDEV-16398Jacob Mathew2018-08-091-6/+6
| | | | | | | | | | | | | | | | | | | The problem occurs because the statement generated by Spider used an internal function name, ADD_TIME. This problem has been corrected by the fix for bug MDEV-16878 within the server, which enables Spider to generate the statement using the actual SQL function name. I have made some additional changes within Spider to fix related problems that I observed while testing. Author: Jacob Mathew. First Reviewer: Alexander Barkov. Second Reviewer: Kentoku Shiba.
* merge Spider 3.3.13Kentoku SHIBA2017-12-031-4/+66
| | | | | New features in 3.3.13 are: - Join Push Down for 1 by 1 table and single partition.
* MDEV-4438 - Spider storage engineSergey Vojtovich2013-06-271-0/+339