summaryrefslogtreecommitdiff
path: root/storage/connect
Commit message (Expand)AuthorAgeFilesLines
...
| | * Make REST tables default file name. Commit before continuing BSON developmentOlivier Bertrand2020-12-226-32/+57
| | * - Fix json parser (void objects not recognized) modified: json.cppOlivier Bertrand2020-12-182-12/+15
| | * - Fix crash with JsonContains UDF + BSON developmentOlivier Bertrand2020-12-174-25/+17
| | * - Fix pretty=2 Tabjson bug on INSERT.Olivier Bertrand2020-12-1510-908/+189
| | * BSON developmentOlivier Bertrand2020-12-116-103/+249
| | * - Fix json_bjson (s was erase by Json_Subset)Olivier Bertrand2020-12-0912-614/+204
| | * - Continue BSON implementationOlivier Bertrand2020-12-0814-99/+1033
| | * Remove a push warning causing failing assert. Modified storage/connect/filam...Olivier Bertrand2020-12-0410-570/+400
| | * Fix failed compile modified storage/connect/ha_connect.ccOlivier Bertrand2020-12-021-1/+2
| | * Fix failed compile modified storage/connect/ha_connect.cc and mycat.ccOlivier Bertrand2020-12-012-12/+12
| | * - Fix memory leak for the JSON table typeOlivier Bertrand2020-12-0116-181/+3214
| | * - Begin implementation of BSONOlivier Bertrand2020-11-275-125/+361
| | * Desesperatly trying to stop compiling failuresOlivier Bertrand2020-11-257-1596/+1655
| | * Remove based enum not accepted by most gcc compilersOlivier Bertrand2020-11-257-568/+2270
| | * Fix xml.test failure. Fix compile error modified json.hOlivier Bertrand2020-11-213-92/+95
| | * Fix some test failureOlivier Bertrand2020-11-2110-33/+2323
| | * Fix compile error. Modified json.cppOlivier Bertrand2020-11-201-1/+1
| | * Fix some json discovery problems. Modified tabjson.cpp tabjson.hOlivier Bertrand2020-11-192-7/+27
| | * Commit new source and all recent changes.Olivier Bertrand2020-11-188-251/+314
| | |\
| | * | Change cURL option from > to -o. modified storage/connect/tabrest.cppOlivier Bertrand2020-11-141-3/+3
| | * | Fix getting proper table type in discovery. modified storage/connect/ha_con...Olivier Bertrand2020-11-131-1/+5
| | * | Fix using a null pointer. modified storage/connect/tabrest.cppOlivier Bertrand2020-11-111-6/+13
| | * | Add getting REST query answer via curl. modified storage/connect/tabrest.cppOlivier Bertrand2020-11-111-17/+68
| | * | Fix compile error (sign-compare) Modified jsonudf.cpp jsonudf.hOlivier Bertrand2020-11-082-3/+4
| | * | Re-fix compile error (conversion-null) Modified json.cppOlivier Bertrand2020-11-081-1/+1
| | * | Re-fix compile error (sign-unsign) Modified filamtxt.cppOlivier Bertrand2020-11-071-1/+1
| | * | Re-fix compile error (sign-unsign) Modified filamtxt.cppOlivier Bertrand2020-11-071-1/+1
| | * | Re-fix compile error (overloaded-virtual)Olivier Bertrand2020-11-074-128/+112
| | * | Fix compile error (overloaded-virtual)Olivier Bertrand2020-11-073-60/+72
| | * | Fix compile error. Modified ha_connect.ccOlivier Bertrand2020-11-071-0/+1
| | * | - Getting text of json items now includes all array membersOlivier Bertrand2020-11-0714-160/+182
| | * | Update tests to cope with changesOlivier Bertrand2020-11-0613-8/+17
| | * | Try to fix failing testsOlivier Bertrand2020-11-051-8/+16
| | * | Try to fix failing testsOlivier Bertrand2020-11-051-9/+8
| | * | Try to fix failing testsOlivier Bertrand2020-11-053-23/+21
| | * | Try to fix that F..k gcc operator delete errorOlivier Bertrand2020-11-041-0/+1
| | * | Fix crash on Json date columnsOlivier Bertrand2020-11-043-3/+14
| | * | Fix compile error on LINUX (no suitable operator delete)Olivier Bertrand2020-11-042-6/+6
| | * | Fix compile error on LINUX (LARGE_INTEGER)Olivier Bertrand2020-11-036-17/+39
| | * | - Implementation of the Json BJSON representation.Olivier Bertrand2020-11-0352-1595/+2668
| * | | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-10/+9
* | | | MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-12/+11
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-2/+2
|\ \ \ \ | |/ / /
| * | | MDEV-23942 mariadb-10.5.6/storage/connect/plugutil.cpp:380: bad width ?Sergei Golubchik2020-12-101-2/+2
| | |/ | |/|
* | | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-301-5/+4
|\ \ \ | |/ /
| * | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-281-5/+4
| |\ \
| | * | - Fix MDEV-22571 and MDEV-22572. Allow multiple ZIP tableOlivier Bertrand2020-07-1617-108/+511
* | | | Merge 10.2 into 10.3Marko Mäkelä2020-10-2823-490/+1071
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2020-10-2623-490/+1071
| |\ \ \ | | | |/ | | |/|
| | * | - Inline MakePtr and MakeOff with OFFSET as size_tOlivier Bertrand2020-10-1816-373/+848