summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Add direct aggregatesMonty2017-12-0321-32/+71
* | | | Adding multi_range_read support to partitionsMonty2017-12-0310-3/+1050
* | | | Added spider patches for adding HANDLER support for the partition engineMonty2017-12-031-1/+0
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-10-045-9/+9
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-10-025-9/+9
| |\ \ \ | | |/ /
| | * | MDEV-13384 - misc Windows warnings fixedVladislav Vaintroub2017-09-285-9/+9
* | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-09-011-0/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-09-011-0/+2
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2017-08-311-0/+2
| | |\ \ | | | |/
| | | * Merge branch '10.0' into 10.1Marko Mäkelä2017-08-301-0/+2
| | | |\
| | | | * Add missing {} to silence a compiler warningMarko Mäkelä2017-08-301-0/+2
* | | | | simplify READ_RECORD usage NFCEugene Kosov2017-08-311-1/+1
* | | | | Changed KEY names to use LEX_CSTRINGMichael Widenius2017-08-242-4/+4
* | | | | Simplify test if we can use table in query cacheMichael Widenius2017-08-241-1/+1
* | | | | Enusure that my_global.h is included firstMichael Widenius2017-08-2415-0/+16
|/ / / /