summaryrefslogtreecommitdiff
path: root/storage/connect
Commit message (Expand)AuthorAgeFilesLines
* CONNECT: remove an outdated declarationSergei Golubchik2018-05-121-2/+0
* Merge branch '10.2' into 10.3Sergei Golubchik2018-05-117-24/+14
|\
| * Merge branch 'connect/10.2' into 10.2Sergei Golubchik2018-05-108-24/+15
| |\
| | * - Fix MDEV-15735 CONNECT [filamtxt.cpp:429]: Suspicious conditionOlivier Bertrand2018-05-0710-45/+33
| | * - Fix MDEV-15577 CONNECT engine JDBC remote index prevents UPDATEOlivier Bertrand2018-03-271-1/+1
| * | Merge branch '10.1' into 10.2Sergei Golubchik2018-05-104-44/+8
| |\ \
| | * \ Merge branch '10.0' into 10.1Sergei Golubchik2018-05-0594-1680/+2444
| | |\ \
| | | * | compiler warningSergei Golubchik2018-05-041-7/+7
| | | * | Squashed commit of connect/10.0:Sergei Golubchik2018-04-2696-1699/+2462
* | | | | MDEV-13134 Introduce ALTER TABLE attributes ALGORITHM=NOCOPY and ALGORITHM=IN...Thirunarayanan Balathandayuthapani2018-05-071-2/+2
* | | | | MDEV-12645 - mysql_install_db: no install test db optionSergey Vojtovich2018-04-302-2/+2
* | | | | Merge 10.2 to 10.3Marko Mäkelä2018-04-191-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-15866 Mysql CRASH : Json connect + MariaDB 10.3.4Sergei Golubchik2018-04-161-1/+1
* | | | | Fix compiler warnings in connectMichael Widenius2018-04-052-1/+2
* | | | | 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-2885-1612/+2298
|\ \ \ \ \ | |/ / / /
| * | | | Merge remote-tracking branch 'connect/10.2' into 10.2Vicențiu Ciorbaru2018-03-1885-1582/+2304
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | - Fix MDEV-15429 CONNECT engine JDBC handling Postgresql UUID typeOlivier Bertrand2018-03-1115-171/+383
| | * | | - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-2546-509/+904
| | * | | - Fix a bug causing CONNECT to loop when expanding a JSON columnOlivier Bertrand2018-02-124-267/+366
| | * | | - 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-312-50/+50
| | * | | - Change the connect_xtrace variable to from int to setOlivier Bertrand2018-01-301-27/+27
| | * | | - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-3063-745/+798
| | * | | - Fix MDEV-9844, MDEV-10179, MDEV-14214Olivier Bertrand2018-01-033-30/+41
* | | | | 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
* | | | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-201-0/+4
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-156-34/+46
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Added Max_index_length and Temporary to SHOW TABLE STATUSMonty2018-02-122-2/+2
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2018-02-084-32/+44
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-064-32/+44
| | |\ \ \ \ | | | |/ / /
| | | * | | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-0213-126/+162
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Squashed commit of connect/10.0:Vicențiu Ciorbaru2018-01-2411-122/+157
| | | | * | Fixed a few compiler warningsMonty2018-01-242-2/+2
| | | | * | MDEV-13988 connect.drop-open-error failsSergei Golubchik2018-01-221-2/+3
* | | | | | Windows, compiling : use /permissive- switch to improve conformanceVladislav Vaintroub2018-02-072-1/+2
* | | | | | Windows, compiling : reenable warning C4996 (deprecated functions)Vladislav Vaintroub2018-02-071-0/+1
* | | | | | MDEV-15091 : Windows, 64bit: reenable and fix warning C4267 (conversion from ...Vladislav Vaintroub2018-02-061-0/+8
* | | | | | Changed database, tablename and alias to be LEX_CSTRINGMonty2018-01-301-6/+6
* | | | | | Merge remote-tracking branch 'origin/bb-10.2-ext' into 10.3Alexander Barkov2018-01-291-2/+2
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extMonty2018-01-271-2/+2
| |\ \ \ \ \ | | |/ / / /
| | * | | | Windows : fix compile warnings C4267, on 32bit firstVladislav Vaintroub2018-01-261-2/+2
* | | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-11-3011-86/+119
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge remote-tracking branch 'origin/10.2' into bb-10.2-extAlexander Barkov2017-11-2911-86/+119
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'connect/10.2' into 10.2Sergei Golubchik2017-11-228-78/+113
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | - Fix MDEV-13860 CONNECT engine does not build with JDBC without ODBC.Olivier Bertrand2017-11-031-1/+1
| | | * | | - Change inihandl from c to c++.Olivier Bertrand2017-10-311-1/+1