summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-22394 Merge new release of InnoDB 5.7.30 to 10.2Marko Mäkelä2020-04-282-3/+2
|\
| * MDEV-22384 Wrong estimate of affected BLOB columns in update of PRIMARY KEYMarko Mäkelä2020-04-281-2/+1
|/
* Merge 10.1 into 10.2Marko Mäkelä2020-04-289-229/+237
|\
| * InnoDB 5.6.48Marko Mäkelä2020-04-289-215/+227
| |\
| | * MDEV-22393 Corruption for SET GLOBAL innodb_ string variablesMarko Mäkelä2020-04-288-214/+226
| |/
| * MDEV-22392 Race condition on SET GLOBAL innodb_buffer_pool_evict='uncompressed'Marko Mäkelä2020-04-281-7/+8
| * Remove a duplicated copyright messageMarko Mäkelä2020-04-281-1/+0
| * XtraDB 5.6.47-87.0Marko Mäkelä2020-04-271-2/+2
* | Cleanup: Declare rtr_get_father_node() staticallyMarko Mäkelä2020-04-282-135/+117
* | MDEV-7962: Follow-up fix for 10.2Marko Mäkelä2020-04-277-34/+25
* | Merge 10.1 into 10.2Marko Mäkelä2020-04-2720-231/+163
|\ \ | |/
| * MDEV-7962 wsrep_on() takes 0.14% in OLTP ROMarko Mäkelä2020-04-2720-220/+160
| * Fix clang 10 warningsMarko Mäkelä2020-04-271-1/+2
| * Aria: Avoid unused variables in embedded serverMarko Mäkelä2020-04-271-1/+1
* | Cleanup: Make row_upd_store_row() staticMarko Mäkelä2020-04-242-11/+2
* | Cleanup: Remove a constant parameterMarko Mäkelä2020-04-241-11/+4
* | MDEV-22358 Assertion srv_undo_sources || ... in row_prebuilt_free()Marko Mäkelä2020-04-231-1/+1
* | Merge 10.1 into 10.2Marko Mäkelä2020-04-221-1/+2
|\ \ | |/
| * Fix GCC 10 -WoverflowMarko Mäkelä2020-04-171-1/+2
* | Fixed memory leak with fulltext indexesMonty2020-04-182-2/+5
* | Merge 10.1 into 10.2Marko Mäkelä2020-04-151-3/+20
|\ \ | |/
| * MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace ID in root pagesMarko Mäkelä2020-04-152-4/+38
* | fix rocksdb compression detectionSergei Golubchik2020-04-081-5/+5
* | MDEV-21168: Active XA transactions stop slave from working after backupVlad Lesin2020-04-077-61/+60
* | MDEV-20604: Duplicate key value is silently truncated to 64 characters in pri...Oleksandr Byelkin2020-04-015-41/+41
* | Merge 10.1 into 10.2Marko Mäkelä2020-04-012-6/+8
|\ \ | |/
| * MDEV-19092 Server crash when renaming the column whenThirunarayanan Balathandayuthapani2020-03-252-6/+8
* | MDEV-13626: Improve innodb.xa_recovery_debugMarko Mäkelä2020-04-012-26/+29
* | MDEV-21572 buf_page_get_gen() should apply buffered page initializedThirunarayanan Balathandayuthapani2020-03-234-104/+217
* | MDEV-21930 RocksDB does not compile anymore, with Visual StudioVladislav Vaintroub2020-03-234-42/+61
* | blind fix for Windows buildingEugene Kosov2020-03-211-1/+0
* | MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-213-16/+6
* | MDEV-21993 asan failure in encryption.innochecksumEugene Kosov2020-03-211-2/+4
* | Connect: Remove some unused variablesMarko Mäkelä2020-03-213-7/+2
* | InnoDB: reduce size of dtuple_tEugene Kosov2020-03-205-31/+34
* | correct comment in buf_page_is_corrupted()Eugene Kosov2020-03-201-1/+1
* | st_::span fixesEugene Kosov2020-03-201-145/+0
* | remove fishy reinterpret_cast from buf_page_is_zeroes()Eugene Kosov2020-03-207-39/+43
* | MDEV-21549 IMPORT TABLESPACE fails to adjust all tablespace ID in root pagesMarko Mäkelä2020-03-201-0/+17
* | MDEV-21981 Replace arithmetic + with bitwise OR when possibleMarko Mäkelä2020-03-193-51/+54
* | MDEV-21983: Crash on DROP/RENAME TABLE after DISCARD TABLESPACEMarko Mäkelä2020-03-196-40/+21
* | MDEV-13626: Clean up the buffer pool resizing tests from MySQL 5.7Marko Mäkelä2020-03-191-19/+3
* | MDEV-21826 Recovery failure : loop of Read redo log up to LSNThirunarayanan Balathandayuthapani2020-03-183-24/+10
* | MDEV-20370 Crash after OPTIMIZE TABLE on TEMPORARY TABLEMarko Mäkelä2020-03-171-2/+1
* | innodb: fix typo in function descriptionPetr Vaněk2020-03-161-2/+2
* | Fix GCC 10.0 -Wstringop-overflowMarko Mäkelä2020-03-131-5/+8
* | Fix clang 10 warningsMarko Mäkelä2020-03-131-1/+2
* | MDEV-21933 INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES accesses SYS_DATAFILESMarko Mäkelä2020-03-133-28/+14
* | Fix GCC 10 -Wstringop-truncationMarko Mäkelä2020-03-131-0/+2
* | Merge 10.1 into 10.2Marko Mäkelä2020-03-136-84/+45
|\ \ | |/