summaryrefslogtreecommitdiff
path: root/mysys/ma_dyncol.c
Commit message (Expand)AuthorAgeFilesLines
* MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax error...Sergei Golubchik2013-09-091-3/+6
* 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
* | 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