summaryrefslogtreecommitdiff
path: root/sql
Commit message (Expand)AuthorAgeFilesLines
* MDEV-18863: Galera SST scripts can't read [mysqldN] option groupsJulius Goryavsky2019-08-192-8/+79
* MDEV-19961 MIN(timestamp_column) returns a wrong result in a GROUP BY queryAlexander Barkov2019-08-194-12/+78
* MDEV-20349: Assertion `to_len >= 8' failed in convert_to_printableVarun Gupta2019-08-161-0/+2
* Merge 10.3 into 10.4Marko Mäkelä2019-08-164-37/+38
|\
| * 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-18778: mysql_tzinfo_to_sql does not work correctly in MariaDB GaleraJan Lindström2019-08-161-9/+55
* | | Merge 10.3 into 10.4Marko Mäkelä2019-08-1415-57/+241
|\ \ \ | |/ /
| * | 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
| * | | MDEV-20068 History partition rotation is not done under LOCK TABLESAleksey Midenkov2019-08-111-2/+15
| * | | MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-111-5/+30
* | | | Fixed access to unitialized memory when using unique HASH keyMonty2019-08-131-10/+16
* | | | Optimizer trace: print cost and #rows of the join prefixSergei Petrunia2019-08-131-0/+9
* | | | Merge commit '43882e764d6867c6855b1ff057758a3f08b25c55' into 10.4Alexander Barkov2019-08-1315-250/+271
|\ \ \ \ | |/ / /
| * | | MDEV-20303 SPACE(-1) returns a wrong data typeAlexander Barkov2019-08-091-57/+43
| * | | A cleanup for `MDEV-20273 Add class Item_sum_min_max` - removing duplicate codeAlexander Barkov2019-08-096-109/+97
| * | | MDEV-20292 REPEAT(x,-1) returns a wrong data typeAlexander Barkov2019-08-081-13/+13
| * | | MDEV-20285 Wrong result on INSERT..SELECT when converting from SIGNED to UNSI...Alexander Barkov2019-08-081-9/+14
| * | | MDEV-20272 PERCENTILE_DISC() crashes on a temporal type inputAlexander Barkov2019-08-071-10/+23
| * | | MDEV-20278 PERCENTILE_DISC() returns a wrong data typeAlexander Barkov2019-08-073-17/+10
| * | | MDEV-20273 Add class Item_sum_min_maxAlexander Barkov2019-08-077-93/+106
| * | | MDEV-20263 sql_mode=ORACLE: BLOB(65535) should not translate to LONGBLOBAlexander Barkov2019-08-063-2/+16
| * | | MDEV-20101 Assertion failure on select @@global.'m2'.replicate_ignore_table;Alexander Barkov2019-08-051-1/+0
| * | | MDEV-17544 No warning when trying to name a primary key constraint.Alexey Botchkov2019-07-301-0/+11
* | | | Revert part of 05619f6989590727a470c23475fc987f52b56988Marko Mäkelä2019-08-121-5/+4
* | | | Fixes based on warnings from gcc/clang and valgrindMonty2019-08-127-17/+25
* | | | MDEV-19166 Assertion `!is_zero_datetime()' failed in Timestamp_or_zero_dateti...Alexander Barkov2019-08-053-10/+11
* | | | MDEV-20224: main.derived crashes with ASAN with error use-after-poisonVarun Gupta2019-08-011-0/+1
* | | | MDEV-20179 Server hangs on shutdown during installation of Spider (#1369)Kentoku SHIBA2019-08-011-1/+1
* | | | MDEV-20200: AddressSanitizer: use-after-poison in Item_direct_view_ref::get_n...Oleksandr Byelkin2019-07-291-18/+29