summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19238 Mariadb spider - crashes on where nullOleksandr Byelkin2019-10-095-0/+200
* Fix CMake warning in spider, in Windows ninja buildVladislav Vaintroub2019-09-121-0/+3
* fix for a compiler warning (#1372)Kentoku SHIBA2019-08-171-1/+1
* MDEV-20273 Add class Item_sum_min_maxAlexander Barkov2019-08-071-2/+2
* spider_db_init(): Do not return uninitialized error_numMarko Mäkelä2019-06-141-119/+43
* Merge 10.2 into 10.3Marko Mäkelä2019-05-1436-36/+36
|\
| * Merge 10.1 into 10.2Marko Mäkelä2019-05-1336-36/+36
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1136-36/+36
* | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-3/+3
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-291-3/+3
| |\ \ | | |/
| | * cmake: re-enable -Werror in the maintainer modeSergei Golubchik2019-03-271-3/+3
| * | fixed auto-merge gone badSergei Golubchik2018-09-241-48/+0
| * | Merge branch '10.1' into 10.2Sergei Golubchik2018-09-241-0/+48
| |\ \ | | |/
| | * MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-134-0/+175
| | * MDEV-12900: spider tests failed in buildbot with valgrindJacob Mathew2018-05-213-83/+7
| | * MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotJacob Mathew2018-05-184-36/+76
| * | MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsbb-10.2-MDEV-16912Jacob Mathew2018-09-114-0/+176
| * | MDEV-15786: ERROR 1062 (23000) at line 365: Duplicate entry 'spider' for key ...Jacob Mathew2018-07-231-3/+21
| * | MDEV-12900: spider tests failed in buildbot with valgrindJacob Mathew2018-05-213-83/+7
| * | MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotJacob Mathew2018-05-174-36/+76
* | | post-merge: gcc 8 warningsSergei Golubchik2019-03-173-6/+6
* | | MDEV-18313 Supports 'wrapper mariadb' for connection informationKentoku2019-01-3113-932/+1616
* | | Fix an error at using spider_direct_sql with temporary tableKentoku2019-01-319-4/+111
* | | remove unnecessary drop database/table from slave_trx_isolation.testKentoku2019-01-317-25/+250
* | | remove unnecessary drop database/table from quick_mode.testKentoku2019-01-3128-88/+2937
* | | MDEV-16787 optimistic parallel replication fails on spiderKentoku2019-01-3110-15/+378
* | | MDEV-16520 Out-Of-Memory running big aggregate query on Spider EngineKentoku2019-01-3133-30/+3816
* | | MDEV-16279 Spider crashes on CHECKSUM TABLE with spider_quick_mode=3Kentoku2019-01-3121-2/+700
* | | Update Spider to version 3.3.14. Add direct left outer join/right outer join/...Kentoku2019-01-3167-692/+5237
* | | MDEV-17144: Sample of spider_direct_sql cause crashbb-10.3-mdev-17144Jacob Mathew2018-09-171-1/+1
* | | MDEV-16912: Spider Order By column[datatime] limit 5 returns 3 rowsJacob Mathew2018-09-134-0/+177
* | | MDEV-16889: Spider Crash mysqld got exception 0xc0000005bb-10.3-MDEV-16889Jacob Mathew2018-08-295-0/+315
* | | MDEV-16398: Spider Creates Query With Non-Existent Functionbb-10.3-MDEV-16398Jacob Mathew2018-08-097-57/+213
* | | MDEV-15786: ERROR 1062 (23000) at line 365: Duplicate entry 'spider' for key ...Jacob Mathew2018-07-231-3/+21
* | | MDEV-16246: insert timestamp into spider table from mysqldump gets wrong time...Jacob Mathew2018-07-0919-274/+1560
* | | MDEV-16319: Test for crash introduced by b4a2baffa8 fixed by 4968049799Jacob Mathew2018-06-182-0/+140
* | | promote Spider to "stable"Sergei Golubchik2018-05-222-2/+2
* | | MDEV-12900: spider tests failed in buildbot with valgrindbb-10.3-MDEV-12900Jacob Mathew2018-05-213-84/+8
* | | Merge 10.2 into 10.3Marko Mäkelä2018-05-121-1/+0
|\ \ \ | |/ /
| * | MDEV-15697 post-fix: Remove an unused variableMarko Mäkelä2018-05-111-1/+0
| * | MDEV-15697: Remote user used by Spider needs SUPER privilegeJacob Mathew2018-05-093-23/+33
| * | MDEV-15698: Spider ignores syntax errors in connection string in COMMENT fieldJacob Mathew2018-05-014-239/+418
| * | MDEV-15712: If remote server used by Spider table is unavailable, some operat...Jacob Mathew2018-04-303-2/+27
| * | MDEV-15692: install_spider.sql can fail with some collationsJacob Mathew2018-04-121-1/+3
* | | MDEV-15697: Remote user used by Spider needs SUPER privilegeJacob Mathew2018-05-093-23/+33
|\ \ \
| * | | MDEV-15697: Remote user used by Spider needs SUPER privilegebb-10.3-MDEV-15697Jacob Mathew2018-05-013-23/+33
* | | | Fixed compiler warnings in spiderMonty2018-05-061-7/+7
* | | | MDEV-14019: Spider + binlog_format = ROW => CRASHJacob Mathew2018-05-031-25/+12
* | | | MDEV-15698: Spider ignores syntax errors in connection string in COMMENT fieldJacob Mathew2018-05-014-242/+419
|\ \ \ \
| * | | | MDEV-15698: Spider ignores syntax errors in connection string in COMMENT fieldbb-10.3-MDEV-15698Jacob Mathew2018-04-244-242/+419