summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-23938: innodb row_search_idx_cond_check handle ICP_ABORTED_BY_USERbb-10.1-danielblack-MDEV-23938-innodb-aborted-by-userSergei Petrunia2020-10-151-6/+13
* MDEV-23722 InnoDB: Assertion: result != FTS_INVALID in fts_trx_row_get_new_stateThirunarayanan Balathandayuthapani2020-10-086-70/+58
* Cleanup: Remove unused rw_lock_t::writer_is_wait_exMarko Mäkelä2020-09-292-14/+2
* MDEV-22277 LeakSanitizer: detected memory leaks in mem_heap_create_block_func...Thirunarayanan Balathandayuthapani2020-09-282-0/+12
* MDEV-7098 spider/bg.spider_fixes failed in buildbot with safe_mutex: Trying t...Kentoku SHIBA2020-09-077-539/+1534
* InnoDB, XtraDB: handle EOPNOTSUPP from posix_fallocate()xdavidwu2020-09-042-0/+2
* MDEV-23600 Division by 0 in row_search_with_covering_prefixMarko Mäkelä2020-09-012-29/+34
* MDEV-23569 temporary tables can overwrite existing filesSergei Golubchik2020-08-252-6/+6
* MDEV-23463 fil_page_decompress() debug check wastes 128KiB of stackMarko Mäkelä2020-08-132-26/+2
* MDEV-20672 Inconsistent usage message for innodb_compression_algorithmMarko Mäkelä2020-08-122-2/+2
* MDEV-19526 heap number overflow on innodb_page_size=64kMarko Mäkelä2020-08-128-122/+122
* MDEV-16115 Hang after reducing innodb_encryption_threadsMarko Mäkelä2020-08-106-374/+222
* Merge branch 'merge/merge-tokudb-5.6' into 10.1Sergei Golubchik2020-08-0542-100/+95
|\
| * 5.6.49-89.0Sergei Golubchik2020-08-0447-148/+125
* | compilation error on bintar-centos6-amd64-debugSergei Golubchik2020-08-031-2/+1
* | XtraDB 5.6.49-89.0Marko Mäkelä2020-07-301-2/+2
* | MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-291-0/+1
* | MDEV-18496 Crash when Aria encryption is enabled but plugin not availableSergei Golubchik2020-07-291-1/+1
* | MDEV-23272 Galera stack-use-after-scope error with ASAN buildTeemu Ollakka2020-07-242-18/+0
* | MDEV-22903 heap-use-after-free while accessing fts cache deleted doc idsThirunarayanan Balathandayuthapani2020-07-232-6/+6
* | MDEV-23268 SIGSEGV on srv_monitor_event if InnoDB is read-onlyMarko Mäkelä2020-07-236-18/+24
* | MDEV-19232: Floating point precision / value comparison problemVarun Gupta2020-07-222-9/+2
* | MDEV-23190 InnoDB data file extension is not crash-safeMarko Mäkelä2020-07-2024-197/+313
* | Cleanup: Remove fil_check_adress_in_tablespace()Marko Mäkelä2020-07-206-70/+24
* | Cleanup: Remove unused AbstractCallback::m_free_limitMarko Mäkelä2020-07-202-18/+0
* | XtraDB 5.6.48-88.0Marko Mäkelä2020-07-141-2/+2
* | Update the InnoDB version number to 5.6.49Marko Mäkelä2020-07-141-1/+1
* | MDEV-23161 avg_count_reset may wrongly be NULL in I_S.INNODB_METRICSMarko Mäkelä2020-07-142-26/+28
* | MDEV-22765 i_s_fts_index_cache_fill_one_index() is not protect by the lockThirunarayanan Balathandayuthapani2020-07-142-0/+6
* | MDEV-22890 DEADLOCK of threads detected: row0sel.cc S-LOCK / btr0cur.cc S-LOC...Thirunarayanan Balathandayuthapani2020-07-142-6/+10
* | MDEV-23003 INFORMATION_SCHEMA.INNODB_TABLESPACES_ENCRYPTION requires SUPER in...Eugene Kosov2020-06-301-1/+1
* | mtr: use env for perlDaniel Black2020-06-233-3/+3
* | Attempt fixing mroonga gcc 8 build failureSergey Vojtovich2020-05-291-1/+1
* | MDEV-22258 Limit innodb_encryption_threads to 255Marko Mäkelä2020-05-202-2/+2
* | MDEV-22070 MSAN use-of-uninitialized-value in encryption.innodb-redo-badkeyMarko Mäkelä2020-05-142-6/+14
* | MDEV-22501 Various issues when using --innodb-data-file-size-debug=-1Marko Mäkelä2020-05-082-2/+2
* | MDEV-22497 [ERROR] InnoDB: Unable to purge a recordMarko Mäkelä2020-05-072-82/+48
* | MDEV-19092 Server crash when renaming the column whenbb-10.1-MDEV-19092Thirunarayanan Balathandayuthapani2020-05-042-14/+78
* | Merge remote-tracking branch 'connect/10.1' into 10.1Oleksandr Byelkin2020-04-302-4/+8
|\ \
| * | - Fix https://stackoverflow.com/questions/60625778/import-complex-xml-from-mu...Olivier Bertrand2020-03-112-4/+8
* | | Merge branch 'merge-tokudb-5.6' into 10.1Oleksandr Byelkin2020-04-301-1/+1
|\ \ \ | | |/ | |/|
| * | 5.6.47-87.0Oleksandr Byelkin2020-04-301-1/+1
* | | Merge branch '5.5' into 10.1Oleksandr Byelkin2020-04-301-3/+3
|\ \ \
| * | | don't enable -Werror in ft-indexSergei Golubchik2020-04-291-3/+3
* | | | 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
* | | | MDEV-7962 wsrep_on() takes 0.14% in OLTP ROMarko Mäkelä2020-04-2720-220/+160