summaryrefslogtreecommitdiff
path: root/storage/spider/spd_db_mysql.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27184 Assertion `(old_top == initial_top (av) && old_size == 0) || ((uns...bb-10.6-MDEV-27184Nayuta Yanagisawa2021-12-241-1/+1
* Merge 10.5 into 10.6Marko Mäkelä2021-09-241-0/+6
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-09-241-0/+6
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-09-221-0/+6
| | |\
| | | * MDEV-26545 Spider does not correctly handle UDF and stored function in where ...Daniel Ye2021-09-221-0/+6
* | | | Merge branch '10.5' into 10.6Oleksandr Byelkin2021-08-021-54/+171
|\ \ \ \ | |/ / /
| * | | Merge branch '10.4' into 10.5Oleksandr Byelkin2021-07-311-54/+171
| |\ \ \ | | |/ /
| | * | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-54/+171
| | |\ \ | | | |/
| | | * MDEV-24020: Trim with remove_str Fails on SpiderYongxin Xu2021-07-291-9/+113
| | | * MDEV-24517: JSON_EXTRACT as conditions triggers syntax error on Spider (#1839)Yongxin Xu2021-07-231-0/+17
| | | * MDEV-24760 SELECT..CASE statement syntax error at Spider Engine tableNayuta Yanagisawa2021-07-191-79/+75
* | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-10/+10
* | | | Reduce usage of strlen()Monty2021-05-191-40/+62
* | | | Renamed 'flags' variables in Item_classMichael Widenius2021-05-191-4/+4
* | | | MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-191-1/+4
* | | | Fix the following valgrind error on SpiderKentoku SHIBA2021-05-131-4/+4
* | | | MDEV-7317: Make an index ignorable to the optimizerVarun Gupta2021-03-041-1/+1
* | | | Merge 10.5 into 10.6Marko Mäkelä2021-02-171-9/+8
|\ \ \ \ | |/ / /
| * | | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-151-9/+8
| |\ \ \ | | |/ /
| | * | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-9/+8
| | |\ \ | | | |/
| | | * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-9/+8
| | | * MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2021-01-121-2/+18
| | | * MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-071-46/+577
| | | * MDEV-18993 The keep-alive connection (set spider_conn_recycle_mode = 1) in sp...Kentoku SHIBA2020-06-271-0/+3
| | | * Merge remote-tracking branch 10.2 into 10.3Jan Lindström2019-12-021-1/+15
| | | |\
| | | | * MDEV-17508 Fix bug for spider when using "not like"willhan2019-11-251-1/+15
| | * | | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...bb-10.4-midenok-MDEV-18706Kentoku SHIBA2020-09-071-48/+613
| | * | | MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2020-04-171-2/+18
| * | | | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-071-48/+629
* | | | | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-071-48/+629
* | | | | [Spider] Add add checking default_value for default_file, host, portKentoku SHIBA2020-08-071-0/+42
|/ / / /
* | | | Add information_schema.spider_wrapper_protocols for knowing available wrapper...Kentoku SHIBA2020-06-111-2/+8
* | | | Add a parameter spider_strict_group_by for supporting ONLY_FULL_GROUP_BYKentoku SHIBA2020-06-051-25/+261
* | | | add pointer of ha_spider to Spider's use_result functionKentoku SHIBA2020-06-051-0/+1
* | | | fix evaluating bitmap issue in spiderKentoku SHIBA2020-06-051-3/+3
* | | | fix build errors on windows environmentsKentoku SHIBA2020-06-051-2/+3
* | | | prepare for adding new connectors for SpiderKentoku SHIBA2020-06-051-0/+29
* | | | MDEV-6268 SPIDER table with no COMMENT clause causes queries to wait foreverKentoku SHIBA2020-06-051-15/+175
* | | | MDEV-19002 Spider performance optimization with partitionKentoku SHIBA2020-06-051-89/+127
* | | | MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2020-04-171-2/+18
* | | | Added page_range to records_in_range() to improve range statisticsMonty2020-03-271-6/+6
* | | | merge 10.4 to 10.5Monty2020-03-181-1/+29
|\ \ \ \ | |/ / /
| * | | Removed double records_in_range calls from multi_range_read_info_constMonty2020-03-171-1/+29
| * | | fix compiler warningsKentoku2019-12-061-2/+2
* | | | fix evaluating bitmap issue in spiderKentoku SHIBA2020-03-161-3/+3
* | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-2/+2
* | | | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-1/+1
* | | | MDEV-21581 Helper functions and methods for CHARSET_INFOAlexander Barkov2020-01-281-8/+9
* | | | fix compiler warningsKentoku2019-12-061-2/+2
* | | | Merge 10.4 into 10.5Aleksey Midenkov2019-12-021-0/+84
|\ \ \ \ | |/ / /