summaryrefslogtreecommitdiff
path: root/sql/field.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: VCOL_NOT_VIRTUAL->VCOL_NEXTVALSergei Golubchik2022-12-021-2/+2
* MDEV-29473 UBSAN: Signed integer overflow: X * Y cannot be represented in typ...Alexander Barkov2022-11-171-0/+2
* MDEV-29041 Redundant truncation warning on CAST(string_column AS DECIMAL)Alexander Barkov2022-07-061-3/+3
* Fix most clang-15 -Wunused-but-set-variableMarko Mäkelä2022-07-011-3/+2
* Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-5/+12
|\
| * MDEV-25317 Assertion `scale <= precision' failed in decimal_bin_size And Asse...Alexey Botchkov2022-04-261-12/+16
* | MDEV-24176 Server crashes after insert in the table with virtualAleksey Midenkov2022-04-181-0/+5
* | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-10/+2
|\ \ | |/
| * MDEV-26129 Bad results with join comparing case insensitive VARCHAR/ENUM/SET ...bb-10.2-MDEV-26129Alexander Barkov2022-01-181-2/+2
* | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-111-2/+2
* | Fixed compile errors when compiling with HAVE_valgrindMichael Widenius2021-08-241-1/+1
* | Merge 10.2 into 10.3Marko Mäkelä2021-08-181-1/+2
|\ \ | |/
| * MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-08-051-0/+1
* | Merge branch '10.2' into 10.3Sergei Golubchik2021-07-211-1/+9
|\ \ | |/
| * 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-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
|\ \ \ | |/ /