summaryrefslogtreecommitdiff
path: root/storage/spider/spd_table.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.5 into 10.6Marko Mäkelä2022-04-211-1/+1
|\
| * Merge 10.4 into 10.5Marko Mäkelä2022-04-211-1/+1
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-04-211-1/+1
| | |\
| | | * Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2022-04-141-1/+1
| | | |\
| | | | * MDEV-28225 Disallow user to create Spider temporary tableKiyoshiTakeda2022-04-111-1/+1
| | | | * MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-071-0/+7
| | | | * Merge 10.1 into 10.2Eugene Kosov2019-07-091-1/+1
| | | | |\
| | | | | * imporve clang buildEugene Kosov2019-06-251-1/+1
| | | * | | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-071-0/+7
| | * | | | MDEV-22265 Connect string character limit too small for full 64 character Inn...Alexey Botchkov2021-04-271-1/+2
| | * | | | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...bb-10.4-midenok-MDEV-18706Kentoku SHIBA2020-09-071-0/+7
| | * | | | MDEV-20827 Wrong param parsing in spider_direct_sql() when param contain commaKentoku SHIBA2020-08-171-11/+10
* | | | | | Merge 10.5 into 10.6st-10.6-mergeMarko Mäkelä2022-01-181-72/+18
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-27240 fixup: remove dead codebb-10.5-MDEV-27240Nayuta Yanagisawa2022-01-151-14/+0
| * | | | | MDEV-27240 SIGSEGV in ha_spider::store_lock on LOCK TABLENayuta Yanagisawa2022-01-151-59/+19
| * | | | | MDEV-22265 Connect string character limit too small for full 64 character Inn...Kentoku SHIBA2021-04-301-1/+2
| * | | | | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-071-0/+7
| * | | | | MDEV-23561 Spider doesn't work with ps protocolKentoku SHIBA2020-08-261-24/+17
| * | | | | MDEV-20827 Wrong param parsing in spider_direct_sql() when param contain commaKentoku SHIBA2020-08-171-11/+10
* | | | | | Change CHARSET_INFO character set and collaction names to LEX_CSTRINGMonty2021-05-191-4/+4
* | | | | | Change bitfields in Item to an uint16Michael Widenius2021-05-191-1/+1
* | | | | | Revert MDEV-14517 Cleanup for Item::with_subselectMichael Widenius2021-05-191-3/+3
* | | | | | Fix the following valgrind error on SpiderKentoku SHIBA2021-05-131-1/+1
* | | | | | MDEV-22265 Connect string character limit too small for full 64 character Inn...Kentoku SHIBA2021-04-281-1/+2
* | | | | | cleanup: Refactor select_limit in select lexVicențiu Ciorbaru2021-04-211-8/+8
* | | | | | MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-071-0/+7
* | | | | | MDEV-23561 Spider doesn't work with ps protocolbb-10.6-MDEV-7098Kentoku SHIBA2020-08-261-24/+17
* | | | | | MDEV-20827 Wrong param parsing in spider_direct_sql() when param contain commaKentoku SHIBA2020-08-171-11/+10
* | | | | | 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-071-11/+62
* | | | | | add a table parameter "driver" to SpiderKentoku SHIBA2020-08-071-11/+74
* | | | | | add a table parameter "filedsn" to SpiderKentoku SHIBA2020-08-071-12/+75
* | | | | | 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-11412 Ensure that table is truly dropped when using DROP TABLEMonty2020-06-141-1/+1
* | | | | remove dead codeSergei Golubchik2020-06-091-35/+3
* | | | | MENT-805 ODBC login fails with with Spider from bb-10.5-MENT-30 if password c...Kentoku SHIBA2020-06-051-0/+22
* | | | | MENT-787 Server from bb-10.5-MENT-30 crashes upon Spider installationKentoku SHIBA2020-06-051-2/+2
* | | | | Add a parameter spider_strict_group_by for supporting ONLY_FULL_GROUP_BYKentoku SHIBA2020-06-051-0/+16
* | | | | fix issue for escape charcters in table parameters of SpiderKentoku SHIBA2020-06-051-38/+92
* | | | | add a table parameter "dsn" to SpiderKentoku SHIBA2020-06-051-73/+135
* | | | | prepare for adding new connectors for SpiderKentoku SHIBA2020-06-051-76/+222
* | | | | MDEV-6268 SPIDER table with no COMMENT clause causes queries to wait foreverKentoku SHIBA2020-06-051-3/+86
* | | | | use ifdef for unused attributes for SpiderKentoku SHIBA2020-06-051-3/+9
* | | | | MDEV-19002 Spider performance optimization with partitionKentoku SHIBA2020-06-051-225/+231
* | | | | Aria will now register it's transactionsMonty2020-05-231-23/+18
* | | | | MDEV-22437 make THR_THD* variable thread_localEugene Kosov2020-05-051-4/+4
* | | | | MDEV-22214 mariadbd.exe calls function mysqld.exe, and crashesVladislav Vaintroub2020-04-101-57/+0
* | | | | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-25/+23