summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | MDEV-23198 Crash in REPLACEMarko Mäkelä2020-07-313-4/+38
* | | MDEV-18042 Server crashes upon adding a non-null date column under NO_ZERO_DA...Nikita Malyavin2020-07-319-22/+64
* | | MDEV-19338 InnoDB: Failing assertion: !cursor->index->is_committed()Nikita Malyavin2020-07-313-7/+54
* | | MDEV-23332 Index online status assert failure in btr_search_drop_page_hash_indexThirunarayanan Balathandayuthapani2020-07-301-20/+0
* | | MDEV-23339 innodb_force_recovery=2 may still abort the rollback of recovered ...Marko Mäkelä2020-07-304-5/+5
* | | MDEV-21258: Can't uninstall plugin if the library file doesn't existOleksandr Byelkin2020-07-295-18/+62
* | | speed up my_timer_init()Eugene Kosov2020-07-291-0/+4
* | | MDEV-23308 CHECK TABLE attempts to access parent_right_page_no=FIL_NULLMarko Mäkelä2020-07-281-5/+7
* | | MDEV-20142 encryption.innodb_encrypt_temporary_tables failed in buildbot with...Marko Mäkelä2020-07-282-0/+5
* | | MDEV-23137: aarch64, postfix - cmake includeDaniel Black2020-07-281-0/+1
* | | MDEV-9911: NTILE must return an error when parameter is not stableDan Solodko2020-07-283-3/+129
* | | rocksdb: FreeBSD disable jemalloc searchDaniel Black2020-07-281-6/+5
* | | MDEV-23051: riscv64 fails build (atomics)Daniel Black2020-07-282-0/+11
* | | MDEV-23137: RocksDB: undefined reference to crc32c_arm64Krunal Bauskar2020-07-281-0/+10
* | | MDEV-12474: rocksdb: mtr - rocksdb.concurrent_alter use shDaniel Black2020-07-281-1/+1
* | | MDEV-23233: Race condition for btr_search_drop_page_hash_index() in buf_page_...Thirunarayanan Balathandayuthapani2020-07-271-2/+17
* | | Enable fixed test case.Jan Lindström2020-07-271-1/+0
* | | MDEV-18916: crash in Window_spec::print_partition() with decimalsVarun Gupta2020-07-273-4/+18
* | | MDEV-14711 Assertion `mode == 16 || mode == 12 || !fix_block->page.file_page_...Thirunarayanan Balathandayuthapani2020-07-241-2/+20
* | | MDEV-15236: galera_ist_progress fails when trying to read transfer statusmkaruza2020-07-242-1/+9
* | | MDEV-20928 mtr test galera.galera_var_innodb_disallow_writes test failuresjaakola2020-07-242-29/+62
* | | MDEV-18177 : Galera test failure on galera_autoinc_sst_mariabackupJan Lindström2020-07-245-0/+29
* | | MDEV-23134 SEGV in dict_load_table_one during restart after server crashThirunarayanan Balathandayuthapani2020-07-231-0/+1
* | | MDEV-20638 Remove the deadcode from srv_master_thread() and srv_active_wake_m...Thirunarayanan Balathandayuthapani2020-07-2311-170/+35
* | | MDEV-14203: rpl.rpl_extra_col_master_myisam, rpl.rpl_slave_load_tmpdir_not_ex...Sujatha2020-07-235-1/+98
* | | MDEV-17481 mariadb service won't shutdown when it's running and the OS dateti...Thirunarayanan Balathandayuthapani2020-07-222-0/+7
* | | MDEV-13830 Assertion failed: recv_sys->mlog_checkpoint_lsn <= recv_sys->recov...Thirunarayanan Balathandayuthapani2020-07-221-2/+3
* | | fix assertionNikita Malyavin2020-07-221-1/+0
* | | fix c++98 buildNikita Malyavin2020-07-214-8/+8
* | | MDEV-16039 Crash when selecting virtual columns generated using functions wit...Nikita Malyavin2020-07-2110-51/+195
* | | Merge 10.1 into 10.2Marko Mäkelä2020-07-2036-283/+358
|\ \ \ | |/ /
| * | 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
| * | Making the stat_tables_innodb test deterministicVarun Gupta2020-07-182-21/+15
| * | MDEV-20401: revert unnecessary changeJulius Goryavsky2020-07-161-1/+1
| * | MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-162-4/+6
| * | check_linker_flag: use for linker flagsDaniel Black2020-07-152-1/+29
| * | MDEV-22851: Engine independent index statistics are incorrect for large table...Varun Gupta2020-07-154-15/+67
* | | MDEV-20401: revert unnecessary changeJulius Goryavsky2020-07-161-1/+1
* | | MDEV-20401: Server incorrectly auto-sets lower_case_file_system valueJulius Goryavsky2020-07-162-4/+6
* | | MDEV-21347 innodb_log_optimize_ddl=OFF is not crash safeMarko Mäkelä2020-07-166-55/+80
* | | Make page validation stricterMarko Mäkelä2020-07-151-8/+6
* | | MDEV-23183 Infinite loop on page_validate() on corrupted pageMarko Mäkelä2020-07-151-1/+3
* | | Fix compile warningVladislav Vaintroub2020-07-151-1/+2
* | | MDEV-23163 Merge new release of InnoDB 5.7.31 to 10.2Marko Mäkelä2020-07-141-1/+1
* | | Merge 10.1 into 10.2Marko Mäkelä2020-07-1420-84/+257
|\ \ \ | |/ /
| * | XtraDB 5.6.48-88.0Marko Mäkelä2020-07-143-4/+4
| * | Update the InnoDB version number to 5.6.49Marko Mäkelä2020-07-144-4/+4
| * | MDEV-23161 avg_count_reset may wrongly be NULL in I_S.INNODB_METRICSMarko Mäkelä2020-07-142-26/+28