summaryrefslogtreecommitdiff
path: root/storage/connect/ha_connect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Oleksandr Byelkin2019-02-121-1/+1
|\
| * CONNECT: Windows pathsSergei Golubchik2019-02-091-1/+1
* | dirty mergeOleksandr Byelkin2019-02-071-8/+37
|\ \ | |/
| * CONNECT: calculate table_name from the pathSergei Golubchik2019-02-051-1/+3
| * Merge remote-tracking branch 'connect/11.2' into 10.2Oleksandr Byelkin2019-02-041-7/+34
| |\
| | * - Fix MDEV-13136: enhance CREATE SERVER MyServerNameOlivier Bertrand2019-02-031-0/+20
| | * - Enable CONNECT tables to have triggersOlivier Bertrand2019-01-271-7/+14
* | | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-2/+2
|\ \ \ | |/ /
| * | Merge branch 'connect/10.2' into 10.2Sergei Golubchik2018-12-201-2/+2
| |\ \ | | |/
| | * Fix wrong version numberOlivier Bertrand2018-12-041-1/+1
| | * - Make PlugSubAlloc to be exportableOlivier Bertrand2018-12-011-1/+1
| | * - Implement the CHECK TABLE statement and accept REPAIR and ANALYZEOlivier Bertrand2018-10-141-17/+79
* | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-21/+83
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2018-11-061-21/+83
| |\ \
| | * \ Merge branch '10.0' into 10.1Sergei Golubchik2018-10-301-42/+92
| | |\ \
| | | * | Squashed commit of connect/10.0:Olivier Bertrand2018-10-281-52/+96
| | * | | Fixed compiler warningsMonty2018-05-261-1/+1
| | * | | Merge branch '10.0' into 10.1Sergei Golubchik2018-05-051-149/+183
| | |\ \ \ | | | |/ /
| | | * | Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-149/+183
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-08-121-16/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'connect/10.2' into 10.2Sergei Golubchik2018-08-071-16/+8
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | - Fix MDEV-16672 Connect: Warnings with 10.0Olivier Bertrand2018-08-061-16/+8
* | | | | CONNECT: remove an outdated declarationSergei Golubchik2018-05-121-2/+0
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-05-111-6/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch 'connect/10.2' into 10.2Sergei Golubchik2018-05-101-8/+4
| |\ \ \ \ | | |/ / /
| | * | | - Fix MDEV-15735 CONNECT [filamtxt.cpp:429]: Suspicious conditionOlivier Bertrand2018-05-071-21/+11
* | | | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-2/+2
* | | | | Fix compiler warnings in connectMichael Widenius2018-04-051-1/+1
* | | | | Changed static const in Alter_info and Alter_online_info to definesMonty2018-03-291-16/+18
* | | | | Merge branch '10.2' into 10.3Sergei Golubchik2018-03-281-118/+152
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'connect/10.2' into 10.2Vicențiu Ciorbaru2018-03-181-118/+152
| |\ \ \ \ | | |/ / /
| | * | | - Fix MDEV-15429 CONNECT engine JDBC handling Postgresql UUID typeOlivier Bertrand2018-03-111-7/+14
| | * | | - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-63/+69
| | * | | - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-021-4/+5
| | * | | - Change the connect_xtrace variable to from int to setOlivier Bertrand2018-01-311-1/+1
| | * | | - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-79/+100
* | | | | Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-231-11/+5
|\ \ \ \ \
| * \ \ \ \ Merge branch '10.2' into bb-10.2-extSergei Golubchik2018-02-221-11/+5
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-02-221-11/+5
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | fix compilation wih -DPLUGIN_PARTITION=NOSergei Golubchik2018-02-211-11/+5
| | | | |/ | | | |/|
| | | * | Squashed commit of connect/10.0:Vicențiu Ciorbaru2018-01-241-21/+34
| | | * | MDEV-13860 CONNECT engine does not build with JDBC without ODBCElena Stepanova2017-10-271-1/+1
| | | * | Squashed commit of the following:Vicențiu Ciorbaru2017-10-261-59/+70
| | | * | CONNECT: compilation fixSergei Golubchik2017-09-211-1/+1
| | | * | Fix fall-through warningVicențiu Ciorbaru2017-09-191-1/+1
| | | * | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-103/+175
* | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-6/+6
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-301-8/+32
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-291-8/+32
| |\ \ \ \ | | |/ / /
| | * | | Merge branch 'connect/10.2' into 10.2Sergei Golubchik2017-11-221-8/+32
| | |\ \ \ | | | | |/ | | | |/|