summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2019-02-0577-1064/+5339
|\
| * 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-16279 Spider crashes on CHECKSUM TABLE with spider_quick_mode=3Kentoku2019-02-034-0/+284
* | MDEV-16787 optimistic parallel replication fails on spiderKentoku2019-02-0310-15/+378
* | MDEV-16520 Out-Of-Memory running big aggregate query on Spider EngineKentoku2019-02-0333-30/+3816
* | MDEV-16279 Spider crashes on CHECKSUM TABLE with spider_quick_mode=3Kentoku2019-02-031-2/+4
* | Update Spider to version 3.3.14. Add direct left outer join/right outer join/...Kentoku2019-02-0364-751/+5134
* | cleanup: rename a flag, keep old name for compatibilitySergei Golubchik2018-11-201-2/+2
* | MDEV-17712 Remove C_TIME_FUZZY_DATES, C_TIME_DATETIME_ONLY, C_TIME_TIME_ONLYAlexander Barkov2018-11-141-0/+9
* | spider.show_system_tables: make the result stableSergei Golubchik2018-10-312-15/+12
* | MDEV-17317 Add THD* parameter into Item::get_date() and stricter data type co...Alexander Barkov2018-09-281-3/+3
* | MDEV-17144: Sample of spider_direct_sql cause crashJacob Mathew2018-09-181-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 0xc0000005Jacob Mathew2018-08-295-0/+315
* | MDEV-16250: Spider system tables are MyISAM and needs repair after a crashbb-10.4-MDEV-16250Jacob Mathew2018-08-274-9/+164
* | MDEV-16398: Spider Creates Query With Non-Existent FunctionJacob Mathew2018-08-137-57/+213
* | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-251-3/+21
|\ \ | |/
| * 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-16246: insert timestamp into spider table from mysqldump gets wrong time...bb-10.4-MDEV-16246Jacob Mathew2018-07-2419-313/+1573
* | MDEV-11953: support of brackets in UNION/EXCEPT/INTERSECT operationsOleksandr Byelkin2018-07-043-5/+11
* | Merge remote-tracking branch 'origin/10.3' into 10.4Alexander Barkov2018-07-032-0/+140
|\ \ | |/
| * MDEV-16319: Test for crash introduced by b4a2baffa8 fixed by 4968049799Jacob Mathew2018-06-182-0/+140
* | MDEV-14630 Replace {STRING|INT|REAL|DECIMAL|DATE}_ITEM to CONST_ITEMAlexander Barkov2018-06-061-28/+49
|/
* 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
* | | | MDEV-15712: If remote server used by Spider table is unavailable, some operat...bb-10.3-MDEV-15712Jacob Mathew2018-04-233-2/+27
| |/ / |/| |