summaryrefslogtreecommitdiff
path: root/mysys/ma_dyncol.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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