summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2020-07-151-2/+2
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-07-141-1/+1
| |\
| | * Fix typo in the comment (and old info)Oleksandr Byelkin2020-07-091-1/+1
* | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-1/+12
|\ \ \ | |/ /
| * | Fixed bugs found by valgrindMonty2020-07-021-1/+1
| * | Don't copy uninitialized bytes when copying varstringsMonty2020-07-021-0/+11
* | | MDEV-22665: Print ranges in the optimizer trace created for non-indexed colum...Varun Gupta2020-06-181-0/+40
* | | MDEV-22734 Assertion `mon > 0 && mon < 13' failed in sec_since_epochAlexander Barkov2020-06-081-1/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2020-06-061-3/+2
|\ \ \ | |/ /
| * | Merge 10.2 into 10.3Marko Mäkelä2020-06-061-3/+2
| |\ \ | | |/
| | * Merge 10.1 into 10.2Marko Mäkelä2020-06-061-3/+2
| | |\
| | | * MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-06-051-3/+2
| | | * imporve clang buildEugene Kosov2019-06-251-1/+1
| * | | MDEV-16937 Strict SQL with system versioned tables causes issuesAleksey Midenkov2020-05-281-0/+7
* | | | MDEV-16937 Strict SQL with system versioned tables causes issues (10.4)Aleksey Midenkov2020-05-291-0/+7
* | | | 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