summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
* | | Added 'final' to some classes to improve generated codeMichael Widenius2020-08-041-1/+1
* | | Unify config syntax in default filesOtto Kekäläinen2020-08-011-2/+4
* | | Remove String::lex_string() and String::lex_cstring()Monty2020-07-231-1/+2
* | | replace HTON_AUTOMATIC_DELETE_TABLE with return -1 from drop_table()Sergei Golubchik2020-07-041-1/+1
* | | MDEV-22979 "mysqld --bootstrap" / mysql_install_db hangs when Spider is insta...Kentoku SHIBA2020-06-261-2/+11
* | | MDEV-22967 Spider does not load in 10.5 with default settingsSergei Golubchik2020-06-211-1/+1
* | | fix a compiler warning on GCC 9.3.0Kentoku SHIBA2020-06-141-1/+1
* | | MDEV-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-1/+1
* | | post-fix for #1504Sergei Golubchik2020-06-122-2/+13
* | | Add information_schema.spider_wrapper_protocols for knowing available wrapper...Kentoku SHIBA2020-06-1111-12/+262
* | | MDEV-19917: Install Spider with a simple spider.cnfOtto Kekäläinen2020-06-102-47/+2
* | | remove dead codeSergei Golubchik2020-06-094-157/+7
* | | MENT-805 ODBC login fails with with Spider from bb-10.5-MENT-30 if password c...Kentoku SHIBA2020-06-052-0/+28
* | | MENT-787 Server from bb-10.5-MENT-30 crashes upon Spider installationKentoku SHIBA2020-06-051-2/+2
* | | Change Spider's plugin maturity to BETAKentoku SHIBA2020-06-051-1/+1
* | | Fix issue caused by using spider_bgs_mode = 2 when Spider use limit_mode = 1 ...Kentoku SHIBA2020-06-051-21/+29
* | | Add a parameter spider_strict_group_by for supporting ONLY_FULL_GROUP_BYKentoku SHIBA2020-06-0512-26/+628
* | | add pointer of ha_spider to Spider's use_result functionKentoku SHIBA2020-06-058-12/+26
* | | fix evaluating bitmap issue in spiderKentoku SHIBA2020-06-051-3/+3
* | | fix issue for escape charcters in table parameters of SpiderKentoku SHIBA2020-06-051-38/+92
* | | add a table parameter "dsn" to SpiderKentoku SHIBA2020-06-058-401/+778
* | | fix build errors on windows environmentsKentoku SHIBA2020-06-053-11/+14
* | | add test result of spider.bugfix insert_selectKentoku SHIBA2020-06-051-0/+102