summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* Fix some wrong test resultMonty2018-01-301-0/+2
* Revert "MDEV-6928: Add trx pointer to struct mtr_t"Marko Mäkelä2018-01-294-28/+14
* Remove unused metadata for non-existing sync_thread_mutexMarko Mäkelä2018-01-285-13/+0
* Fixed compiler warningsMonty2018-01-271-4/+1
* Windows : fix compile warnings C4267, on 32bit firstVladislav Vaintroub2018-01-261-2/+2
* MDEV-15063: InnoDB assertion failure !is_owned() at dict0defrag_bg.cc:327Jan Lindström2018-01-251-0/+1
* Allocate page_cleaner and page_cleaner.slot[] staticallyMarko Mäkelä2018-01-241-131/+118
* MDEV-15016: multiple page cleaner threads use a lot of CPUMarko Mäkelä2018-01-241-8/+10
* MDEV-12173 "[Warning] Trying to access missing tablespace"Marko Mäkelä2018-01-221-2/+2
* Allocate mutex_monitor, create_tracker staticallyMarko Mäkelä2018-01-224-26/+12
* Remove useless method LatchCounter::sum_deregister()Marko Mäkelä2018-01-222-17/+2
* MDEV-15029 XA COMMIT and XA ROLLBACK operate on freed transaction objectMarko Mäkelä2018-01-222-18/+18
* MDEV-14941 Timeouts on persistent statistics tables caused by MDEV-14511Marko Mäkelä2018-01-2215-634/+668
* Fixed wrong arguments to printf in InnoDBMonty2018-01-215-42/+43
* MDEV-14985 innodb_undo_log_truncate may be blocked if transactions were recov...Marko Mäkelä2018-01-181-12/+13
* Fixed MDEV-14326 engine ARIA with row_format=FIXED is brokenMonty2018-01-181-8/+7
* MDEV-14968 On upgrade, InnoDB reports "started; log sequence number 0"Marko Mäkelä2018-01-161-0/+1
* Mariabackup --prepare: Do not access transactions or data dictionaryMarko Mäkelä2018-01-161-7/+22
* Follow-up fix to MDEV-14441: Fix a potential race conditionMarko Mäkelä2018-01-161-1/+1
* Follow-up fix to MDEV-14441: Correct a misplaced conditionMarko Mäkelä2018-01-161-2/+2
* Better explanation why rpl_row_triggers is disabled.Sergei Petrunia2018-01-151-2/+1
* MDEV-14441 InnoDB hangs when setting innodb_adaptive_hash_index=OFF during UP...Marko Mäkelä2018-01-151-22/+26
* Update .result for rocksdb.rpl_row_triggers (not the whole test works yet)Sergei Petrunia2018-01-151-3/+47
* MDEV-12121 follow-up: Unbreak the WITH_INNODB_AHI=OFF buildMarko Mäkelä2018-01-157-20/+49
* Compilation speed (#546)Eugene Kosov2018-01-142-4/+3
* MDEV-14887 On a 32-bit system, MariaDB 10.2 mishandles data file sizes exceed...Marko Mäkelä2018-01-131-14/+10
* Merge branch 'bb-10.2-mariarocks' into 10.2Sergei Petrunia2018-01-133-1/+5
|\
| * rocksdb.information_schema testcase is not stableSergei Petrunia2018-01-131-1/+1
| * Attempt to eliminate race conditions in rocksdb.information_schemaSergei Petrunia2018-01-122-0/+4
* | Added a missing result file to the rocksdb_sys_vars result suiteVarun Gupta2018-01-122-0/+8
|/
* Change MyRocks maturity from Alpha to BetaSergei Petrunia2018-01-122-13/+13
* MDEV-14372: Fix and enable rocksdb.information_schema testSergei Petrunia2018-01-127-13/+47
* Merge 10.1 into 10.2Marko Mäkelä2018-01-114-166/+60
|\
| * Merge 10.0 into 10.1Marko Mäkelä2018-01-112-52/+0
| |\
| | * Merge 5.5 into 10.0Marko Mäkelä2018-01-112-52/+0
| | |\
| | | * MDEV-14916 InnoDB reports warning for "Purge reached the head of the history ...Marko Mäkelä2018-01-112-52/+0
| | | * MDEV-13814 Extra logging when innodb_log_archive=ONMarko Mäkelä2018-01-101-1/+1
| | | * MDEV-14174 crash on start with innodb-track-changed-pagesMarko Mäkelä2018-01-101-7/+9
| * | | MDEV-14776: InnoDB Monitor output generated by specific error is flooding err...Jan Lindström2018-01-092-140/+76
* | | | MDEV-14130 InnoDB messages should not refer to the MySQL 5.7 manualMarko Mäkelä2018-01-105-19/+17
* | | | MDEV-14909 MariaDB 10.2 refuses to start up after clean shutdown of MariaDB 10.3Marko Mäkelä2018-01-103-7/+85
* | | | Revert part of commit fec844aca88e1c6b9c36bb0b811e92d9d023ffb9Marko Mäkelä2018-01-091-11/+0
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-01-082-0/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.0 into 10.1Marko Mäkelä2018-01-082-0/+2
| |\ \ \ | | |/ /
| | * | MDEV-13205 InnoDB: Failing assertion: !dict_index_is_online_ddl(index) upon A...Marko Mäkelä2018-01-082-0/+2
* | | | MLOG-13101 Debug assertion failed in recv_parse_or_apply_log_rec_body()Marko Mäkelä2018-01-081-0/+2
* | | | MDEV-13487 Assertion failure in rec_get_trx_id()Marko Mäkelä2018-01-081-7/+1
* | | | Merge 10.1 into 10.2Marko Mäkelä2018-01-083-43/+24
|\ \ \ \ | |/ / /
| * | | MDEV-14874 innodb_encrypt_log corrupts the log when the LSN crosses 32-bit bo...Marko Mäkelä2018-01-086-86/+48
* | | | MDEV-14059 Work around a problem exposed by InnoDB GIS debug checkMarko Mäkelä2018-01-051-2/+8