summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-08-051-0/+1
* MDEV-17890 Server crash on DELETE with YEAR field with truncated exprNikita Malyavin2021-07-121-1/+9
* MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-081-2/+2
* MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4GbSergei Golubchik2020-12-101-1/+1
* MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-2/+6
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-27/+72
|\
| * Bug #25207522: INCORRECT ORDER-BY BEHAVIOR ON A PARTITIONED TABLE WITH A COMP...Sergei Golubchik2020-07-291-11/+55
| * MDEV-23282 FLOAT(53,0) badly handles out-of-range valuesAlexander Barkov2020-07-271-4/+5
| * Code comment spellfixesIan Gilfillan2020-07-221-13/+13
* | MDEV-18042 Server crashes upon adding a non-null date column under NO_ZERO_DA...Nikita Malyavin2020-07-311-1/+1
* | Fix typo in the comment (and old info)Oleksandr Byelkin2020-07-091-1/+1
* | 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
* | 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
* | Fixed memory leak with DEFAULT(f) on Geometry fieldMonty2020-04-181-1/+1
* | 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
* | Backporting 273d8eb12c40a6dcd05a8148bdfba3f1fd96e764 Proper fix for disabling...Varun Gupta2019-09-231-17/+20
* | MDEV-20589: Server still crashes in Field::set_warning_truncated_wrong_valueVarun Gupta2019-09-181-12/+2
* | MDEV-20403 Assertion `0' or Assertion `btr_validate_index(index, 0)' failed i...Sergei Golubchik2019-09-041-27/+0
* | 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
* | MDEV-19925: Column ... cannot be converted from type 'varchar(20)' to type 'v...Sujatha2019-08-271-0/+45
* | 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.1' into 10.2Oleksandr Byelkin2019-05-041-1/+1
|\ \ \ | |/ /
* | | MDEV-18899: Server crashes in Field::set_warning_truncated_wrong_valueVarun Gupta2019-03-281-2/+5
* | | Backporting MDEV-15597 Add class Load_data_outvar and avoid using Item::STRIN...Alexander Barkov2019-02-231-0/+18
* | | Backporting MDEV-15497 Wrong empty value in a GEOMETRY column on LOAD DATAAlexander Barkov2019-02-231-0/+57
* | | Backporting MDEV-14628 Wrong autoinc value assigned by LOAD XML in the NO_AUT...Alexander Barkov2019-02-231-0/+51
* | | MDEV-18083 ASAN heap-use-after-free in Field::set_warning_truncated_wrong_val...Sergei Golubchik2019-02-051-2/+2
* | | MDEV-14576 Include full name of object in message about incorrect value for c...Alexey Botchkov2018-12-161-7/+26
* | | MDEV-16217: Assertion `!table || (!table->read_set || bitmap_is_set(table->re...bb-10.2-MDEV-16217Oleksandr Byelkin2018-11-141-2/+15
* | | Merge branch '10.1' into 10.2Sergei Golubchik2018-09-241-1/+1
|\ \ \ | |/ /
| * | Merge branch '10.0' into 10.1Sergei Golubchik2018-09-231-1/+2
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.5' into 10.0Alexander Barkov2018-09-211-1/+2
| | |\ \ | | | |/
| | | * MDEV-17249 MAKETIME(-1e50,0,0) returns a wrong resultAlexander Barkov2018-09-201-1/+2
* | | | Merge branch '10.1' into 10.2Oleksandr Byelkin2018-09-141-6/+11
|\ \ \ \ | |/ / /
| * | | Merge branch '11.0' into 10.1Oleksandr Byelkin2018-09-061-6/+11
| |\ \ \ | | |/ /
| | * | MDEV-17067 Server crash in write_block_recordMonty2018-08-241-6/+11
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-021-1/+7
|\ \ \ \ | |/ / /
| * | | MDEV-16711 Crash in Field_blob::store() while reading statisticsIgor Babaev2018-07-151-1/+7
* | | | MDEV-12574 MAX(old_decimal) produces a column of the old DECIMAL typeAlexander Barkov2018-06-251-9/+18
* | | | MDEV-12809 Bad column type created for TEXT(1431655798) CHARACTER SET utf8Alexander Barkov2018-06-211-1/+1
* | | | MDEV-15352 AUTO_INCREMENT breaks after updating a column value to a negative ...Alexander Barkov2018-06-141-0/+10
* | | | register keyword c++17 warningEugene Kosov2018-04-241-1/+1