summaryrefslogtreecommitdiff
path: root/storage/connect/value.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'connect/10.1' into 10.1Sergei Golubchik2016-03-211-21/+14
|\
| * - Fix compile error when copying a string on itself.Olivier Bertrand2016-03-191-15/+14
| * Remove commented lines.Olivier Bertrand2015-11-221-8/+0
| * Make changes required by version 10.1.9 (see Sergei's mmail):Olivier Bertrand2015-11-221-8/+8
| * Fold all json UDF names to lower caseOlivier Bertrand2015-09-211-0/+8
| * Add experimental Bson_Array function (not documented)Olivier Bertrand2015-09-061-3/+3
| * Add new json UDFs and make possible to use a json file name as json item.Olivier Bertrand2015-08-141-9/+13
| * Commit changes pulled from ob-10.0Olivier Bertrand2015-06-021-7/+7
| * Last commit was done with wrong filesOlivier Bertrand2015-05-101-10/+10
| * Make this repository aligned with 10.0 oneOlivier Bertrand2015-04-051-34/+46
| * Same changes than in version 10.0.17Olivier Bertrand2015-03-191-4/+7
* | ASAN error in CONNECT engineSergei Golubchik2016-03-211-2/+8
* | Fix spelling: occurred, execute, which etcOtto Kekäläinen2016-03-041-2/+2
* | Merge branch 'connect/10.0' into 10.0Sergei Golubchik2015-12-131-3/+3
|\ \
| * | Commit updating CONNECT from the 10.1 versionOlivier Bertrand2015-12-041-3/+3
* | | Fixed failing test cases and compiler warnings found by buildbotMonty2015-11-241-1/+1
|/ /
* | Fix crash when SetValue_char is called with a negative length value.Olivier Bertrand2015-08-141-9/+13
* | Change all preprocessor compiler directives to use __WIN__ as the mean ofOlivier Bertrand2015-05-271-7/+7
* | Get rid of GCC warnings about unused parametersOlivier Bertrand2015-05-091-9/+9
* | - Fix bug on updating JSON expanded valuesOlivier Bertrand2015-05-011-1/+1
* | - Fix MDEV-7879 by adding a test in all SetValue_pval function to return when...Olivier Bertrand2015-03-301-34/+46
* | - Protect AllocateValue against a null sp.Olivier Bertrand2015-01-241-2/+2
* | - Fix correctly MDEV-7498. The problem was not in AllocateValue but inOlivier Bertrand2015-01-241-1/+1
* | - This to fix MDEV-7498. All changes made to AllocateValue to be sure thatOlivier Bertrand2015-01-231-7/+5
* | - Fix MDEV-7489 (in add_field)Olivier Bertrand2015-01-231-2/+7
|/
* - Fix compile errors and warnings of LINUX G++Olivier Bertrand2015-01-201-38/+55
|\
| * - Adding the JSON table typeOlivier Bertrand2015-01-191-27/+60
|/
* - Set connection charset before calling mysql_real_connect for MYSQLOlivier Bertrand2015-01-061-3/+233
* - Move mktime in TIME_to_localtime because on Linux the hour can be modifiedOlivier Bertrand2014-11-241-3/+6
|\
| * - Make the fix for getting day names of dates more generalOlivier Bertrand2014-11-241-9/+6
| * - Fix a bug causing the day always printed as Sunday for date columns withOlivier Bertrand2014-11-231-2/+8
|/
* 1) Handling string memory allocation with a new STRING class. This is onlyOlivier Bertrand2014-10-211-9/+5
* - Fix null handling for date columns (see MDEV-6744)Olivier Bertrand2014-10-121-21/+30
* - Fix MDEV-6802 in a clean way.Olivier Bertrand2014-09-301-26/+0
* This is a major update that fixes most of the issues and bugs thatOlivier Bertrand2014-08-071-0/+4
* - Commit merged filesOlivier Bertrand2014-04-231-9/+9
|\
| * Merge 10.0 -> 10.0-connectAlexander Barkov2014-04-211-7/+7
| |\
* | \ - Commit merged filesOlivier Bertrand2014-04-191-1/+430
|\ \ \ | |/ /
| * | - FIX MDEV-5989 (max(indexed) doesn't work)Olivier Bertrand2014-04-011-1/+430
| |/
* | - Resolving conflictsOlivier Bertrand2014-03-221-2205/+2205
|\ \ | |/
| * - FIX PIVOT bug MDEV-5869 caused by using fop (field option ptr) when NULL.Olivier Bertrand2014-03-181-6/+6
* | - MRR + Block IndexingOlivier Bertrand2014-03-201-2219/+2205
|\ \ | |/
| * - NOTE: an experimental implementation of MRR was done but not keptOlivier Bertrand2014-03-101-119/+1
* | - TemporaryOlivier Bertrand2014-03-101-4/+114
|/
* # This is a minor change commitmentOlivier Bertrand2014-02-161-2/+2
* This is a major update of CONNECT that goes from version 1.1 to 1.2Olivier Bertrand2014-02-031-3/+7
* - Add the DECIMAL data type (TYPE_DECIM)Olivier Bertrand2013-12-281-22/+262
* - Fix MDEV-5393 and MDEV-5434. It is a major update of ODBC catalog tablesOlivier Bertrand2013-12-161-1/+2
* Merge 10.0->10.0-connectAlexander Barkov2013-12-141-3/+1
|\
| * MDEV-4243 [PATCH] Warnings/errors while compiling with clangSergei Golubchik2013-11-281-3/+1