summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25602 get rid of __WIN__ in favor of standard _WIN32Vladislav Vaintroub2021-06-063-21/+21
* Fixed result set change in spider/bugfix/r/slave_trx_isolation.resultMonty2021-05-241-1/+1
* MDEV-22189: Change error messages inside code to have mariadb instead ofRucha Deodhar2021-05-241-1/+1
* Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-193-19/+19
* Reduce usage of strlen()Monty2021-05-198-130/+208
* Change bitfields in Item to an uint16Michael Widenius2021-05-191-1/+1
* Renamed 'flags' variables in Item_classMichael Widenius2021-05-193-16/+16
* Revert MDEV-14517 Cleanup for Item::with_subselectMichael Widenius2021-05-191-3/+3
* MDEV-8334: Rename utf8 to utf8mb3Rucha Deodhar2021-05-194-6/+10
* Fix the following valgrind error on SpiderKentoku SHIBA2021-05-136-29/+9
* Merge 10.5 into 10.6Marko Mäkelä2021-05-042-0/+10
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-05-032-0/+10
| |\
| | * MDEV-22265 Connect string character limit too small for full 64 character Inn...Kentoku SHIBA2021-04-295-0/+67
| | * MDEV-22265 Connect string character limit too small for full 64 character Inn...Alexey Botchkov2021-04-273-1/+12
| * | MDEV-22265 Connect string character limit too small for full 64 character Inn...Kentoku SHIBA2021-04-306-1/+69
* | | MDEV-22265 Connect string character limit too small for full 64 character Inn...Kentoku SHIBA2021-04-286-1/+69
* | | cleanup: Refactor select_limit in select lexVicențiu Ciorbaru2021-04-213-11/+11
* | | Merge 10.5 into 10.6Marko Mäkelä2021-04-212-2/+2
|\ \ \ | |/ /
| * | Fixed failing test spider/bugfix.mdev_22246Monty2021-04-192-2/+2
* | | MDEV-7317: Make an index ignorable to the optimizerVarun Gupta2021-03-041-1/+1
* | | Merge 10.5 into 10.6Marko Mäkelä2021-02-173-45/+44
|\ \ \ | |/ /
| * | Merge branch 'bb-10.4-release' into bb-10.5-releaseSergei Golubchik2021-02-153-45/+44
| |\ \ | | |/
| | * Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-123-45/+44
| | |\
| | | * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-273-45/+44
| | | * MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2021-01-122-0/+31
| | | * MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2021-01-1210-4/+216
| | | * MDEV-20100 MariaDB 13.3.9 Crash "[ERROR] mysqld got signal 11 ;"Kentoku SHIBA2020-10-205-0/+264
| | | * MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-078-543/+1622
| | | * MDEV-18993 The keep-alive connection (set spider_conn_recycle_mode = 1) in sp...Kentoku SHIBA2020-06-272-0/+4
| | | * MDEV-21884 MariaDB with Spider crashes on a querybb-10.3-MDEV-21884Kentoku SHIBA2020-04-176-0/+293
| | * | MDEV-20100 MariaDB 13.3.9 Crash "[ERROR] mysqld got signal 11 ;"Kentoku SHIBA2020-10-225-0/+264
| | * | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...bb-10.4-midenok-MDEV-18706Kentoku SHIBA2020-09-078-545/+1658
| | * | MDEV-22246 Result rows duplicated by spider engineKentoku SHIBA2020-08-249-0/+335
| | * | MDEV-20827 Wrong param parsing in spider_direct_sql() when param contain commaKentoku SHIBA2020-08-179-33/+213
| | * | MDEV-19794 Spider crash with XAKentoku SHIBA2020-08-146-4/+191
| | * | MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2020-05-052-0/+31
| | * | MDEV-21884 MariaDB with Spider crashes on a queryKentoku SHIBA2020-04-231-5/+2
| | * | MDEV-20502 Queries against spider tables return wrong values for columns foll...Kentoku SHIBA2020-04-1710-4/+216
| | * | MDEV-21884 MariaDB with Spider crashes on a queryKentoku SHIBA2020-04-176-0/+293
* | | | MDEV-24424 Unnecessary usage of to_float() for INSERT into the Spider table w...Kentoku SHIBA2020-12-226-1/+131
* | | | Merge 10.5 into 10.6Marko Mäkelä2020-11-021-1/+1
|\ \ \ \ | |/ / /
| * | | SPIDER storage engine plugin -> StableSergei Golubchik2020-10-291-1/+1
| * | | MDEV-20100 MariaDB 13.3.9 Crash "[ERROR] mysqld got signal 11 ;"Kentoku SHIBA2020-10-225-0/+264
| * | | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-078-598/+1673
| * | | Fix a compiler warningKentoku SHIBA2020-08-261-0/+1
| * | | MDEV-23561 Spider doesn't work with ps protocolKentoku SHIBA2020-08-2610-294/+193
| * | | Fix indents of SpiderKentoku SHIBA2020-08-264-10/+10
| * | | MDEV-22246 Result rows duplicated by spider engineKentoku SHIBA2020-08-249-0/+335
| * | | MDEV-20827 Wrong param parsing in spider_direct_sql() when param contain commaKentoku SHIBA2020-08-179-33/+213
| * | | MDEV-19794 Spider crash with XAKentoku SHIBA2020-08-146-4/+193