summaryrefslogtreecommitdiff
path: root/storage/connect/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Update to version 1.07 (as for MariaDB 10.2)Olivier Bertrand2020-01-091-21/+32
* In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-08-241-13/+37
* - Fix MDEV-15793: Server crash in PlugCloseFile with sql_mode=''Olivier Bertrand2019-03-251-18/+9
* - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-261-31/+30
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-311-1/+8
* - Fix MDEV-13925: Actually this fixes SELECT queries whenOlivier Bertrand2017-11-031-1/+1
* - Update version numberOlivier Bertrand2017-10-171-15/+9
* Enable MONGO for the C driver. Modified: modified: storage/connect/CMakeLis...Olivier Bertrand2017-09-111-1/+4
* - Fix MongoDB C Driver adding for CMAKE.Olivier Bertrand2017-09-021-28/+29
* Merging from MariaDB repositoryOlivier Bertrand2017-08-311-4/+2
|\
| * CONNECT engine: install ha_connect.libVladislav Vaintroub2017-08-231-1/+14
| * MDEV-13630 : dont install connect-specific JAR files if connect is not built.Vladislav Vaintroub2017-08-231-7/+15
| * Merge remote-tracking branch 'connect/10.0' into 10.0Vicențiu Ciorbaru2017-05-161-4/+4
| |\
| | * Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-4/+4
| * | MDEV-10936 CONNECT engine JDBC type can't find JdbcInterfaceSergei Golubchik2017-05-151-1/+1
| |/
| * All changes made on 10.1Olivier Bertrand2017-02-161-5/+5
| * - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-121-0/+12
| * - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-021-6/+6
| * - MDEV-11051 place Java classes ApacheInterface and JdbcInterface into single...Olivier Bertrand2016-11-141-8/+23
| * - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-1/+1
| * All changes made on 10.1 for last 11 commitsOlivier Bertrand2016-07-141-14/+18
| * git90.msg + git91.msgOlivier Bertrand2016-06-021-2/+4
| * Merge branch '10.0' of https://github.com/MariaDB/server into 10.0Olivier Bertrand2016-05-221-31/+6
| |\
| * | Add all changes made on 10.1Olivier Bertrand2016-05-121-1/+27
* | | - New distribution enabling or disabling the MONGO table typeOlivier Bertrand2017-08-291-9/+31
* | | Make source the same as branch 10.2Olivier Bertrand2017-08-061-15/+25
* | | Comment out in CMakeLists.txtOlivier Bertrand2017-04-141-1/+2
* | | Add mongoDB access to json tables.Olivier Bertrand2017-04-131-2/+27
* | | Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-051-1/+1
* | | Replace setjmp-longjmp's by try_catch-throwOlivier Bertrand2017-03-051-3/+3
* | | Add the tabext.cpp and tabext.h files in the source list.Olivier Bertrand2017-02-141-5/+5
* | | - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-121-1/+1
* | | - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-111-0/+12
* | | - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-021-6/+6
* | | - MDEV-11067 suggested to add configuration support to the Apache wrapper.Olivier Bertrand2016-11-141-1/+1
* | | - MDEV-11067 suggested to add configuration support to the Apache wrapper.Olivier Bertrand2016-11-141-1/+1
* | | - MDEV-11067 suggested to add configuration support to the Apache wrapper.Olivier Bertrand2016-11-131-6/+3
* | | - Fix MDEV-11267. Insert NULL into JDBC table does not work.Olivier Bertrand2016-11-131-8/+26
* | | - Fix MDEV-11234. Escape quoting character. Should be doubled.Olivier Bertrand2016-11-061-1/+1
* | | - Disable JDBC tests that fail on LinuxOlivier Bertrand2016-07-141-6/+2
* | | Adding DESTINATION to install_jar in CMakeLists.txtOlivier Bertrand2016-07-121-3/+8
* | | Change CONNECT to connect-engine in CMakeLists.txtOlivier Bertrand2016-07-111-1/+1
* | | Add CONNECT_WITH_JDBC to CMakeLists.txtOlivier Bertrand2016-07-111-0/+3
* | | - Try distributing the JdbcInterface.jarOlivier Bertrand2016-07-111-1/+1
* | | - JAVA DEBUG now depends on connect_xtraceOlivier Bertrand2016-07-091-14/+8
* | | - New version of java wrappers as the "wrappers" packageOlivier Bertrand2016-07-021-4/+7
* | | - Define MAX_CONNECT_LEN as 1024 following MSDN recommendationOlivier Bertrand2016-06-251-3/+3
* | | - Fix warning "invalid conversion from const char * to char *"Olivier Bertrand2016-06-221-6/+9
* | | - Reconize the JDBC type -7 (BIT)Olivier Bertrand2016-05-261-1/+3
* | | Merge branch '10.1' of https://github.com/MariaDB/server into ob-10.1Olivier Bertrand2016-05-221-32/+7
|\ \ \