summaryrefslogtreecommitdiff
path: root/mysys/ma_dyncol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fixed a memory overrun in dynamic columns when sending in a mailformed (too s...Michael Widenius2011-05-111-1/+9
| * Fixed compiler warnings and test cases problems found by buildbotMichael Widenius2011-05-111-0/+2
* | Fix compile error by changing #include <mysys_priv.h> to #include "mysys_pri...Vladislav Vaintroub2011-05-111-11/+18
|/
* Adding support for Dynamic columns (WL#34):Michael Widenius2011-05-081-0/+2044