summaryrefslogtreecommitdiff
path: root/storage
Commit message (Expand)AuthorAgeFilesLines
* MDEV-19011 Assertion `file->s->base.reclength < file->s->vreclength' failedNikita Malyavin2021-04-081-1/+2
* revive innodb_debug_syncNikita Malyavin2021-04-085-0/+86
* MDEV-25019 memory allocation failures during startup becausebb-10.2-MDEV-25019Thirunarayanan Balathandayuthapani2021-04-071-0/+4
* MDEV-25295 Aborted FTS_DOC_ID_INDEX considered as existing FTS_DOC_ID_INDEX d...bb-10.2-MDEV-25295Thirunarayanan Balathandayuthapani2021-04-061-2/+4
* MDEV-24197: Add "innodb_force_recovery" for "mariabackup --prepare"Srinidhi Kaushik2021-04-011-1/+1
* MDEV-25047: SIGSEGV in mach_read_from_n_little_endianbb-10.2-MDEV-25047mkaruza2021-04-011-1/+4
* MDEV-13103 fixup: Actually fix a crash during IMPORT TABLESPACEMarko Mäkelä2021-03-311-6/+8
* MDEV-25200 Index count mismatch due to aborted FULLTEXT INDEXThirunarayanan Balathandayuthapani2021-03-301-0/+2
* MDEV-15527 page_compressed compressed page partially during import tablespaceThirunarayanan Balathandayuthapani2021-03-301-1/+1
* MDEV-15527 page_compressed compressed page partially during import tablespacebb-10.2-MDEV-15527Thirunarayanan Balathandayuthapani2021-03-301-11/+74
* MDEV-24923 : Port selected Galera conflict resolution changes from 10.6Jan Lindström2021-03-302-111/+95
* MDEV-24786: row_upd_clust_step() skips mtr_t::commit() on virtual column errorst-10.2-MDEV-24786Marko Mäkelä2021-03-261-80/+46
* MDEV-23076 Misleading "InnoDB: using atomic writes"Marko Mäkelä2021-03-222-18/+6
* MDEV-22653: Remove the useless parameter innodb_simulate_comp_failuresMarko Mäkelä2021-03-224-39/+0
* MDEV-8708 fixup: Remove dead codeMarko Mäkelä2021-03-191-4/+0
* MDEV-10682 Race condition between ANALYZE and STATS_AUTO_RECALCMarko Mäkelä2021-03-181-0/+14
* MDEV-25121: innodb_flush_method=O_DIRECT fails on compressed tablesMarko Mäkelä2021-03-181-13/+27
* MDEV-21584 - portability fixVladislav Vaintroub2021-03-181-1/+3
* Cleanup: Remove unused OS_DATA_TEMP_FILEMarko Mäkelä2021-03-182-5/+3
* switch off storage/innobase/.clang-format: InnoDB uses a common formatting st...Eugene Kosov2021-03-171-0/+0
* MDEV-24978 : SIGABRT in __libc_messageJan Lindström2021-03-151-21/+42
* MDEV-25101 Assertion !strcmp(field->name, "table_name") failedMarko Mäkelä2021-03-101-1/+0
* MDEV-24853: Duplicate key generated during cluster configuration changeJulius Goryavsky2021-03-081-131/+177
* 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
* MDEV-24748 extern column check missing in btr_index_rec_validate()Thirunarayanan Balathandayuthapani2021-03-031-0/+12
* MDEV-20648 InnoDB: Failing assertion: !(*node)->being_extended, innodb.log_da...bb-10.2-MDEV-20648Thirunarayanan Balathandayuthapani2021-03-031-14/+26
* MDEV-24532 Table corruption ER_NO_SUCH_TABLE_IN_ENGINE .. on table with forei...Monty2021-03-021-1/+2
* MDEV-24913 Assertion !recv_no_log_write in log_write_up_to()Thirunarayanan Balathandayuthapani2021-02-231-2/+1
* Merge branch 'bb-10.2-release' into 10.2Sergei Golubchik2021-02-2214-306/+500
|\
| * Fix connect engine ppc64 failOlivier Bertrand2021-02-052-7/+7
| * Fix of connect engine crashesOlivier Bertrand2021-02-051-0/+2
| * Fix of crashes of connect engine.Oleksandr Byelkin2021-02-053-24/+24
| * Fix of random crashes of connect engine (probably depend on addresses used)-Oleksandr Byelkin2021-02-051-1/+1
| * Fix compiler warnings of the new connect engine.Oleksandr Byelkin2021-02-051-0/+1
| * Revert "Fix of warnings on aarch64 like:"Oleksandr Byelkin2021-02-022-5/+5
| * Merge remote-tracking branch 'connect/10.2' into 10.2Oleksandr Byelkin2021-02-0213-269/+460
| |\
| | * Fix failed test bson and xmlOlivier Bertrand2021-02-021-1/+7
| | * Fix failed test bson and xmlOlivier Bertrand2021-01-303-4/+2
| | * Update bson_get_item modified: bsonudf.cppOlivier Bertrand2021-01-291-9/+8
| | * Fix decimal problems in bson udf'sOlivier Bertrand2021-01-284-138/+116
| | * - Continue BSON developmentOlivier Bertrand2021-01-2813-131/+341
* | | MDEV-24863 AHI entries mismatch with the index while reloading the evicted ta...Thirunarayanan Balathandayuthapani2021-02-221-14/+57
* | | MDEV-24873 : galera.galera_as_slave_ctas MTR failed: Assertion `(&(&LOCK_thd_...Jan Lindström2021-02-171-1/+1
* | | MDEV-24763 ALTER TABLE fails to rename a column in SYS_FIELDSMarko Mäkelä2021-02-121-0/+34
* | | MDEV-24790 CAST('0e1111111111' AS DECIMAL(38,0)) returns a wrong resultAlexander Barkov2021-02-081-3/+2
* | | Updating test results in rocksdb test suite after MDEV-11172 is fixedVarun Gupta2021-02-013-5/+5
|/ /
* | fix of warning on windowsOleksandr Byelkin2021-01-292-2/+2
* | Fix of warnings on aarch64 like:Oleksandr Byelkin2021-01-292-5/+5
* | fix warnings returned by gcc v10.0Oleksandr Byelkin2021-01-295-9/+12