summaryrefslogtreecommitdiff
path: root/storage/spider/spd_table.cc
Commit message (Expand)AuthorAgeFilesLines
* MENT-30 Spider to support ODBC data sourcesKentoku SHIBA2020-09-031-0/+6
* MENT-30 Spider to support ODBC data sourcesKentoku SHIBA2020-09-031-0/+9
* 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
* perfschema memory related instrumentation changesSergei Golubchik2020-03-101-11/+12
* Merge remote-tracking branch 'origin/10.4' into 10.5Alexander Barkov2019-08-131-50/+54
|\
| * MDEV-20179 Server hangs on shutdown during installation of Spider (#1369)Kentoku SHIBA2019-08-011-68/+51
| * MDEV-20179 Server hangs on shutdown during installation of Spider (#1368)Kentoku SHIBA2019-07-301-9/+19
| * MDEV-20179 Server hangs on shutdown during installation of Spider (#1367)Kentoku SHIBA2019-07-301-0/+4
| * MDEV-20179 Server hangs on shutdown during installation of Spider (#1366)Kentoku SHIBA2019-07-291-6/+13
* | Merge 10.4 into 10.5Marko Mäkelä2019-08-131-36/+158
|\ \ | |/
| * MDEV-19842 Crash while creating statistics for Spider table (#1355)Kentoku SHIBA2019-07-061-36/+158
* | MDEV-18737 Spider "Out of memory" on armv7hl (#1363)Kentoku SHIBA2019-07-251-63/+71
* | MDEV-19897 Rename source code variable names from utf8 to utf8mb3Alexander Barkov2019-06-281-15/+15
* | Merge 10.4 into 10.5Marko Mäkelä2019-06-181-119/+43
|\ \ | |/
| * Merge 10.3 into 10.4Marko Mäkelä2019-06-141-119/+43
| |\
| | * spider_db_init(): Do not return uninitialized error_numMarko Mäkelä2019-06-141-119/+43
* | | Merge 10.4 into 10.5Marko Mäkelä2019-06-131-52/+33
|\ \ \ | |/ /
| * | MDEV-6275 spider_same_server_link not enforced (#1330)Kentoku SHIBA2019-06-121-0/+8
| * | MDEV-16249 CHECKSUM TABLE for a spider table is not parallel and saves all da...Kentoku SHIBA2019-06-111-52/+25
* | | MDEV-17709 Remove handlerton::stateRobert Bindar2019-06-061-1/+0
* | | Merge 10.4 into 10.5Marko Mäkelä2019-05-231-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
| |\ \ | | |/
| | * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| | |\
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | | |\
| | | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
* | | | | Fixed Spider to follow THD ha_data protocolSergey Vojtovich2019-05-211-1/+1
|/ / / /
* | | | MDEV-18988 Wrong result when query with group by x order by y limit n (#1286)Kentoku SHIBA2019-04-261-0/+99