summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29644 a potential bug of null pointer dereference in spider_db_mbase::pr...bb-10.3-mdev-29644Nayuta Yanagisawa2023-02-035-56/+136
* MDEV-29988: (spider fix) Major performance regression with 10.6.11Oleksandr Byelkin2023-01-021-0/+6
* MDEV-29562 Spider table charset error should happen correctly.Yuchen Pei2022-12-204-0/+114
* MDEV-28996 ASAN errors in String::q_append / spider_string::q_append / spider...Nayuta Yanagisawa2022-11-284-9/+90
* MDEV-29855 Crash with SPIDER_DIRECT_SQL and spider_udf_ds_use_real_table=1Nayuta Yanagisawa2022-11-244-11/+77
* MDEV-26852 Spider: -Werror=maybe-uninitialized raises on spd_sys_table.cc and...Nayuta Yanagisawa2022-09-262-6/+9
* Backport fix for MDEV-29352 to 10.3-10.5Alexey Botchkov2022-09-213-0/+31
* MDEV-29480 spider group by handler wrong result on order by aggregate aliasSergei Golubchik2022-09-201-0/+2
* MDEV-29446 Change SHOW CREATE TABLE to display default collationAlexander Barkov2022-09-123-16/+16
* MDEV-27172 Prefix indices on Spider tables may lead to wrong query resultsNayuta Yanagisawa2022-09-017-251/+334
* MDEV-29008 Server crash or assertion `field' failed in spider_db_open_item_id...Nayuta Yanagisawa2022-08-164-2/+80
* Fix GCC -Og -Wmaybe-uninitializedMarko Mäkelä2022-07-281-5/+5
* MDEV-26544 Assertion `part_share->auto_inc_initialized' failed in ha_partitio...Nayuta Yanagisawa2022-07-053-0/+57
* MDEV-29011 Server crash in spider_db_open_item_cond with XOR operatorNayuta Yanagisawa2022-07-054-10/+84
* MDEV-28854 Disallow INSERT DELAYED on Spider tableHirokazu Hata2022-06-279-35/+71
* MDEV-28301 Spider: Fix GCC warnings, comparing the result of pointer addition...Nayuta Yanagisawa2022-05-131-21/+9
* Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2022-04-143-1/+19
|\
| * MDEV-28225 Disallow user to create Spider temporary tableKiyoshiTakeda2022-04-113-1/+19
| * MDEV-26545 Spider does not correctly handle UDF and stored function in where ...Daniel Ye2021-09-225-1/+418
* | MDEV-25116 Spider: IF(COUNT( trigger SQL Error (1054)_ Unknown column '' in f...Nayuta Yanagisawa2022-04-084-2/+74
* | MDEV-26768 Spider table crashes the server after the mysql_list_fields() clie...bb-10.3-hf-2Alexey Botchkov2022-01-203-6/+28
* | MDEV-19866 follow-upbb-10.3-mdev-26333Nayuta Yanagisawa2021-10-181-4/+4
* | MDEV-19866 With a Spider table, a SELECT with WHERE involving primary key bre...Kentoku SHIBA2021-10-186-30/+310
* | MDEV-26545 Spider does not correctly handle UDF and stored function in where ...Daniel Ye2021-09-225-1/+414
* | MDEV-24523 Execution of JSON_REPLACE failed on SpiderYongxin Xu2021-08-055-0/+167
* | MDEV-24020: Trim with remove_str Fails on SpiderYongxin Xu2021-07-297-9/+366
* | MDEV-24517 follow-up: Fix for test with --ps-protocolNayuta Yanagisawa2021-07-251-0/+2
* | MDEV-24517: JSON_EXTRACT as conditions triggers syntax error on Spider (#1839)Yongxin Xu2021-07-236-0/+230
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-214-9/+107
|\ \ | |/
| * MDEV-25985 Spider handle ">=" as ">" in some casesNayuta Yanagisawa2021-07-144-9/+107
| * MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-083-39/+38
| * MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-077-539/+1534
* | MDEV-24760 SELECT..CASE statement syntax error at Spider Engine tableNayuta Yanagisawa2021-07-194-79/+176
* | fix spider tests for --psSergei Golubchik2021-06-194-0/+11
* | spider tests aren't bigSergei Golubchik2021-06-194-4/+0
* | 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
* | Fix GCC -Wstringop-truncationMarko Mäkelä2020-03-301-0/+1
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-12-041-1/+1
|\ \ | |/
* | Merge remote-tracking branch 10.2 into 10.3Jan Lindström2019-12-024-1/+218
|\ \ | |/
| * MDEV-17508 Fix bug for spider when using "not like"willhan2019-11-254-1/+218
| * Merge 10.1 into 10.2Eugene Kosov2019-07-091-1/+1
| |\
| | * imporve clang buildEugene Kosov2019-06-251-1/+1
* | | MDEV-19238 Mariadb spider - crashes on where nullOleksandr Byelkin2019-10-095-0/+200
* | | Fix CMake warning in spider, in Windows ninja buildVladislav Vaintroub2019-09-121-0/+3