summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix10.4-mergeOleksandr Byelkin2020-07-311-1/+1
* WIP merge 10.3 into 10.4Marko Mäkelä2020-07-31126-945/+1990
|\
| * Merge 10.2 into 10.3Marko Mäkelä2020-07-3173-348/+879
| |\
| | * 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
| * | MDEV-23334 Crash in rec_get_nth_cfield()/rec_offs_validate()Marko Mäkelä2020-07-301-1/+5
| * | MDEV-21101 skip test for embeddedVladislav Vaintroub2020-07-301-0/+1
| * | MDEV-21101 unexpected wait_timeout with pool-of-threadsVladislav Vaintroub2020-07-3011-19/+150
| * | MDEV-16023 Unfortunate error message WARN_VERS_PART_FULL (partition <name> is...Nikita Malyavin2020-07-293-5/+34
| * | MDEV-23244 ALTER TABLE…ADD PRIMARY KEY fails to flag duplicatesMarko Mäkelä2020-07-233-2/+68
| * | A bit more safetyOleksandr Byelkin2020-07-231-1/+12
| * | MDEV-22134: handle_fatal_signal (sig=11) in __strlen_avx2 on START SLAVE | As...Oleksandr Byelkin2020-07-235-14/+38
| * | MDEV-23108: Point in time recovery of binary log fails when sql_mode=ORACLESujatha2020-07-2228-560/+778
* | | MDEV-23237 mariadb.sys has too many privilegesSergei Golubchik2020-07-319-9/+4
* | | MDEV-23009 SIGSEGV in get_field from acl_load (on optimized builds)Sergei Golubchik2020-07-314-17/+38
* | | MDEV-23337 Rounding functions create a wrong data type for integer inputAlexander Barkov2020-07-319-30/+381
* | | Enable test for testing.Jan Lindström2020-07-301-1/+0
* | | MDEV-23323 Rounding functions return a wrong data type for a BIT, ENUM, SET a...Alexander Barkov2020-07-3011-70/+1218
* | | MDEV-23320 Hex hybrid constants 0xHHHH work badly in rounding functionsAlexander Barkov2020-07-295-2/+208
* | | MDEV-23245 MDEV-22898 Still getting assertion failure in file data0type.cc li...Eugene Kosov2020-07-293-36/+148
* | | MDEV-23311 CEILING() and FLOOR() convert temporal input to numbers, unlike RO...Alexander Barkov2020-07-2814-12/+827
* | | galera_var_notify_cmd still hangs.Jan Lindström2020-07-281-1/+2