summaryrefslogtreecommitdiff
path: root/storage/spider
Commit message (Expand)AuthorAgeFilesLines
* MENT-807 Crash with CREATE TEMPORARY TABLE .. ENGINE=SPIDER .. wrapper "odbc"Kentoku SHIBA2020-09-033-0/+187
* MENT-812 in bb-10.5-MENT-30, Spider uses unusual names for ODBC Connection Ke...Kentoku SHIBA2020-09-0337-995/+900
* remove hard-crafted spider.cnf from RPMSergei Golubchik2020-09-031-7/+1
* move spider into a separate package because of ODBC dependencySergei Golubchik2020-09-031-1/+1
* Spider skips SQLSetCursorName for ODBC if the query is not updating query.Kentoku SHIBA2020-09-031-7/+23
* Add information_schema.spider_wrapper_protocols for knowing available wrapper...Kentoku SHIBA2020-09-032-2/+8
* Change default of SPIDER_WITH_UNIXODBC to ONKentoku SHIBA2020-09-031-1/+1
* Added page_range to records_in_range() to improve range statisticsKentoku SHIBA2020-09-032-12/+12
* MENT-805 ODBC login fails with with Spider from bb-10.5-MENT-30 if password c...Kentoku SHIBA2020-09-037-46/+335
* Add drop tables and drop sequence for finalyzing Spider ODBC postgres testsKentoku SHIBA2020-09-038-0/+28
* Make Spider ODBC postgres tests possible to execute parallelKentoku SHIBA2020-09-0343-594/+462
* Add drop tables for finalyzing Spider ODBC postgres testsKentoku SHIBA2020-09-0328-0/+132
* Spider+ODBC tests: fixing that the exact error message can vary depending on ...Alexander Barkov2020-09-032-4/+8
* Change error message of Spider ODBC postgres test result to EnglishKentoku SHIBA2020-09-031-8/+16
* MENT-806 Error from ODBC 216 HY000 Couldn't set unsupported connect attribute...Kentoku SHIBA2020-09-031-35/+7
* Add example of creating Spider table using ODBC feature and difference to doc...Kentoku SHIBA2020-09-031-0/+105
* add forgotten returnKentoku SHIBA2020-09-031-0/+1
* Add a document for Spider ODBC featureKentoku SHIBA2020-09-031-0/+61
* Fix issue caused by using spider_bgs_mode = 2 when Spider use limit_mode = 1 ...Kentoku SHIBA2020-09-033-0/+216
* add pointer of ha_spider to Spider's use_result functionKentoku SHIBA2020-09-034-4/+8
* fix evaluating bitmap issue in spiderKentoku SHIBA2020-09-031-3/+3
* MENT-30 Spider to support ODBC data sourcesKentoku SHIBA2020-09-03137-422/+13127
* fix build errors on windows environmentsKentoku SHIBA2020-09-031-1/+1
* MENT-30 Spider to support ODBC data sourcesKentoku SHIBA2020-09-03118-1/+25910
* Fix a compiler warningKentoku SHIBA2020-08-261-0/+1
* MDEV-23561 Spider doesn't work with ps protocolbb-10.6-MDEV-7098Kentoku 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
* Merge 10.5 into 10.6Marko Mäkelä2020-08-121-1/+1
|\
| * Added 'final' to some classes to improve generated codeMichael Widenius2020-08-041-1/+1
* | MENT-807 Crash with CREATE TEMPORARY TABLE .. ENGINE=SPIDER .. wrapper "odbc"Kentoku SHIBA2020-08-111-0/+4
* | [Spider] Add add checking default_value for default_file, host, portKentoku SHIBA2020-08-076-24/+199
* | add a table parameter "driver" to SpiderKentoku SHIBA2020-08-078-27/+240
* | add a table parameter "filedsn" to SpiderKentoku SHIBA2020-08-078-28/+241
* | Merge 10.5 into 10.6Marko Mäkelä2020-08-042-3/+6
|\ \ | |/
| * 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
* | change version for spider_rewrite to 10.7Kentoku SHIBA2020-07-151-2/+2
* | MDEV-21612 - remove COM_MULTI from server and C/CVladislav Vaintroub2020-07-141-1/+1
|/
* 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