summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Monty2019-09-031-8/+7
|\
| * Updated mtr files to support different compiled in optionsMonty2019-09-011-8/+7
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-09-022-2/+2
|\ \ | |/
| * Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2019-08-302-2/+2
| |\
* | | Compilation fixAleksey Midenkov2019-09-011-4/+1
* | | Fixed compiler warning that broke buildsMonty2019-09-011-2/+1
* | | MDEV-18501 Partition pruning doesn't work for historical queries (fix)Aleksey Midenkov2019-09-012-6/+11
* | | MDEV-18501 Partition pruning doesn't work for historical queries (refactoring)Aleksey Midenkov2019-09-015-40/+29
* | | MDEV-18501 Partition pruning doesn't work for historical queries (cleanup)Aleksey Midenkov2019-09-014-18/+10
* | | MDEV-20425: Fix -Wimplicit-fallthroughMarko Mäkelä2019-08-306-4/+9
* | | MDEV-20109: Optimizer ignores distinct key created for materialized...Sergei Petrunia2019-08-303-5/+22
* | | MDEV-20425 Implement Boolean debug build option debug_assertbb-10.3-MDEV-20425Marko Mäkelä2019-08-291-0/+4
* | | Merge 10.2 into 10.3Marko Mäkelä2019-08-295-36/+378
|\ \ \ | |/ /
| * | Merge 10.1 into 10.2Marko Mäkelä2019-08-283-23/+321
| |\ \
| | * | MDEV-19699 Server crashes in Item_null_result::field_type upon SELECT with RO...Alexander Barkov2019-08-272-0/+36
| | * | MDEV-20420: SST failed after MDEV-18863 in some test configurationsJulius Goryavsky2019-08-261-23/+285
| * | | MDEV-16932: ASAN heap-use-after-free in my_charlen_utf8 / my_well_formed_char...Oleksandr Byelkin2019-08-282-13/+57
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-284-20/+79
|\ \ \ \ | |/ / /
| * | | MDEV-19925: Column ... cannot be converted from type 'varchar(20)' to type 'v...Sujatha2019-08-274-18/+79
* | | | MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-211-33/+5
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-215-49/+150
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-08-205-50/+150
| |\ \ \ | | |/ /
| | * | MDEV-18863: Fix -Wsign-compareMarko Mäkelä2019-08-201-3/+3
| | * | Merge 5.5 into 10.1Marko Mäkelä2019-08-201-28/+75
| | |\ \
| | | * | MDEV-20265 Unknown column in field listIgor Babaev2019-08-191-28/+75
| | * | | MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-192-8/+79
| | * | | Merge remote-tracking branch 'origin/5.5' into 10.1Alexander Barkov2019-08-161-2/+25
| | |\ \ \ | | | |/ /
| | | * | MDEV-15955 Assertion `field_types == 0 || field_types[field_pos] == MYSQL_TYP...Alexander Barkov2019-08-161-0/+22
| | * | | MDEV-18778: mysql_tzinfo_to_sql does not work correctly in MariaDB GaleraJan Lindström2019-08-161-9/+55
| | * | | MDEV-19834 Selectivity of an equality condition discounted twiceSergei Petrunia2019-08-151-6/+9
| | * | | Make sure histograms do not write uninitialized bytes to recordVicențiu Ciorbaru2019-08-131-1/+6
| * | | | MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-192-8/+79
* | | | | MDEV-19740 Debug build of 10.3.15 FTBFSAleksey Midenkov2019-08-211-1/+2
* | | | | MDEV-20210 If you have an INVISIBLE VIRTUAL column, SHOW CREATE TABLE doesn't...Anel Husakovic2019-08-211-0/+4
* | | | | MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-192-8/+79
* | | | | MDEV-19254 Server crashes in maria_status with partitioned tableMonty2019-08-191-1/+3
* | | | | MDEV-19740 Debug build of 10.3.15 FTBFSAleksey Midenkov2019-08-196-16/+13
* | | | | MDEV-18154 Deadlock and assertion upon no-op ALTER under LOCK TABLESAleksey Midenkov2019-08-162-6/+10
* | | | | Merge 10.2 into 10.3Marko Mäkelä2019-08-152-3/+10
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-19740: Fix C++11 violations caught by GCC 9.2.1Marko Mäkelä2019-08-152-7/+19
* | | | | MDEV-20348: DROP TABLE IF EXISTS killed on master but was replicatedSujatha2019-08-151-33/+27
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-20348: DROP TABLE IF EXISTS killed on master but was replicatedSujatha2019-08-141-36/+31
* | | | | MDEV-20351 Window function BIT_OR() OVER (..) return a wrong data typeAlexander Barkov2019-08-151-1/+1
* | | | | MDEV-20336 Assertion bitmap_is_set(read_partitions) upon SELECT FOR UPDATE fr...Aleksey Midenkov2019-08-142-3/+14
* | | | | MDEV-18862 Unfortunate error message upon attempt to drop system versioningAleksey Midenkov2019-08-142-3/+1
* | | | | Merge 10.2 to 10.3Marko Mäkelä2019-08-1310-39/+151
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.1 into 10.2Marko Mäkelä2019-08-131-1/+1
| |\ \ \ \ | | |/ / /
| | * | | MDEV-20335: Extra trans_commit_stmt after rollback caused by incorrect fix of...Jan Lindström2019-08-131-1/+1
| * | | | MDEV-20310: Make InnoDB crash tests Valgrind-friendlyMarko Mäkelä2019-08-131-2/+5
| * | | | MDEV-20324: Galera threads are not registered to performance schemaJan Lindström2019-08-134-7/+45