summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* fixes for test failuresSergei Golubchik2018-02-241-2/+2
* don't allow TIMESTAMP(6) versioning and FK with CASCADE or SET NULLSergei Golubchik2018-02-241-8/+0
* unify error messages a bitSergei Golubchik2018-02-241-2/+2
* cleanup: use enum, not uint, for enum variablesSergei Golubchik2018-02-241-1/+4
* Adjust test results to reflect the new system tableElena Stepanova2018-02-243-12/+39
* Merge branch 'bb-10.2-ext' into 10.3Sergei Golubchik2018-02-2320-86/+277
|\
| * Merge branch '10.2' into bb-10.2-extSergei Golubchik2018-02-2220-86/+277
| |\
| | * Merge branch '10.1' into 10.2Sergei Golubchik2018-02-2210-24/+20
| | |\
| | | * Merge branch '10.0' into 10.1Sergei Golubchik2018-02-2210-24/+20
| | | |\
| | | | * Merge branch '5.5' into 10.0Sergei Golubchik2018-02-229-26/+19
| | | | |\
| | | | | * MDEV-13748 Assertion `status_var.local_memory_used == 0 || !debug_assert_on_n...Sergei Golubchik2018-02-141-5/+5
| | | | | * bug: ha_heap was unilaterally increasing reclengthSergei Golubchik2018-02-118-21/+14
| | | | * | MDEV-15288 Configure errors when building without INNOBASESergei Golubchik2018-02-211-1/+3
| | * | | | fix compilation wih -DPLUGIN_PARTITION=NOSergei Golubchik2018-02-223-3/+5
| | * | | | Merge branch '10.1' into 10.2Sergei Golubchik2018-02-224-43/+219
| | |\ \ \ \ | | | |/ / /
| | | * | | fix compilation -DWITH_PERFSCHEMA=NOSergei Golubchik2018-02-211-0/+2
| | | * | | fix compilation wih -DPLUGIN_PARTITION=NOSergei Golubchik2018-02-211-11/+5
| | | * | | Fixed performance problem with Aria in find_head()Monty2018-02-172-32/+212
| | | * | | TokuDB didn't compile with valgrindMonty2018-02-171-0/+5
| | * | | | Change MyRocks Maturity Level from Beta to Gamma (RC)bb-10.2-mdev15372Sergei Petrunia2018-02-212-13/+13
| | * | | | MDEV-15372: Parallel slave speedup very limited when log_slave_updates=OFFSergei Petrunia2018-02-211-1/+2
| | * | | | MDEV-15372: Parallel slave speedup very limited when log_slave_updates=OFFSergei Petrunia2018-02-211-0/+10
| | * | | | MDEV-11581 follow-up fix: Correct a conditionMarko Mäkelä2018-02-191-2/+2
| | * | | | MDEV-14318 - cmake updates to build on arm64Sergey Vojtovich2018-02-191-0/+6
* | | | | | Allocate lock_sys staticallySergey Vojtovich2018-02-2320-238/+248
* | | | | | MDEV-11455 shutdown or abort during innodb buffer pool load (from file) causi...Marko Mäkelä2018-02-234-10/+57
|\ \ \ \ \ \
| * | | | | | MDEV-11455: test case for status variable innodb_buffer_pool_load_incompleteDaniel Black2018-02-224-3/+24
| * | | | | | MDEV-11455: create status variable innodb_buffer_pool_load_incompleteDaniel Black2018-02-223-7/+33
* | | | | | | MDEV-15155 - ReadView::is_open() assertion failureSergey Vojtovich2018-02-221-2/+2
* | | | | | | Fix the startup with innodb_force_recovery=5Marko Mäkelä2018-02-221-1/+2
* | | | | | | Allocate purge_sys staticallyMarko Mäkelä2018-02-2211-231/+254
* | | | | | | Cleanup: Do not pass globals as parametersMarko Mäkelä2018-02-223-20/+10
* | | | | | | MDEV-15370 Upgrade fails when both insert_undo and update_undo existMarko Mäkelä2018-02-216-36/+47
* | | | | | | Refactor TrxUndoRsegsIterator for further simplificationMarko Mäkelä2018-02-212-82/+31
* | | | | | | Simplify TrxUndoRsegsMarko Mäkelä2018-02-215-74/+20
* | | | | | | Replace purge_iter_t with purge_sys_t::iteratorMarko Mäkelä2018-02-212-100/+57
* | | | | | | Rename the purge_sys_t iteratorsMarko Mäkelä2018-02-214-72/+38
* | | | | | | MDEV-10814 innodb large allocations - Don't dumpMarko Mäkelä2018-02-218-41/+177
|\ \ \ \ \ \ \
| * | | | | | | Avoid some dead codeMarko Mäkelä2018-02-211-4/+1
| * | | | | | | MDEV-10814: Innodb large allocations - madvise - Don't dumpDaniel Black2018-02-178-41/+180
| |/ / / / / /
* | | | | | | Make possible to use clang on Windows (clang-cl)Vladislav Vaintroub2018-02-2020-86/+33
* | | | | | | MDEV-15158 On commit, do not write to the TRX_SYS pageMarko Mäkelä2018-02-208-289/+439
* | | | | | | Fix the Windows buildMarko Mäkelä2018-02-201-1/+2
* | | | | | | Replace trx_undo_mem_free() with ut_free()Marko Mäkelä2018-02-204-25/+7
* | | | | | | Clarify the access to trx_sys.rseg_history_lenMarko Mäkelä2018-02-208-25/+38
* | | | | | | Pull request #614: various small code changesMarko Mäkelä2018-02-1915-259/+225
|\ \ \ \ \ \ \
| * | | | | | | review fixesEugene Kosov2018-02-166-50/+40
| * | | | | | | remove unneeded variableEugene Kosov2018-02-161-4/+2
| * | | | | | | change some ibool to boolEugene Kosov2018-02-163-11/+11
| * | | | | | | let buf_page_hash_lock_get() be function, not macroEugene Kosov2018-02-161-2/+5