summaryrefslogtreecommitdiff
path: root/mysql-test/suite
Commit message (Expand)AuthorAgeFilesLines
* MDEV-14848 MariaDB 10.3 refuses InnoDB crash-upgrade from MariaDB 10.2Marko Mäkelä2018-01-033-9/+50
* Fixed that sequences and default works with ps-protocolMonty2018-01-032-0/+30
* This is a full cost-based implementation of the optimization that employsIgor Babaev2017-12-303-26/+27
* Fixed failures in innodb tests caused by not flushed restartMonty2017-12-224-0/+8
* MDEV 13679 Enabled sequences to be used in DEFAULTMonty2017-12-226-0/+361
* @@in_predicate_conversion_thresholdSergei Golubchik2017-12-215-28/+18
* Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-211-13/+1
|\
| * MDEV-14585: Adjust the innodb.innodb-alter-tempfile test caseMarko Mäkelä2017-12-211-13/+1
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-202-33/+16
|\ \ | |/
| * MDEV-14585: Adjust the innodb.alter_crash test caseMarko Mäkelä2017-12-202-33/+16
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-202-0/+31
|\ \ | |/
| * MDEV-14717 RENAME TABLE in InnoDB is not crash-safeMarko Mäkelä2017-12-202-0/+31
* | Updated result for alter_crashMonty2017-12-201-3/+3
* | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-1910-56/+145
|\ \ | |/
| * Follow-up to MDEV-13407 innodb.drop_table_background failed in buildbot with ...Marko Mäkelä2017-12-194-56/+63
| * Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-196-0/+82
| |\
| | * Merge 10.1 to 10.2Marko Mäkelä2017-12-196-0/+82
| | |\
| | | * Merge 10.0 into 10.1Marko Mäkelä2017-12-184-0/+51
| | | |\
| | | | * MDEV-14641 Incompatible key or row definition between the MariaDB .frm file a...Sergei Golubchik2017-12-182-0/+27
| | | | * MDEV-14008 Assertion failing: `!is_set() || (m_status == DA_OK_BULK && is_bul...Alexander Barkov2017-12-182-0/+24
| | | * | MDEV-10486 MariaDB 10.x does not update rows_examined in performance_schema t...Alexey Botchkov2017-12-182-0/+31
* | | | | fix data races in rwlockEugene Kosov2017-12-191-1/+1
* | | | | MDEV-13073. rpl.perf_buildin_semisync_issue40 is corrected to expect the Rpl_...Andrei Elkin2017-12-182-24/+21
* | | | | MDEV-13073. This part converts the Ali patch`s identifiers to the MariaDB sta...Andrei Elkin2017-12-182-2/+2
* | | | | MDEV-13073. This is a part with a new test (refined Ali'sAndrei Elkin2017-12-187-8/+796
* | | | | MDEV-13073. This part patch weeds out RUN_HOOK from the server as semisyncAndrei Elkin2017-12-182-29/+68
* | | | | MDEV-13073 This part merges the Ali semisync related changesAndrei Elkin2017-12-189-10/+47
* | | | | Changed from using LOCK_log to LOCK_binlog_end_pos for binary logMonty2017-12-181-0/+8
* | | | | Moved semisync from a plugin to normal serverMonty2017-12-1816-219/+100
* | | | | Test cleanup related to MDEV-12501Vesa Pentti2017-12-166-6/+0
* | | | | MDEV-14660 Assertion failure in lock_move_rec_list_start() after instant ADD ...Marko Mäkelä2017-12-152-5/+73
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-1415-56/+137
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-1415-56/+137
| |\ \ \ \ | | |/ / /
| | * | | Re-remove the file kill_and_restart_mysqld.incMarko Mäkelä2017-12-1411-53/+11
| | * | | Merge 10.1 into 10.2Marko Mäkelä2017-12-143-1/+124
| | |\ \ \ | | | |/ /
| | | * | Merge 10.0 into 10.1Marko Mäkelä2017-12-132-0/+113
| | | |\ \ | | | | |/
| | | | * MDEV-12352 InnoDB shutdown should not be blocked by a large transaction rollbackMarko Mäkelä2017-12-132-0/+11
| | | | * MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup while ...Marko Mäkelä2017-12-132-0/+102
| | | | * MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-2/+8
| | | | * MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-0/+22
| | | * | Try to prevent sporadic test failuresMarko Mäkelä2017-12-131-1/+1
| | | * | Add Galera test cases that fail to disabled.Jan Lindström2017-12-092-1/+6
| | | * | MDEV-14401: Stored procedure that declares a handler that catches ER_LOCK_DEA...Jan Lindström2017-12-092-0/+70
| | | * | MDEV-12837: WSREP: BF lock wait longJan Lindström2017-12-092-1/+2
| | * | | MDEV-14607 storage_engine-rocksdb.type_bit_indexes fails after latest pushesElena Stepanova2017-12-131-2/+2
| * | | | Post-merge fix: Adjust message codes in resultsMarko Mäkelä2017-12-125-12/+12
* | | | | MDEV Assertion `partition_id == m_extra_cache_part_id' failed in ha_partition...Monty2017-12-122-0/+37
* | | | | Merge bb-10.2-ext into 10.3Marko Mäkelä2017-12-1229-160/+450
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-122-8/+8
| |\ \ \ \ | | |/ / /
| * | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-118-126/+167
| |\ \ \ \ | | |/ / /