summaryrefslogtreecommitdiff
path: root/sql/field.h
Commit message (Expand)AuthorAgeFilesLines
* fix typoslilinjie2023-01-051-1/+1
* MDEV-30016 Virtual columns do not support autoincrement columnsSergei Golubchik2022-12-021-0/+3
* cleanup: VCOL_NOT_VIRTUAL->VCOL_NEXTVALSergei Golubchik2022-12-021-3/+2
* Merge branch '10.2' into 10.3Oleksandr Byelkin2022-05-031-0/+2
|\
| * MDEV-25317 Assertion `scale <= precision' failed in decimal_bin_size And Asse...Alexey Botchkov2022-04-261-0/+2
* | MDEV-24176 Server crashes after insert in the table with virtualAleksey Midenkov2022-04-181-1/+5
* | MDEV-24176 PreparationsAleksey Midenkov2022-04-181-0/+4
* | Merge branch '10.2' into 10.3mariadb-10.3.33Oleksandr Byelkin2022-01-291-2/+10
|\ \ | |/
| * MDEV-26129 Bad results with join comparing case insensitive VARCHAR/ENUM/SET ...bb-10.2-MDEV-26129Alexander Barkov2022-01-181-1/+12
* | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-111-2/+11
* | Merge 10.2 into 10.3Marko Mäkelä2021-08-181-0/+33
|\ \ | |/
| * MDEV-18734 ASAN heap-use-after-free upon sorting by blob column from partitio...Aleksey Midenkov2021-08-051-0/+33
* | Merge branch bb-10.2-release into bb-10.3-releaseNikita Malyavin2021-05-041-2/+3
|\ \ | |/
| * MDEV-24583 SELECT aborts after failed REPLACE into table with vcolNikita Malyavin2021-04-271-2/+3
* | MDEV-24387: Wrong number of decimal digits in certain UNION/SubqeryRucha Deodhar2021-01-131-1/+1
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-12-231-3/+0
|\ \ | |/
| * Revert "MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEG...Sergei Golubchik2020-12-101-3/+0
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-10-301-0/+3
|\ \ | |/
| * MDEV-24033: SIGSEGV in __memcmp_avx2_movbe from queue_insert | SIGSEGV in __...Varun Gupta2020-10-301-0/+3
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-08-031-16/+16
|\ \ | |/
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2020-08-021-15/+15
| |\
| | * Bug #25207522: INCORRECT ORDER-BY BEHAVIOR ON A PARTITIONED TABLE WITH A COMP...Sergei Golubchik2020-07-291-11/+11
| | * Code comment spellfixesIan Gilfillan2020-07-221-4/+4
* | | Fixed bugs found by valgrindMonty2020-07-021-3/+4
* | | Don't copy uninitialized bytes when copying varstringsMonty2020-07-021-6/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-06-061-0/+7
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2020-06-061-0/+7
| |\ \ | | |/
| | * MDEV-22715: SIGSEGV in radixsort_for_str_ptr and in native_compare/my_qsort2 ...Varun Gupta2020-06-051-0/+7
| | * imporve clang buildEugene Kosov2019-06-251-1/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2020-05-151-1/+17
|\ \ \ | |/ /
| * | Amend af784385b4a2b286000fa2c658e34283fe7bba60: Avoid vtable overheadMarko Mäkelä2020-05-151-2/+8
| * | Fix for using uninitialized memoryMonty2020-05-151-0/+9
| * | Backporting 273d8eb12c40a6dcd05a8148bdfba3f1fd96e764 Proper fix for disabling...Varun Gupta2019-09-231-5/+1
* | | Remove Field::is_stat_field completelyMichael Widenius2019-09-231-3/+0
* | | Merge 10.2 into 10.3Marko Mäkelä2019-09-231-1/+0
|\ \ \ | |/ /
| * | MDEV-20589: Server still crashes in Field::set_warning_truncated_wrong_valueVarun Gupta2019-09-181-1/+0
* | | Proper fix for disabling warnings in read_statistics_for_table().Michael Widenius2019-09-221-2/+1
* | | Merge 10.2 into 10.3Marko Mäkelä2019-09-041-23/+0
|\ \ \ | |/ /
| * | MDEV-20403 Assertion `0' or Assertion `btr_validate_index(index, 0)' failed i...Sergei Golubchik2019-09-041-1/+0
| * | cleanup: on update default nowSergei Golubchik2019-09-031-22/+0
* | | Merge 10.2 (up to commit ef00ac4c86daf3294c46a45358da636763fb0049) into 10.3Alexander Barkov2019-09-041-0/+17
|\ \ \ | |/ /
| * | Part2: MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false...Alexander Barkov2019-09-031-2/+3
| * | MDEV-18156 Assertion `0' failed or `btr_validate_index(index, 0, false)' in r...Alexander Barkov2019-09-031-0/+16
* | | MDEV-20425: Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-301-1/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-291-1/+2
|\ \ \ | |/ /
| * | MDEV-16932: ASAN heap-use-after-free in my_charlen_utf8 / my_well_formed_char...Oleksandr Byelkin2019-08-281-1/+2
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-281-0/+3
|\ \ \ | |/ /
| * | MDEV-19925: Column ... cannot be converted from type 'varchar(20)' to type 'v...Sujatha2019-08-271-0/+3
* | | MDEV-20285 Wrong result on INSERT..SELECT when converting from SIGNED to UNSI...Alexander Barkov2019-08-081-9/+14
* | | MDEV-17363 - Compressed columns cannot be restored from dumpAlexander Barkov2019-06-181-0/+4