summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-05-161-1/+10
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-05-151-1/+10
| |\
| | * Amend af784385b4a2b286000fa2c658e34283fe7bba60: Avoid vtable overheadMarko Mäkelä2020-05-151-2/+5
| | * Fix for using uninitialized memoryMonty2020-05-151-0/+6
| | * Fixed bugs found by valgrindMonty2020-05-151-1/+1
* | | MDEV-22563 Segfault on duplicate free of Item_func_in::arrayAleksey Midenkov2020-05-151-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2020-04-221-1/+1
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-04-221-1/+1
| |\ \ | | |/
| | * Fixed memory leak with DEFAULT(f) on Geometry fieldMonty2020-04-181-1/+1
* | | MDEV-20494 ER_NOT_FORM_FILE or assertion upon adding partition to period tableAleksey Midenkov2020-04-031-0/+17
* | | Merge 10.3 into 10.4Marko Mäkelä2020-03-201-3/+11
|\ \ \ | |/ /
| * | MDEV-21959: Fix a type mismatch on 64-bit systemsMarko Mäkelä2020-03-201-1/+1
| * | Merge 10.2 into 10.3Marko Mäkelä2020-03-201-3/+11
| |\ \ | | |/
| | * MDEV-21959 GIS error message doesn't show the wrong value, just the type.Alexey Botchkov2020-03-171-2/+10
| | * MDEV-21082: isnan/isinf compilation errors, isfinite warnings on MacOSVlad Lesin2019-11-191-3/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2019-09-251-4/+3
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-09-241-4/+4
| |\ \ | | |/
| | * Backporting 273d8eb12c40a6dcd05a8148bdfba3f1fd96e764 Proper fix for disabling...Varun Gupta2019-09-231-17/+20
| * | Remove Field::is_stat_field completelyMichael Widenius2019-09-231-1/+0
* | | Merge 10.3 into 10.4Marko Mäkelä2019-09-231-28/+23
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-13/+3
| |\ \ | | |/
| | * MDEV-20589: Server still crashes in Field::set_warning_truncated_wrong_valueVarun Gupta2019-09-181-12/+2
| * | Proper fix for disabling warnings in read_statistics_for_table().Michael Widenius2019-09-221-15/+20
* | | MDEV-18153 Assertion `0' or Assertion `btr_validate_index(index, 0)' failed i...Alexander Barkov2019-09-131-1/+28
* | | Merge branch '10.3' into 10.4Sergei Golubchik2019-09-061-27/+70
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-09-041-27/+0
| |\ \ | | |/
| | * MDEV-20403 Assertion `0' or Assertion `btr_validate_index(index, 0)' failed i...Sergei Golubchik2019-09-041-27/+0
| * | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-041-0/+70
| |\ \ | | |/
| | * Part2: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Alexander Barkov2019-09-031-5/+8
| | * MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-031-0/+67
* | | Merge 10.3 into 10.4Marko Mäkelä2019-08-311-0/+45
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2019-08-281-0/+45
| |\ \ | | |/
| | * MDEV-19925: Column ... cannot be converted from type 'varchar(20)' to type 'v...Sujatha2019-08-271-0/+45
* | | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-131-0/+4
|\ \ \ | |/ /
| * | MDEV-20263 sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOBAlexander Barkov2019-08-061-0/+4
* | | NFC: refactor Field::is_equal() and related stuffEugene Kosov2019-06-221-129/+58
* | | MDEV-17301 Change of COLLATE unnecessarily requires ALGORITHM=COPYEugene Kosov2019-06-221-43/+54
* | | MDEV-19776: Assertion `to_len >= 8' failed in convert_to_printable with optim...Varun Gupta2019-06-201-0/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2019-06-191-9/+37
|\ \ \ | |/ /
| * | MDEV-17363 - Compressed columns cannot be restored from dumpAlexander Barkov2019-06-181-9/+37
* | | MDEV-18880: Optimizer trace prints date in hexadecimalVarun2019-06-111-0/+55
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-22/+3
|\ \ \ | |/ /
| * | MDEV-19468 Hybrid type expressions return wrong format for FLOATAlexander Barkov2019-05-151-20/+1
| * | Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2019-05-131-1/+1
| | |\
| | | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | | |\
| | | | * Update FSF AddressVicențiu Ciorbaru2019-05-111-1/+1
| * | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-1/+1
| | |\ \ \ | | | |/ /
* | | | | A joint patch for MDEV-19284 and MDEV-19285 (INSTANT ALTER)Alexander Barkov2019-05-161-11/+14