summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* MDEV-17318 CAST(LEAST(zero_date,non_zero_date) AS numeric_data_type) returns ...Alexander Barkov2018-09-302-0/+104
* MDEV-17325 NULL-ability problems with LEAST() in combination with NO_ZERO_DAT...Alexander Barkov2018-09-292-0/+191
* MDEV-15406 NO_ZERO_IN_DATE erroneously affects how CAST(AS DATE) warns about ...Alexander Barkov2018-09-273-1/+46
* MDEV-17219 Assertion `!t->fraction_remainder(decimals())' failed in Field_tim...Alexander Barkov2018-09-262-0/+23
* Merge 10.3 into 10.4Marko Mäkelä2018-09-195-15/+15
|\
| * Follow-up to MDEV-16328: ALTER TABLE…page_compression_level should not rebu...Marko Mäkelä2018-09-195-15/+15
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-1920-204/+401
|\ \ | |/
| * MDEV-17211 Server crash on queryIgor Babaev2018-09-172-0/+63
| * MDEV-16328 ALTER TABLE…page_compression_level should not rebuild tableMarko Mäkelä2018-09-1718-204/+286
| * MDEV-16917 Index affects query resultsIgor Babaev2018-09-152-0/+52
* | MDEV-17203 Move fractional second truncation from Item_xxx_typecast::get_date...Alexander Barkov2018-09-162-0/+42
* | Merge 10.3 into 10.4Marko Mäkelä2018-09-144-3/+23
|\ \ | |/
| * MDEV-17196 Crash during instant ADD COLUMN with long DEFAULT valueMarko Mäkelä2018-09-142-1/+22
| * Merge pull request #858 from codership/10.3-MDEV-16052Jan Lindström2018-09-111-1/+1
| |\
| | * MDEV-16052 galera mtr galera_certification_double_failure fails with deadlockmkaruza2018-08-311-1/+1
| * | Merge pull request #857 from codership/10.3-MDEV-15845Jan Lindström2018-09-111-1/+0
| |\ \
| | * | MDEV-15845 Test failure on galera.galera_concurrent_ctasmkaruza2018-09-041-1/+0
| | |/
* | | MDEV-17138 Reduce redo log volume for undo tablespace initializationMarko Mäkelä2018-09-112-6/+1
* | | MDEV-13564: Remove old crash-upgrade logic in 10.4Marko Mäkelä2018-09-112-3/+3
* | | Merge 10.3 into 10.4Marko Mäkelä2018-09-1150-5050/+446
|\ \ \ | |/ /
| * | MDEV-17158 TRUNCATE is not atomic after MDEV-13564Marko Mäkelä2018-09-103-9/+9
| |\ \
| | * | MDEV-17158 TRUNCATE is not atomic after MDEV-13564Marko Mäkelä2018-09-102-8/+9
| * | | Disable an unstable testMarko Mäkelä2018-09-091-0/+1
| * | | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-0752-5053/+448
| |\ \ \ | | |/ /
| | * | MDEV-14585 Automatically remove #sql- tables in InnoDB dictionary during reco...Marko Mäkelä2018-09-0710-60/+66
| | * | Follow-up to MDEV-13407 innodb.drop_table_background failed in buildbot with ...Marko Mäkelä2018-09-075-56/+67
| | * | MDEV-14378 In ALGORITHM=INPLACE, use a common name for the intermediate table...Marko Mäkelä2018-09-073-55/+24
| | * | MDEV-14717 RENAME TABLE in InnoDB is not crash-safeMarko Mäkelä2018-09-072-0/+31
| | * | MDEV-17049 Enable innodb_undo tests on buildbotMarko Mäkelä2018-09-079-168/+142
| | * | MDEV-13564 Mariabackup does not work with TRUNCATEMarko Mäkelä2018-09-0742-4857/+234
* | | | Merge 10.3 into 10.4Marko Mäkelä2018-09-1179-330/+3123
|\ \ \ \ | |/ / /
| * | | Merge 10.2 into 10.3Marko Mäkelä2018-09-071-0/+591
| |\ \ \ | | |/ /
| | * | Merge tag 'mariadb-10.2.17' into 10.2Sergei Golubchik2018-09-072-239/+997
| | |\ \
| | | * | Custom set of tests which can be run with 10.0 clientsmariadb-10.2.17Elena Stepanova2018-08-121-0/+591
| * | | | Merge tag 'mariadb-10.3.9' into 10.3Sergei Golubchik2018-09-071-109/+168
| |\ \ \ \
| | * | | | Updated list of unstable tests for 10.3.9 releasemariadb-10.3.9Elena Stepanova2018-08-141-109/+168
| * | | | | Disable some failing testsMarko Mäkelä2018-09-061-0/+1
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-09-0613-389/+523
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | MDEV-17149 mariabackup hangs if innodb is not startedVladislav Vaintroub2018-09-063-0/+23
| | * | | | Merge branch '10.2' of github.com:MariaDB/server into bb-10.2-mariarocks-mergebb-10.2-mariarocks-mergeSergei Petrunia2018-09-011-2/+1
| | |\ \ \ \
| | | * | | | Remove a reference to a non-existing testMarko Mäkelä2018-08-311-2/+1
| | * | | | | Merge branch 'bb-10.2-mariarocks-merge' into 10.2Sergei Petrunia2018-08-311-2/+14
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | MyRocks: post-merge fixes part #5: make rocksdb.rocksdb_checksums test passSergei Petrunia2018-08-291-2/+14
| | * | | | | Disable failing Galera tests.Jan Lindström2018-08-311-0/+2
| | * | | | | Merge 10.1 into 10.2Marko Mäkelä2018-08-318-385/+485
| | |\ \ \ \ \
| | | * | | | | Revert MDEV-9519 due to regressionsMarko Mäkelä2018-08-312-370/+0
| | | * | | | | MDEV-16665 ed25519 describes itself as 1.0-alpha even though it's not alpha.Alexey Botchkov2018-08-301-1/+1
| | | * | | | | MDEV-15797 Assertion `thd->killed != 0' failed in ha_maria::enable_indexesMonty2018-08-272-0/+56
| | | * | | | | Merge pull request #828 from tempesta-tech/sysprg/10.1-MDEV-10754Jan Lindström2018-08-213-0/+289
| | | |\ \ \ \ \
| | | | * | | | | Fixes of the base patch for compatibility with the 10.1 branchJulius Goryavsky2018-08-171-26/+0