summaryrefslogtreecommitdiff
path: root/storage/connect/value.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2023-01-031-4/+4
|\
| * typosmusvaage2022-12-211-4/+4
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2022-07-271-11/+11
|\ \ | |/
| * Use memory safe snprintf() in Connect EngineMikhail Chalov2022-07-261-11/+11
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2021-07-311-12/+30
|\ \ | |/
| * Fix clang compile error in value.cppOlivier Bertrand2021-06-251-2/+2
| * - Make function strz return null when LEX_STRING is nullOlivier Bertrand2021-06-241-5/+23
| * - Fix MDEV-25863 : Replace __WIN__ by _WIN32Olivier Bertrand2021-06-081-7/+7
* | Merge branch 'bb-10.3-release' into bb-10.4-releaseSergei Golubchik2021-02-121-3/+3
|\ \ | |/
| * Remove based enum not accepted by most gcc compilersOlivier Bertrand2020-11-251-1/+1
| * - Implementation of the Json BJSON representation.Olivier Bertrand2020-11-031-2/+2
* | Merge 10.3 into 10.4Marko Mäkelä2020-10-291-0/+9
|\ \ | |/
| * - Use BIN type when charset='binary'Olivier Bertrand2020-10-051-0/+9
* | Merge 10.3 into 10.4Marko Mäkelä2019-11-011-289/+294
|\ \ | |/
| * Fix wrong second parameter in snprintfOlivier Bertrand2019-10-161-2/+2
| * Some small changes.Olivier Bertrand2019-10-161-291/+296
| * - Fix MDEV-15793: Server crash in PlugCloseFile with sql_mode=''Olivier Bertrand2019-03-231-53/+44
* | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-53/+44
|\ \
| * | Squashed commit of connect/10.0:Olivier Bertrand2019-04-261-53/+44
| * | Squashed commit of connect/10.0:Sergei Golubchik2018-04-261-26/+26
| * | Squashed commit of the following:Vicențiu Ciorbaru2017-10-261-31/+41
| * | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-09-191-31/+78
| * | Merge connect/10.0 into 10.0Vicențiu Ciorbaru2017-08-011-31/+40
| * | compilation warnings in ConnectSergei Golubchik2017-05-191-4/+4
| * | Merge remote-tracking branch 'origin/10.0' into 10.0Vicențiu Ciorbaru2017-05-181-1/+1
| |\ \
| | * | Silence bogus GCC 7 warnings -Wimplicit-fallthroughMarko Mäkelä2017-05-171-1/+1
| * | | Fix wrong value of JSON columnOlivier Bertrand2017-05-111-236/+94
| * | | Fix MDEV-12142 crash when creating CSV tableOlivier Bertrand2017-03-061-17/+56
| |/ /
* | | Fixed compiler warnings form gcc 7.3.1Monty2019-04-191-1/+2
| |/ |/|
* | - Remove warning on not used tabtyp variable in connect_assisted_discoveryOlivier Bertrand2018-02-251-3/+3
* | - Use delayed load for the MongoDB C Drive on WindowsOlivier Bertrand2018-01-301-23/+23
* | - 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-161-3/+14
* | - Update version numberOlivier Bertrand2017-09-041-2/+2
* | - Fix MDEV-13621 JDBC UPDATE containing single or double quote chars produces...Olivier Bertrand2017-08-261-23/+74
* | Modified /storage/connect/value.cpp line 668Olivier Bertrand2017-07-201-1/+1
* | Parenthesize set null in SetValue_pval. Modified /storage/connect/value.cppOlivier Bertrand2017-07-191-1/+1
* | -- Finalize work on MongoDB accessOlivier Bertrand2017-07-181-2/+3
* | Fix unhandled exception:Olivier Bertrand2017-06-111-2/+2
* | Fix gcc compiler warnings reported by SergeiOlivier Bertrand2017-05-231-239/+140
|/
* - MDEV-11366 SIGBUS errors in Connect Storage Engine for ArmHF and MIPS.Olivier Bertrand2016-12-021-8/+27
* Merge branch 'connect/10.0' into 10.0Sergei Golubchik2016-04-261-21/+14
|\
| * - Fix compile error when copying a string on itself.Olivier Bertrand2016-03-191-15/+14
* | 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