summaryrefslogtreecommitdiff
path: root/mysql-test
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.4 into 10.5Marko Mäkelä2019-08-1668-537/+1656
|\
| * Merge 10.3 into 10.4Marko Mäkelä2019-08-1613-164/+444
| |\
| | * Merge 10.2 into 10.3Marko Mäkelä2019-08-163-3/+3
| | |\
| | | * MDEV-19200: shutdown timeout on innodb.undo_truncate_recoverMarko Mäkelä2019-08-163-3/+3
| | * | Merge 10.2 into 10.3Marko Mäkelä2019-08-151-0/+1
| | |\ \ | | | |/
| | | * Disable galera.query_cache as it still fails on bb and azure.Jan Lindström2019-08-151-0/+1
| | * | MDEV-20348: DROP TABLE IF EXISTS killed on master but was replicatedSujatha2019-08-152-0/+96
| | |\ \ | | | |/
| | | * MDEV-20348: DROP TABLE IF EXISTS killed on master but was replicatedSujatha2019-08-142-0/+96
| | * | MDEV-20351 Window function BIT_OR() OVER (..) return a wrong data typeAlexander Barkov2019-08-152-0/+58
| | * | Merge 10.2 into 10.3Aleksey Midenkov2019-08-145-160/+284
| | |\ \ | | | |/
| | | * MDEV-20301 InnoDB's MVCC has O(N^2) behaviorsAleksey Midenkov2019-08-144-160/+167
| | | * MDEV-20315: Backport to 10.2: Myrocks: Get the upstream's valgrind suppressio...Sergei Petrunia2019-08-131-1/+24
| | | * MDEV-20315: MyRocks tests produce valgrind failures (Backport to 10.2)Sergei Petrunia2019-08-131-0/+94
| * | | Remove file accidentally pushed.Jan Lindström2019-08-161-50/+0
| * | | MDEV-18778: mysql_tzinfo_to_sql does not work correctly in MariaDB GaleraJan Lindström2019-08-165-36/+314
| * | | Fix result error.Jan Lindström2019-08-151-1/+1
| * | | Fix test failure on galera-features#56Jan Lindström2019-08-152-0/+2
| * | | After-merge fix: Re-record resultsMarko Mäkelä2019-08-151-2/+8
| * | | Merge 10.3 into 10.4Marko Mäkelä2019-08-1450-338/+1059
| |\ \ \ | | |/ /
| | * | MDEV-20336 Assertion bitmap_is_set(read_partitions) upon SELECT FOR UPDATE fr...Aleksey Midenkov2019-08-142-0/+14
| | * | MDEV-18862 Unfortunate error message upon attempt to drop system versioningAleksey Midenkov2019-08-142-4/+4
| | * | Merge 10.2 to 10.3Marko Mäkelä2019-08-1341-348/+926
| | |\ \ | | | |/
| | | * MDEV-20310: Make InnoDB crash tests Valgrind-friendlyMarko Mäkelä2019-08-134-146/+195
| | | * MDEV-20324: Galera threads are not registered to performance schemaJan Lindström2019-08-133-0/+103
| | | * MDEV-17847 Galera test failure on MW-328[A|B|C]Jan Lindström2019-08-1310-28/+55
| | | * MDEV-17614: After-merge fixMarko Mäkelä2019-08-125-72/+46
| | | * Merge 10.1 into 10.2Marko Mäkelä2019-08-1213-68/+365
| | | |\
| | | | * MDEV-17614: Re-record a resultMarko Mäkelä2019-08-121-0/+2
| | | | * MDEV-17614 INSERT on dup key update is replication unsafeSachin2019-08-096-60/+225
| | | | * MDEV-20247 Replication hangs with "preparing" and never startsbb-10.1-MDEV-20247Thirunarayanan Balathandayuthapani2019-08-072-0/+54
| | | | * MDEV-18930: Failed CREATE OR REPLACE TEMPORARY not written into binary log ma...Sujatha2019-08-052-0/+74
| | | | * Fix extra space in mysql-test READMEAnel Husakovic2019-07-311-2/+2
| | | | * List of unstable tests for 10.1.41 release (updated)mariadb-10.1.41Elena Stepanova2019-07-261-11/+27
| | | * | Fixed issues found by valgrindMonty2019-08-124-40/+9
| | | * | Fixed assertion Assertion `!table->pos_in_locked_tables' failedMonty2019-08-082-0/+38
| | | * | Fixed connect_debug.test to not depend on system error messageMonty2019-08-081-0/+1
| | | * | MDEV-20060: Failing assertion: srv_log_file_size <= 512ULL << 30 while prepar...Vlad Lesin2019-08-074-1/+119
| | | * | List of unstable tests for 10.2.26 release (updated)mariadb-10.2.26Elena Stepanova2019-07-271-13/+30
| | * | | MDEV-20138 innodb.trx_id_future fails on 10.3+Marko Mäkelä2019-08-132-1/+4
| | * | | MDEV-18154 Deadlock and assertion upon no-op ALTER under LOCK TABLESAleksey Midenkov2019-08-112-0/+36
| | * | | MDEV-19127 Assertion `row_start_field' failed in vers_prepare_keys upon ALTER...Aleksey Midenkov2019-08-112-0/+19
| | * | | MDEV-18862 Unfortunate error message upon attempt to drop system versioningAleksey Midenkov2019-08-112-0/+27
| | * | | MDEV-19304 Segfault in ALTER TABLE after UPDATE for SIMULTANEOUS_ASSIGNMENTAleksey Midenkov2019-08-112-0/+24
| | * | | MDEV-20068 History partition rotation is not done under LOCK TABLESAleksey Midenkov2019-08-112-0/+23
| | * | | MDEV-17613 MIN/MAX Optimization (Select tables optimized away) does not workAleksey Midenkov2019-08-113-1/+33
* | | | | MDEV-20353 Add separate type handlers for unsigned integer data typesAlexander Barkov2019-08-154-6/+419
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-142-3/+18
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-20138 innodb.trx_id_future fails on 10.4+Marko Mäkelä2019-08-142-3/+18
* | | | | Merge 10.4 into 10.5Marko Mäkelä2019-08-143-12/+27
|\ \ \ \ \ | |/ / / /
| * | | | MDEV-20340 Encrypted temporary tables cannot be read with full_crc32Thirunarayanan Balathandayuthapani2019-08-141-0/+5