summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-24536 innodb_idle_flush_pct has no effectMarko Mäkelä2021-01-133-13/+23
* MDEV-16341 Wrong length for USER columns in performance_schema tablesSergei Golubchik2021-01-1114-21/+21
* MDEV-23536 Race condition between KILL and transaction commitSergei Golubchik2021-01-111-0/+1
* MDEV-21478 Inplace ALTER fails to report error when FTS_DOC_IDThirunarayanan Balathandayuthapani2021-01-111-0/+17
* MDEV-23536 : Race condition between KILL and transaction commitJan Lindström2021-01-083-31/+9
* Cleanup: Remove unused symbol QUE_THR_PROCEDURE_WAITMarko Mäkelä2021-01-082-4/+2
* fixup MDEV-17556: fix mroongaNikita Malyavin2021-01-083-19/+19
* MDEV-17556 Assertion `bitmap_is_set_all(&table->s->all_set)' failedNikita Malyavin2021-01-0820-147/+134
* MDEV-24449 Corruption of system tablespace or last recovered pageMarko Mäkelä2020-12-281-1/+1
* MDEV-23851 MDEV-24229 BF-BF conflict issuessjaakola2020-12-282-6/+30
* MDEV-24041 Generated column DELETE with FOREIGN KEY crash InnoDBNikita Malyavin2020-12-181-1/+1
* MDEV-24172: innodb stats table last_update is TIMESTAMPDaniel Black2020-12-161-4/+4
* MDEV-23942 mariadb-10.5.6/storage/connect/plugutil.cpp:380: bad width ?Sergei Golubchik2020-12-101-2/+2
* MDEV-17573 Assertion in federatedx on multi-updateAleksey Midenkov2020-12-094-15/+22
* MDEV-24340 Unique final message of InnoDB during shutdownbb-10.2-MDEV-24340Marko Mäkelä2020-12-043-22/+16
* MDEV-24275 InnoDB persistent stats analyze forces full scan forcing lock crashEugene Kosov2020-11-251-1/+1
* Cleanup: row_log_free()Marko Mäkelä2020-11-255-5/+8
* MDEV-24188 fixup: Correct the FindBlockX predicateMarko Mäkelä2020-11-181-2/+2
* MyRocks: Bare Windows compatibility: use rmdir built-in, not "rm -rf"Sergei Petrunia2020-11-171-1/+1
* MDEV-24161: shortcut OQGRAPH dependency checks if disabledDaniel Black2020-11-161-0/+4
* MDEV-24188 Hang in buf_page_create() after reusing a previously freed pageMarko Mäkelä2020-11-136-58/+97
* Cleanup: Remove dict_space_is_empty(), dict_space_get_id()Marko Mäkelä2020-11-112-161/+1
* MDEV-24156 trx_undo_left() fails to prevent overflowMarko Mäkelä2020-11-111-12/+10
* MDEV-24182 ibuf_merge_or_delete_for_page() contains dead codeMarko Mäkelä2020-11-114-90/+50
* MDEV-24171 index_online_log is instrumented as rw-lock, not mutexMarko Mäkelä2020-11-101-1/+1
* MDEV-7620: Remove the data structuresMarko Mäkelä2020-11-092-18/+0
* MDEV-22387: Do not violate __attribute__((nonnull))Marko Mäkelä2020-11-022-6/+15
* MDEV-23991 fixup: Initialize the memoryMarko Mäkelä2020-10-301-0/+3
* Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-292-2/+9
|\
| * MDEV-23702 calculating(auto rounding) issueSergei Golubchik2020-10-292-4/+9
* | Merge branch '10.1' into 10.2Oleksandr Byelkin2020-10-282-7/+7
|\ \ | |/
| * MDEV-24017: Blackhole : Specified key was too long; max key length is 1000 bytesVlad Lesin2020-10-241-2/+3
| * Merge remote-tracking branch 'connect/10.1' into 10.1Oleksandr Byelkin2020-10-2417-108/+511
| |\
| | * - Fix MDEV-22571 and MDEV-22572. Allow multiple ZIP tableOlivier Bertrand2020-07-1617-108/+511
* | | MDEV-23693 fixup: Remove unused btr_search_t::withdraw_clockMarko Mäkelä2020-10-281-2/+0
* | | MDEV-23163 Merge new release of InnoDB 5.7.32 to 10.2Marko Mäkelä2020-10-281-1/+1
* | | MDEV-23991 dict_table_stats_lock() has unnecessarily long scopeEugene Kosov2020-10-2719-280/+244
* | | MDEV-16952 Introduce SET GLOBAL innodb_max_purge_lag_waitMarko Mäkelä2020-10-271-0/+27
* | | MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_...Thirunarayanan Balathandayuthapani2020-10-2716-165/+262
* | | Bug #31228694 FTS QUERY WITH LIMIT HIT AN ASSERTbb-10.2-MDEV-23989Sachin Agarwal2020-10-261-3/+5
* | | Bug #30933728 INNODB FTS PHRASE SEARCH HIT AN ASSERTSachin Agarwal2020-10-261-14/+17
* | | Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2020-10-2623-490/+1071
|\ \ \
| * | | - Inline MakePtr and MakeOff with OFFSET as size_tOlivier Bertrand2020-10-1816-373/+848
| * | | Fix search for json subtable in tabjson.cppOlivier Bertrand2020-10-061-15/+33
| * | | Fix compile error in tabjson.cpp (ULONG -> ulong)Olivier Bertrand2020-10-051-17/+20
| * | | - Use BIN type when charset='binary'Olivier Bertrand2020-10-058-16/+64
| * | | - Fix allocating work space larger than 4GBOlivier Bertrand2020-10-032-17/+26
| * | | - Make possible to allocate work space larger than 4GBOlivier Bertrand2020-10-0112-82/+108
* | | | MDEV-23370 innodb_fts.innodb_fts_misc failed in buildbot, server crashed in d...bb-10.2-MDEV-23370Thirunarayanan Balathandayuthapani2020-10-258-399/+68
* | | | MDEV-23720 Change innodb_log_optimize_ddl=OFF by defaultMarko Mäkelä2020-10-251-4/+4