summaryrefslogtreecommitdiff
path: root/storage/connect/jsonudf.cpp
Commit message (Expand)AuthorAgeFilesLines
* All changes made on 10.1 for last 11 commitsOlivier Bertrand2016-07-141-4/+8
* - Possibly fix MDEV-10179 Reset remote tables when re-openingOlivier Bertrand2016-06-131-2/+2
* git90.msg + git91.msgOlivier Bertrand2016-06-021-46/+251
* Merge branch '10.0' of https://github.com/MariaDB/server into 10.0Olivier Bertrand2016-05-221-6/+7
|\
| * Fixed failing test cases and compiler warningsMonty2016-04-251-5/+6
| * Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-02-161-4/+53
| |\
| * | Backported fix for ccacheMonty2016-01-031-1/+1
* | | Add all changes made on 10.1Olivier Bertrand2016-05-121-50/+105
| |/ |/|
* | - Change SQL_NTS to 0 when the string is NULLOlivier Bertrand2016-01-251-4/+53
|/
* - Serialize: Protect again eventual longjmp's.Olivier Bertrand2015-12-081-12/+9
* Fix memory error when a plain string argument is parsed.Olivier Bertrand2015-12-051-3/+4
* Fix memory error when a plain string argument is parsed.Olivier Bertrand2015-12-051-6/+12
* Fix memory error when a plain string argument is parsed.Olivier Bertrand2015-12-051-510/+506
* Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-346/+4608
* Fix (?) retrieving integer arguments in JSON UDF'sOlivier Bertrand2015-07-221-1/+1
* Commit merge resolved filesOlivier Bertrand2015-06-051-12/+0
* Commit merge resolved filesOlivier Bertrand2015-06-051-0/+12
|\
| * - Fix a regression bug on (XML) HTML tables.Olivier Bertrand2015-05-051-14/+80
* | In BIN table date_format now imply by default field_format='C'.Olivier Bertrand2015-05-171-2/+2
* | Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-16/+14
* | - Fix a regression bug on (XML) HTML tables.Olivier Bertrand2015-05-051-14/+80
|/
* - Remove a signed/unsigned warning.Olivier Bertrand2015-03-011-1/+1
* - Fix crash when Json_Value was called without arguments.Olivier Bertrand2015-03-011-3/+3
* - Fix MDEV-7616 by adding SQLCOM_SET_OPTION to the accepted command list.Olivier Bertrand2015-02-241-0/+44
* - Add new Json UDF's Json_Array_Add, Json_Array_Grp and Json_Object_Grp.Olivier Bertrand2015-02-221-12/+100
* - Remove GCC warningsOlivier Bertrand2015-02-191-1/+1
* - Work on JSON and JSON UDF'sOlivier Bertrand2015-02-191-17/+129
* - Adding json udf's. Making the second version of json tables.Olivier Bertrand2015-02-111-0/+382