summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - 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
* Change inihandl from c to cpp (to accept bool)Olivier Bertrand2017-10-311-17/+18
* - Fix MDEV-13925: Actually this fixes SELECT queries whenOlivier Bertrand2017-10-316-60/+94
* - Typo (from 10.1) Modified: storage/connect/value.cppOlivier Bertrand2017-10-171-39/+38
* - Fix a bug in TYPVAL<PSZ> compute causing it sometime not to be executedOlivier Bertrand2017-10-167-19/+36
* - Make another temporary fix for the compiler bug in CalculateArrayOlivier Bertrand2017-10-162-15/+30
* - Update version numberOlivier Bertrand2017-10-1535-397/+323
* Enable MONGO for the C driver. Modified: modified: storage/connect/CMakeLis...Olivier Bertrand2017-09-111-3/+4
* - Update version numberOlivier Bertrand2017-09-0415-295/+306
* - Add more trace to tbl_thread.test (to debug failure)Olivier Bertrand2017-09-022-0/+8
* Disable MONGO modified: storage/connect/CMakeLists.txtOlivier Bertrand2017-09-021-2/+2
* - Fix MongoDB C Driver adding for CMAKE.Olivier Bertrand2017-09-021-27/+26
* - Set MONGO_ENABLEDOlivier Bertrand2017-08-3115-16/+23
* - New distribution enabling or disabling the MONGO table typeOlivier Bertrand2017-08-298-74/+122
* - Fix MDEV-13621 Replace sprintf by strcpy for opvalOlivier Bertrand2017-08-264-6/+15
* - Fix MDEV-13621 JDBC UPDATE containing single or double quote chars produces...Olivier Bertrand2017-08-2614-308/+481
* - Fix failing test tbl_thread on linuxOlivier Bertrand2017-08-172-32/+16
* Fix MDEV-13503 Modified: storage/connect/jdbconn.cppOlivier Bertrand2017-08-121-3/+5
* - Fix gcc compile error: crosses initialization of ‘const char* drv’Olivier Bertrand2017-08-096-11/+16
* - Re-Re-trying to fix Linux compile on DWORD.Olivier Bertrand2017-08-091-3/+1
* - Re-trying to fix Linux compile on DWORD.Olivier Bertrand2017-08-092-9/+13
* Trying to fix Linux compile on DWORDW. Modified: storage/connect/os.hOlivier Bertrand2017-08-081-1/+3
* - Fix MDEV-13463 unescape table name during detection of table structureOlivier Bertrand2017-08-084-6/+8
* Fix Linux compile error by #define NODW. Modified: plgdbutl.cppOlivier Bertrand2017-08-081-1/+2
* - Fix bug returning pointer to a stack stringOlivier Bertrand2017-08-076-38/+65
* Fix Linux compile error by #define NODW. Modified: plgdbutl.cpp; typo Modifie...Olivier Bertrand2017-08-062-1/+2
* - Add a define making ha_connect.cc source unique for all MariaDB version.Olivier Bertrand2017-08-068-15/+58
* - Add FBLOCK when opening ODBC, JSON and MONGO tables.Olivier Bertrand2017-08-0543-271/+32432
* wrapname hidden when no JDBC support, modified: storage/connect/tabjson.cppOlivier Bertrand2017-07-281-0/+2
* -- Fix wrong setting of PipeOlivier Bertrand2017-07-285-3/+77
* Update storage/connect/JavaWrappers.jarOlivier Bertrand2017-07-251-0/+0
* Update storage/connect/JavaWrappers.jarOlivier Bertrand2017-07-251-0/+0
* Update storage/connect/JavaWrappers.jarOlivier Bertrand2017-07-241-0/+0
* Fix discovery crash for Java Mongo tables. Modified: storage/connect/tabjmg.cppOlivier Bertrand2017-07-231-1/+1
* -- Last wrappers version with support of Java Mongo discovery.Olivier Bertrand2017-07-233-20/+4
* -- No suppressing of the GetPlug function. It is GetUser that can cause memor...Olivier Bertrand2017-07-221-39/+30
* -- Suppress the GetPlug function causing memory leakOlivier Bertrand2017-07-223-25/+36
* Fix compile error. Modified user_connect.cc ha_connect.ccOlivier Bertrand2017-07-212-1/+3
* -- Add mutex for user_connect handlingOlivier Bertrand2017-07-215-45/+85
* Modified /storage/connect/value.cpp line 668Olivier Bertrand2017-07-201-1/+1
* -- Fix warnings from the new GCC 7Olivier Bertrand2017-07-193-5/+12
* Parenthesize set null in SetValue_pval. Modified /storage/connect/value.cppOlivier Bertrand2017-07-191-1/+1
* -- Check whether USERBLK still exists in PlugExitOlivier Bertrand2017-07-192-3/+5