summaryrefslogtreecommitdiff
path: root/storage/connect/tabjson.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed compiler warnings from gcc 7.4.1Monty2020-01-291-5/+8
* - Fix MDEV-13782Olivier Bertrand2019-11-261-17/+27
* In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-08-171-963/+966
* In CONNECT version 1.6.10 NOSQL facility is enhanced by a new way to retrieve...Olivier Bertrand2019-07-301-1/+1
* - Fix MDEV-18192: CONNECT Engine JDBC not able to issueOlivier Bertrand2019-01-251-4/+4
* - Fix a few bug mainly concerning discovery and call from OEMOlivier Bertrand2019-01-011-15/+27
* - Make PlugSubAlloc to be exportableOlivier Bertrand2018-12-011-5/+5
* - Fix MDEV-15735 CONNECT [filamtxt.cpp:429]: Suspicious conditionOlivier Bertrand2018-05-071-7/+7
* - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-2/+2
* - Fix a bug causing CONNECT to loop when expanding a JSON columnOlivier Bertrand2018-02-121-266/+321
* - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-6/+6
* - Fix a bug in TYPVAL<PSZ> compute causing it sometime not to be executedOlivier Bertrand2017-10-161-6/+5
* - Make another temporary fix for the compiler bug in CalculateArrayOlivier Bertrand2017-10-161-6/+17
* - Update version numberOlivier Bertrand2017-10-151-35/+31
* - Update version numberOlivier Bertrand2017-09-041-3/+4
* - Set MONGO_ENABLEDOlivier Bertrand2017-08-311-1/+1
* - Fix gcc compile error: crosses initialization of ‘const char* drv’Olivier Bertrand2017-08-091-5/+7
* - Fix MDEV-13463 unescape table name during detection of table structureOlivier Bertrand2017-08-081-2/+0
* - Fix bug returning pointer to a stack stringOlivier Bertrand2017-08-071-7/+3
* - Add a define making ha_connect.cc source unique for all MariaDB version.Olivier Bertrand2017-08-061-3/+5
* - Add FBLOCK when opening ODBC, JSON and MONGO tables.Olivier Bertrand2017-08-051-29/+59
* wrapname hidden when no JDBC support, modified: storage/connect/tabjson.cppOlivier Bertrand2017-07-281-0/+2
* -- Fix warnings from the new GCC 7Olivier Bertrand2017-07-191-0/+2
* -- Finalize work on MongoDB accessOlivier Bertrand2017-07-181-23/+13
* - Add Support of the MongoDB Java Driver.Olivier Bertrand2017-07-021-54/+106
* Add table option FILTER used by Mongo and Json tables.Olivier Bertrand2017-05-291-2/+3
* Fix bug: Discovery of JSON table fails in DEBUG modeOlivier Bertrand2017-05-231-3/+1
* Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-349/+573
* All changes made on 10.1Olivier Bertrand2017-02-161-4/+4
* Commit changes made for version 10.1Olivier Bertrand2017-01-171-4/+19
* Fix some XML table type bugs:Olivier Bertrand2016-12-231-9/+24
* - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-141-9/+14
* - MDEV-11295: developing handling files contained in ZIP file.Olivier Bertrand2016-12-121-16/+56
* - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-021-10/+10
* - Copy error message from G to g when using temporary storage for parsing.Olivier Bertrand2015-12-131-1/+9
* - Serialize: Protect again eventual longjmp's.Olivier Bertrand2015-12-081-42/+84
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-31/+26
* Prevent wrong update of expanded columns when pretty is not 2.Olivier Bertrand2015-08-111-3/+9
* Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-3/+3
* JSONColumns and XMLColumns revisited. They can retrieve their parameters dire...Olivier Bertrand2015-05-261-34/+29
* Security: EOM modules must now be loaded from the plugin directory.Olivier Bertrand2015-05-201-1/+2
* Json array index (position) was badly set for default array settingOlivier Bertrand2015-05-171-1/+1
* In BIN table date_format now imply by default field_format='C'.Olivier Bertrand2015-05-171-36/+32
* Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-8/+10
* - Fix bug on updating JSON expanded valuesOlivier Bertrand2015-05-011-3/+18
* - Fix Catalog JSON table crash when no JpathOlivier Bertrand2015-04-171-316/+193
* - Fix a bug that caused a crash when doing delete on a json table with wrong ...Olivier Bertrand2015-03-221-11/+5
* This commit includes changes done in a previous (deleted) branch plus new ones.Olivier Bertrand2015-03-181-13/+516
* - Implement random access to ODBC tablesOlivier Bertrand2015-02-281-0/+45
* - FIX assert failure when sorting JSON tablesOlivier Bertrand2015-02-251-4/+4