summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | MDEV-17614: After-merge fixMarko Mäkelä2019-08-121-6/+0
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-08-124-15/+70
| |\ \ \ | | |/ /
| | * | MDEV-17614 INSERT on dup key update is replication unsafeSachin2019-08-093-14/+69
| | * | MDEV-18930: Failed CREATE OR REPLACE TEMPORARY not written into binary log ma...Sujatha2019-08-051-1/+1
| * | | Fixed assertion Assertion `!table->pos_in_locked_tables' failedMonty2019-08-081-0/+1
| * | | Post-merge fixes for rocksdb.group_min_max testSergei Petrunia2019-08-041-8/+30
* | | | Fixing `MDEV-20303 SPACE(-1) returns a wrong data type` compilation problem i...Alexander Barkov2019-08-131-1/+1
* | | | MDEV-18154 Deadlock and assertion upon no-op ALTER under LOCK TABLESAleksey Midenkov2019-08-112-1/+6
* | | | MDEV-19127 Assertion `row_start_field' failed in vers_prepare_keys upon ALTER...Aleksey Midenkov2019-08-112-0/+12
* | | | MDEV-18862 Unfortunate error message upon attempt to drop system versioningAleksey Midenkov2019-08-112-2/+15
* | | | MDEV-19304 Segfault in ALTER TABLE after UPDATE for SIMULTANEOUS_ASSIGNMENTAleksey Midenkov2019-08-111-5/+4