summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-271-5/+4
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-1/+1
|\
| * MDEV-4677 GROUP_CONCAT not showing any output with group_concat_max_len >= 4GbSergei Golubchik2020-12-101-1/+1
* | cleanup: RAII helper for changing thd->count_cuted_rowsSergei Golubchik2020-11-251-9/+3
* | Merge 10.2 into 10.3Marko Mäkelä2020-11-021-2/+6
|\ \ | |/
| * MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-021-2/+6
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-33/+72
|\ \ | |/
| * 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-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
|\ \ \ | |/ /