summaryrefslogtreecommitdiff
path: root/mysys/ma_dyncol.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.1' into 10.2Sergei Golubchik2017-03-301-4/+4
|\
| * spelling fixesklemens2017-03-071-5/+5
* | Fix many -Wconversion warnings.Marko Mäkelä2017-03-071-8/+8
* | Fixed compiler warnings and test failures found by buildbotMonty2016-06-241-7/+7
* | General spell fixing in comments and stringsOtto Kekäläinen2016-06-081-1/+1
|/
* Merge branch '10.0' into 10.1Oleksandr Byelkin2016-03-241-1/+1
|\
| * MDEV-9773: Memory corruption in mariadb_dyncol_unpackOleksandr Byelkin2016-03-241-1/+1
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-12-211-6/+5
|\ \ | |/
| * MDEV-9167: COLUMN_CHECK fails on valid decimal dataOleksandr Byelkin2015-12-161-1/+2
| * MDEV-8521 Drastic loss of precision in COLUMN_JSON() on DOUBLEsOleksandr Byelkin2015-12-101-1/+3
| * MDEV-8401 COLUMN_CREATE(name, value as DOUBLE) results in stringOleksandr Byelkin2015-12-101-4/+0
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-11-191-2/+4
|\ \ | |/
| * MDEV-8565: COLUMN_CHECK fails on valid dataOleksandr Byelkin2015-10-191-2/+4
* | - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-4/+3
|/
* MDEV-7116: Dynamic column hangs/segfaultsunknown2014-11-171-1/+0
* MDEV-6314 - Compile/run MariaDB with ASanSergey Vojtovich2014-06-101-1/+1
* MDEV-5404 Can't free data returned by mariadb_dyncol_unpack on windowsSergei Golubchik2014-03-191-0/+12
* MDEV-5173 Cppcheck reportSergei Golubchik2014-03-191-3/+3
* MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-1/+1
* 10.0-base merge.Sergei Golubchik2013-09-211-7/+11
|\
| * 5.5 merge and fixes for compiler/test errorsSergei Golubchik2013-09-181-4/+5
| |\
| | * MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error...Sergei Golubchik2013-09-091-3/+6
| * | new format length calculation check added.unknown2013-08-201-2/+4
| * | merge 5.5 -> 10.0-baseunknown2013-08-201-1/+2
| |\ \ | | |/
| | * Merge from 5.3Alexander Barkov2013-08-121-9/+18
| | |\
| | | * MDEV-4811 Assertion `offset < 0x1f' fails in type_and_offset_store on COLUMN_ADDunknown2013-08-011-9/+18
* | | | MDEV-4993:Impossible to free a dynamic columnunknown2013-09-171-18/+27
* | | | MDEV-4995: mariadb_dyncol_column_count returns error when passing an empty dy...unknown2013-09-111-0/+4
* | | | MDEV-4994: Crash in dynamic column APIunknown2013-09-111-9/+17
* | | | Merging my_convert() from 10.0-sergAlexander Barkov2013-08-011-10/+9
|/ / /
* | | remove ULL() and LL(), because they're totally unnecessarySergei Golubchik2013-04-071-4/+4
* | | cleanup:Sergei Golubchik2013-01-231-3/+1
* | | cleanup: use MYF() for mysys flagsSergei Golubchik2013-01-231-1/+1
* | | MDEV-4011 Added per thread memory counting and usageMichael Widenius2013-01-231-1/+8
* | | Compiler warning fixed.unknown2013-01-141-6/+3
* | | Windows compiler warnings fix.unknown2013-01-111-7/+9
* | | Fix windows compiler warnings.unknown2013-01-111-24/+32
* | | fixed crossplatform double values representation.unknown2013-01-101-1/+1
* | | 32 bit systems warnings fixed.unknown2013-01-101-6/+6
* | | Post-post review fixes.unknown2012-12-231-13/+47
* | | backport to 5.5 dyncol changes and names supportunknown2012-12-231-486/+885
* | | MDEV-506 Cassandra dynamic columns accessunknown2012-09-281-20/+269
* | | MDEV-377 Name support for dynamic columnsunknown2012-09-281-540/+2064
|/ /
* | 5.3->5.5 mergeSergei Golubchik2011-11-221-65/+64
|\ \ | |/
| * Compiler warning about assigned but not used variables fixed.unknown2011-10-181-5/+4
| * portability fix: avoid anonymous structs and unions in CSergei Golubchik2011-09-221-60/+60
* | fix the build and compiler warnings (few of which were real bugs)Sergei Golubchik2011-10-291-2/+1
* | merge with 5.3Sergei Golubchik2011-10-191-3/+2
|/
* Fixed bug when accessing wrong decimal value in dynamic string (Fixed lp:781233)Michael Widenius2011-05-121-13/+64
* automatic mergeMichael Widenius2011-05-111-1/+11
|\