summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup 7ecee0c35af8085a8730fce9f2f5917c65406bb0bb-10.5-MDEV-24949Marko Mäkelä2021-03-092-8/+40
* MDEV-24949: Enable idle flushing (after MDEV-23855 disabled it)Marko Mäkelä2021-03-081-3/+15
* After-merge fix: GCC -WconversionMarko Mäkelä2021-03-081-1/+1
* Merge 10.4 into 10.5Marko Mäkelä2021-03-0820-77/+468
|\
| * Merge 10.3 into 10.4Marko Mäkelä2021-03-0816-75/+184
| |\
| | * Fixed that unit.pcre_test works again.Monty2021-03-051-2/+2
| | * Merge 10.2 into 10.3Marko Mäkelä2021-03-057-61/+42
| | |\
| | | * MDEV-22929 fixup. Print "completed OK!" if page corruption and --log-innodb-...Vladislav Vaintroub2021-03-053-14/+18
| | | * fixup 58b56f14a096285a0e51b2233fc35398f1b01f5a: Remove dead codeMarko Mäkelä2021-03-043-33/+6
| | | * MDEV-25051 Race condition between persistent statistics and RENAME TABLE or T...Marko Mäkelä2021-03-041-14/+18
| | * | Merge branch '10.2' into 10.3Vicențiu Ciorbaru2021-03-048-10/+140
| | |\ \ | | | |/
| | | * MDEV-25032: Window functions without column references get removed from ORDER BYVicențiu Ciorbaru2021-03-044-0/+73
| | | * MDEV-24748 extern column check missing in btr_index_rec_validate()Thirunarayanan Balathandayuthapani2021-03-033-0/+47
| | | * MDEV-20648 InnoDB: Failing assertion: !(*node)->being_extended, innodb.log_da...bb-10.2-MDEV-20648Thirunarayanan Balathandayuthapani2021-03-031-14/+26
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-085-10/+305
| |\ \ \ | | |/ /
| | * | MDEV-22786 Crashes with nested table value constructorsIgor Babaev2021-03-037-13/+333
* | | | Cleanup: add override qualifiers to item.hMarko Mäkelä2021-03-051-910/+909
* | | | MDEV-24600 fixup: Remove unused trx_register_for_2pc()Marko Mäkelä2021-03-051-12/+0
* | | | Merge 10.4 into 10.5Marko Mäkelä2021-03-0540-275/+771
|\ \ \ \ | |/ / /
| * | | Remove unused HA_EXTRA_FAKE_START_STMTMarko Mäkelä2021-03-054-13/+3
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-03-0534-264/+743
| |\ \ \ | | |/ /
| | * | MDEV-24811 Assertion find(table) failed with innodb_evict_tables_on_commit_debugMarko Mäkelä2021-03-032-46/+37
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-03-0315-127/+293
| | |\ \ | | | |/
| | | * MDEV-24532 Table corruption ER_NO_SUCH_TABLE_IN_ENGINE .. on table with forei...Monty2021-03-025-1/+41
| | | * MDEV-25006: Failed assertion on executing EXPLAIN DELETE statement as a prepa...Dmitry Shulga2021-03-023-0/+34
| | | * mtr --gdb: fix for --rr and for a warningSergei Golubchik2021-03-012-2/+3
| | | * MDEV-24860: Incorrect behaviour of SET STATEMENT in case it is executed as a ...Dmitry Shulga2021-02-255-120/+212
| | * | MDEV-24919 Crash with subselect formed by table value constructor andIgor Babaev2021-03-013-10/+17
| | * | Fixed typo in commentMonty2021-03-011-1/+1
| | * | Fixed unit test to not 'bail out' if some tests are not compiled.Monty2021-03-011-6/+7
| | * | MDEV-24958 Server crashes in my_strtod ... with DEFAULT(blob)Monty2021-03-015-5/+129
| | * | MDEV-24710 Uninitialized value upon CREATE .. SELECT ... VALUE...Monty2021-03-014-10/+135
| | * | Fixed printing of wring filname "maria_open" in maria.maria-recovery2.testMonty2021-03-012-0/+2
| | * | MDEV-24965 With ALTER USER ...IDENTIFIED BY command, password doesn't replace...Alexey Botchkov2021-03-011-1/+1
| | * | MDEV-24965 With ALTER USER ...IDENTIFIED BY command, password doesn't replace...Alexey Botchkov2021-02-263-0/+7
| | * | MENT-1098 Crash during update on 10.4.17 after upgrade from 10.4.10Monty2021-02-252-62/+97
| * | | MDEV-23843 Assertions in Diagnostics_area upon table operations under FTWRLMonty2021-03-023-0/+27
* | | | MDEV-25018 [FATAL] InnoDB: Unable to read page (of a dropped tablespace)bb-10.5-MDEV-25018Thirunarayanan Balathandayuthapani2021-03-031-24/+27
* | | | MDEV-24863 AHI entries mismatch with the index while reloading the evicted ta...Thirunarayanan Balathandayuthapani2021-03-031-10/+25
* | | | MDEV-25026 Various code paths are accessing freed pagesbb-10.5-MDEV-25026Marko Mäkelä2021-03-025-10/+26
* | | | MDEV-24858 SIGABRT in DbugExit from my_malloc in Query_cache::init_cache Regr...Sergei Golubchik2021-03-012-2/+2
* | | | MDEV-24858 SIGABRT in DbugExit from my_malloc in Query_cache::init_cache Regr...Nayuta Yanagisawa2021-03-013-1/+12
* | | | MDEV-24997 Assertion mtr->is_named_space(page_id.space()) in ibuf0ibuf.cc:624Thirunarayanan Balathandayuthapani2021-02-261-0/+1
* | | | Merge remote-tracking branch 10.4 into 10.5Daniel Black2021-02-262-1/+2
|\ \ \ \ | |/ / /
| * | | Merge 10.3 into 10.4Marko Mäkelä2021-02-252-1/+2
| |\ \ \ | | |/ /
| | * | Merge 10.2 into 10.3Marko Mäkelä2021-02-252-1/+2
| | |\ \ | | | |/
| | | * Fixed the innodb_ext_key test by adding replace_columnVarun Gupta2021-02-252-1/+2
* | | | Merge remote-tracking branch 'origin/10.4' into 10.5Daniel Black2021-02-2610-55/+272
|\ \ \ \ | |/ / /
| * | | Merge branch '10.3' into 10.4Daniel Black2021-02-251-1/+1
| |\ \ \ | | |/ /
| | * | mysys: lf_hash - fix l_search size_t keylenDaniel Black2021-02-251-1/+1