summaryrefslogtreecommitdiff
path: root/sql/sql_base.cc
Commit message (Expand)AuthorAgeFilesLines
* Fixed hang in concurrent DROP TABLE and BACKUP LOCK BLOCK_DDLMonty2021-05-191-0/+2
* MDEV-18465 Logging of DDL statements during backupMonty2021-05-191-1/+1
* Reduce usage of strlen()Monty2021-05-191-2/+2
* Replaced base_flags_t::IS_AUTOGENERATED_NAME with IS_EXPLICT_NAMEAlexander Barkov2021-05-191-2/+2
* Removed Item::is_fixed() and Item::has_subquery()Monty2021-05-191-1/+1
* Change bitfields in Item to an uint16Michael Widenius2021-05-191-5/+5
* Revert MDEV-16592 "Change Item::with_sum_func to a virtual method"Michael Widenius2021-05-191-1/+1
* Changed field_index to use field_index_t instead of uint16Monty2021-05-191-3/+3
* Removed Item::common_flags and replaced it with bit fieldsMichael Widenius2021-05-191-2/+2
* Improved storage size for Item, Field and some other classesMonty2021-05-191-3/+3
* MDEV-23001 Precreate static Item_bool() to simplify codeMonty2021-05-191-1/+1
* Merge 10.5 into 10.6Marko Mäkelä2021-05-101-3/+12
|\
| * Merge 10.4 into 10.5Marko Mäkelä2021-05-101-3/+12
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-05-101-3/+12
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-05-101-7/+13
| | | |\
| | | | * XA PREPARE and SHOW STATUSSergei Golubchik2021-05-081-7/+13
| | | | * MDEV-21603 Crashing SHOW TABLES with derived table in WHERE conditionSergei Golubchik2021-05-041-1/+0
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-05-071-2/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch bb-10.4-release into bb-10.5-releasemariadb-10.5.10Nikita Malyavin2021-05-051-2/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge branch bb-10.3-release into bb-10.4-releaseNikita Malyavin2021-05-051-2/+1
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.2' into 10.3Oleksandr Byelkin2021-05-041-2/+1
| | | |\ \
| | | | * | MDEV-21603 Crashing SHOW TABLES with derived table in WHERE conditionmariadb-10.2.38Sergei Golubchik2021-05-041-1/+0
| | | | |/
| | | | * MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-221-1/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-261-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-251-1/+2
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4bb-10.4-mergeMarko Mäkelä2021-04-251-1/+2
| | |\ \ \ | | | |/ /
| | | * | MDEV-24823 Crash with invalid multi-table update of view in 2nd execution of SPIgor Babaev2021-04-221-1/+2
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-211-5/+9
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-211-5/+9
| |\ \ \ \ | | |/ / /
| | * | | Fix all warnings given by UBSANMonty2021-04-201-5/+9
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-6/+13
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-8/+13
* | | | | MDEV-25202: JSON_TABLE: Early table reference leads to unexpected result setSergei Petrunia2021-04-211-4/+7
* | | | | MDEV-17399 Add support for JSON_TABLE.Alexey Botchkov2021-04-211-1/+12
* | | | | Merge 10.5 into 10.6Marko Mäkelä2021-04-141-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.4 into 10.5Marko Mäkelä2021-04-141-1/+1
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.3 into 10.4Marko Mäkelä2021-04-141-1/+1
| | |\ \ \ | | | |/ /
| | | * | Merge 10.2 into 10.3Marko Mäkelä2021-04-131-1/+1
| | | |\ \ | | | | |/
| | | | * MDEV-25108: Running of the EXPLAIN EXTENDED statement produces extra warning ...bb-10.2-MDEV-25108-2Dmitry Shulga2021-04-121-1/+1
* | | | | MDEV-13115: Implement SELECT SKIP LOCKEDDaniel Black2021-04-081-6/+10
* | | | | Add TL_FIRST_WRITE in SQL layer for determining R/WDaniel Black2021-04-081-9/+9
* | | | | MDEV-20715 : Implement system variable to disallow local GTIDs in Galerabb-10.6-MDEV-20715Jan Lindström2021-03-011-1/+35
* | | | | MDEV-24830 : Write a warning to error log if Galera replicates InnoDB table w...bb-10.6-MDEV-24830Jan Lindström2021-02-221-31/+6
* | | | | MDEV-20008: Galera strict modebb-10.6-MDEV-20008mkaruza2021-01-261-0/+13
|/ / / /
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-01-111-45/+77
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-01-111-45/+77
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3 (except MDEV-17556)Marko Mäkelä2021-01-111-45/+77
| | |\ \ | | | |/
| | | * MDEV-23033: All slaves crash once in ~24 hours and loop restart with signal 11Sujatha2021-01-041-44/+74
* | | | Merge commit '10.4' into 10.5Oleksandr Byelkin2021-01-061-24/+12
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4bb-10.4-MDEV-23468Oleksandr Byelkin2020-12-251-24/+12
| |\ \ \ | | |/ /