summaryrefslogtreecommitdiff
path: root/mysys/ma_dyncol.c
Commit message (Expand)AuthorAgeFilesLines
* Added typedef decimal_digits_t (uint16) for number of digits in mostMonty2021-05-191-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2021-04-211-3/+3
|\
| * Fix all warnings given by UBSANMonty2021-04-201-3/+3
* | cleanup: PSI key is *always* the first argumentSergei Golubchik2020-03-101-1/+1
* | perfschema memory related instrumentation changesSergei Golubchik2020-03-101-14/+23
* | perfschema - various collateral cleanups and small changesSergei Golubchik2020-03-101-4/+2
|/
* Merge bb-10.2-ext into 10.3Marko Mäkelä2018-02-151-2/+58
|\
| * Merge 10.1 into 10.2Marko Mäkelä2018-02-081-1/+1
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2018-02-081-1/+1
| | |\
| | | * MDEV-15230: column_json breaks cyrillic in 10.1.31Oleksandr Byelkin2018-02-071-1/+1
| * | | Merge branch 'github/10.1' into 10.2Sergei Golubchik2018-02-061-2/+58
| |\ \ \ |/ / / / | | _ / | | /
| * | Merge branch 'github/10.0' into 10.1Sergei Golubchik2018-02-021-2/+58
| |\ \ | | |/
| | * MDEV-7533: COLUMN_JSON() doesn't escape control characters in string valuesOleksandr Byelkin2018-01-231-2/+58
* | | Merge 10.1 into 10.2Marko Mäkelä2017-12-141-2/+1
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-12-121-2/+1
| |\ \ | | |/
| | * MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-141-2/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2017-05-231-0/+2
|\ \ \ | |/ /
| * | Merge 10.0 into 10.1Marko Mäkelä2017-05-231-0/+1
| |\ \ | | |/
| | * MDEV-6262 analyze the coverity report on mariadbSergei Golubchik2017-05-191-0/+1
| * | Merge 10.0 into 10.1Marko Mäkelä2017-05-201-0/+1
| |\ \ | | |/
| | * Fixed typo in the case operator.Oleksandr Byelkin2017-05-181-0/+1
* | | 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