summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-13407 innodb.drop_table_background failed in buildbot with "Tablespace f...bb-10.2-ext-markoMarko Mäkelä2017-12-188-193/+191
* xa.test fixed to be thread-stable.Alexey Botchkov2017-12-181-1/+2
* MDEV-14315 -- Reflect use of tcmalloc in a system variable and error logVesa Pentti2017-12-184-22/+68
* MDEV-14593 human-readable XA RECOVER.Alexey Botchkov2017-12-188-13/+286
* Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-1458-440/+765
|\
| * Re-remove the file kill_and_restart_mysqld.incMarko Mäkelä2017-12-1412-68/+11
| * Merge 10.1 into 10.2Marko Mäkelä2017-12-1436-251/+623
| |\
| | * Merge 10.0 into 10.1Marko Mäkelä2017-12-132-0/+4
| | |\
| | | * Follow-up fix for MDEV-12352: Plug a memory leakMarko Mäkelä2017-12-132-0/+4
| | * | Fix a typo: schedule, schedulingMarko Mäkelä2017-12-131-2/+2
| | * | Fix the grammar of an error messageMarko Mäkelä2017-12-132-2/+2
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-12-1310-158/+345
| | |\ \ | | | |/
| | | * MDEV-12323 Rollback progress log messages during crash recovery are intermixe...Marko Mäkelä2017-12-136-112/+96
| | | * Follow-up to MDEV-11027: Use recv_sys_t::report()Marko Mäkelä2017-12-132-12/+10
| | | * MDEV-12352 InnoDB shutdown should not be blocked by a large transaction rollbackMarko Mäkelä2017-12-138-14/+83
| | | * MDEV-13797 InnoDB may hang if shutdown is initiated soon after startup while ...Marko Mäkelä2017-12-136-42/+166
| | * | Try to prevent sporadic test failuresMarko Mäkelä2017-12-131-1/+1
| | * | Merge 10.0 into 10.1Marko Mäkelä2017-12-1216-28/+145
| | |\ \ | | | |/
| | | * mysql_uprade --help and man page fixesIan Gilfillan2017-11-222-4/+3
| | | * MDEV-9663: InnoDB assertion failure: *cursor->index->name == TEMP_INDEX_PREFIXJan Lindström2017-11-162-0/+8
| | | * 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
| | | * MDEV-12681 Wrong VIEW results for CHAR(0xDF USING latin1)Alexander Barkov2017-11-156-0/+75
| | | * removed garbase struct memberEugene Kosov2017-11-152-6/+0
| | | * MDEV-8949: COLUMN_CREATE unicode name breakageOleksandr Byelkin2017-11-147-16/+70
| | | * Fix a -Wimplicit-fallthrough warningMarko Mäkelä2017-11-101-1/+0
| | * | 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-093-12/+91
| | * | MDEV-12837: WSREP: BF lock wait longJan Lindström2017-12-0911-107/+215
| | * | Fixed failing tokudb testsMonty2017-12-072-4/+0
| * | | MDEV-14422 Assertion failure in trx_purge_run() on shutdownMarko Mäkelä2017-12-133-37/+40
| * | | MDEV-14607 storage_engine-rocksdb.type_bit_indexes fails after latest pushesElena Stepanova2017-12-135-2/+54
| * | | Skip btr_search_latches[] in SHOW ENGINE INNODB STATUSMarko Mäkelä2017-12-123-68/+22
* | | | Removing a dead code in sql_load.ccAlexander Barkov2017-12-131-33/+2
* | | | MDEV-14628 Wrong autoinc value assigned by LOAD XML in the NO_AUTO_VALUE_ON_Z...Alexander Barkov2017-12-137-38/+110
* | | | Fixed crash in show processlist with blocked connectionMonty2017-12-121-0/+1
* | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-121-0/+9
|\ \ \ \ | |/ / /
| * | | MDEV-14389: MyRocks and NOPAD collationsSergei Petrunia2017-12-121-0/+9
* | | | Post-merge fix: Adjust message codes in resultsMarko Mäkelä2017-12-1219-67/+67
* | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-126-11/+57
|\ \ \ \ | |/ / /
| * | | MDEV-14389: MyRocks and NOPAD collationsSergei Petrunia2017-12-124-3/+50
* | | | Wrap __atomic_compare_exchange_n() as valid CMarko Mäkelä2017-12-111-6/+6
* | | | Merge 10.2 into bb-10.2-extMarko Mäkelä2017-12-1139-307/+364
|\ \ \ \ | |/ / /
| * | | MDEV-14589 InnoDB should not lock a delete-marked recordMarko Mäkelä2017-12-113-13/+167
| * | | MDEV-14614 InnoDB: Failing assertion in dict_stats_rename_table()Marko Mäkelä2017-12-111-2/+2
| * | | Correct the comment of row_vers_impl_x_locked()Marko Mäkelä2017-12-112-34/+35
| * | | MDEV-14123: .rocksdb folder may break workflow which re-create data directorySergei Petrunia2017-12-119-13/+13
| * | | MDEV-14123: .rocksdb folder may break workflow which re-create data directorySergei Petrunia2017-12-115-1/+88
| * | | MDEV-14123: ".rocksdb folder may break workflow", and other MDEVsSergei Petrunia2017-12-116-6/+6
| * | | MDEV-14614 InnoDB: Failing assertion: trx->error_state == DB_SUCCESS or lock ...Marko Mäkelä2017-12-115-0/+13