summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19632 Replication aborts with ER_SLAVE_CONVERSION_FAILED upon CREATE ......Alexander Barkov2020-08-011-0/+13
* Merge 10.2 into 10.3Marko Mäkelä2020-07-311-1/+2
|\
| * MDEV-18042 Server crashes upon adding a non-null date column under NO_ZERO_DA...Nikita Malyavin2020-07-311-1/+1
* | 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
* | Fixed bugs found by valgrindMonty2020-07-021-1/+1
* | Don't copy uninitialized bytes when copying varstringsMonty2020-07-021-0/+11
* | 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
* | | 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
* | | 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-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.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.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
* | | 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.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
* | | MDEV-20263 sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOBAlexander Barkov2019-08-061-0/+4
* | | MDEV-17363 - Compressed columns cannot be restored from dumpAlexander Barkov2019-06-181-9/+37
* | | 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
| |\ \ \ | | |/ /
* | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-2/+5
|\ \ \ \ | |/ / /
| * | | 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
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-02-191-2/+2
|\ \ \ \ | |/ / /