summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / |/| |
* | | Remove compiler warningsMichael Widenius2018-04-161-2/+2
* | | MDEV-15692: install_spider.sql can fail with some collationsbb-10.3-MDEV-15692Jacob Mathew2018-04-051-1/+3
|/ /
* | MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotJacob Mathew2018-04-044-46/+105
|\ \
| * | MDEV-7914: spider/bg.ha, spider/bg.ha_part crash server sporadically in buildbotbb-10.3-MDEV-7914Jacob Mathew2018-04-034-46/+105
* | | MDEV-10991: Server crashes in spider_udf_direct_sql_create_conn - tests in sp...Jacob Mathew2018-04-021-16/+0
* | | Move alter partition flags to alter_info->partition_flagsMonty2018-03-292-28/+30
* | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-292-9/+9
* | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-283-70/+117
|\ \ \ | |/ / |/| / | |/
| * Merge branch '10.1' into 10.2Vicențiu Ciorbaru2018-03-212-1/+21
| |\
| | * MDEV-10991: Server crashes in spider_udf_direct_sql_create_conn - tests in sp...Jacob Mathew2018-03-192-1/+21
| * | MDEV-14019: Spider + binlog_format = ROW => CRASHJacob Mathew2018-03-091-70/+97
* | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-231-0/+2
|\ \ \
| * \ \ Merge branch '10.2' into bb-10.2-extSergei Golubchik2018-02-221-0/+2
| |\ \ \ | | |/ /
| | * | fix compilation wih -DPLUGIN_PARTITION=NOSergei Golubchik2018-02-221-0/+2
* | | | Fix DBUG_PRINT formatting for ulonglong alter_info.flagsVladislav Vaintroub2018-02-151-3/+3
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-2/+3
|\ \ \ \ | |/ / /
| * | | Added Max_index_length and Temporary to SHOW TABLE STATUSMonty2018-02-121-2/+3
* | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-0/+7
* | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-02-041-1/+6
|\ \ \ \ | |/ / /
| * | | Added name to MEM_ROOT for esier debuggingMonty2018-02-021-1/+6
* | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-303-34/+35
* | | | MDEV-14568: Server does not shut down with SIGTERM after installingbb-10.3-MDEV-14568Jacob Mathew2017-12-051-19/+68
* | | | Silence -Wimplicit-fallthroughMarko Mäkelä2017-12-041-1/+1
* | | | Add direct join support for SpiderMonty2017-12-0313-9/+836
* | | | Changes to fix 64-bit Windows build errors and warnings.Jacob Mathew2017-12-035-9/+9
* | | | merge Spider 3.3.13Kentoku SHIBA2017-12-0352-1422/+12158
* | | | Adding direct update/delete to the server and to the partition engine.Kentoku SHIBA2017-12-0314-37/+140
* | | | Adding option to tell that cmp_ref handler call is expensiveMonty2017-12-031-0/+1
* | | | Adding support for auto_increment in the partition engine.Monty2017-12-036-9/+433
* | | | Adding Full Text Search support to partitionsMonty2017-12-034-0/+444