summaryrefslogtreecommitdiff
path: root/sql/field.h
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27653 long uniques don't work with unicode collationsAlexander Barkov2023-01-191-3/+11
* Merge branch '10.3' into 10.4Sergei Golubchik2023-01-101-1/+1
|\
| * fix typoslilinjie2023-01-051-1/+1
* | Merge 10.3 into 10.4Marko Mäkelä2022-12-131-3/+5
|\ \ | |/
| * 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-29495 Generalize can_convert_xxx() hook engine API to cover any arbitrar...Alexander Barkov2022-10-271-22/+0
* | | MDEV-28545 MyISAM reorganize partition corrupt older table formatAlexander Barkov2022-10-251-0/+7
* | | MDEV-26546 SIGSEGV's in spider_db_connect on SHOW TABLE and spider_db… …_...Alexey Botchkov2022-07-171-1/+1
* | | Merge 10.3 into 10.4Marko Mäkelä2022-04-211-0/+8
|\ \ \ | |/ /
| * | 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.3' into 10.4Oleksandr Byelkin2022-01-301-2/+10
|\ \ \ | |/ /
| * | 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-26453 Assertion `0' failed in row_upd_sec_index_entry & corruptionNikita Malyavin2021-10-291-0/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2021-10-131-2/+11
|\ \ \ | |/ /
| * | MDEV-22660 System versioning cleanupsAleksey Midenkov2021-10-111-2/+11
* | | Merge 10.3 into 10.4Marko Mäkelä2021-08-181-0/+33
|\ \ \ | |/ /
| * | 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.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-2/+3
|\ \ \ | |/ /
| * | 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
* | | Fix all warnings given by UBSANMonty2021-04-201-1/+7
* | | MDEV-22775 [HY000][1553] Changing name of primary key column with foreign key...Alexander Barkov2021-04-071-7/+31
* | | Merge 10.3 into 10.4Marko Mäkelä2021-01-251-1/+1
|\ \ \ | |/ /
| * | MDEV-24387: Wrong number of decimal digits in certain UNION/SubqeryRucha Deodhar2021-01-131-1/+1
* | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-3/+0
|\ \ \ | |/ /
| * | 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 10.3 into 10.4Marko Mäkelä2020-11-031-0/+3
|\ \ \ | |/ /
| * | 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
* | | MDEV-23537 Comparison with temporal columns is slow in MariaDBAlexander Barkov2020-08-221-0/+5
* | | MDEV-23525 Wrong result of MIN(time_expr) and MAX(time_expr) with GROUP BYAlexander Barkov2020-08-221-0/+4
* | | Merge branch '10.3' into 10.4Oleksandr Byelkin2020-08-031-15/+15
|\ \ \ | |/ /
| * | 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
* | | | Merge remote-tracking branch 'origin/10.3' into 10.4Monty2020-07-031-8/+3
|\ \ \ \ | |/ / /
| * | | Fixed bugs found by valgrindMonty2020-07-021-3/+4
| * | | Don't copy uninitialized bytes when copying varstringsMonty2020-07-021-6/+1
* | | | MDEV-22665: Print ranges in the optimizer trace created for non-indexed colum...Varun Gupta2020-06-181-0/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2020-06-061-0/+7
|\ \ \ \ | |/ / /
| * | | 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
| | |\ \ | | | |/