summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctlybb-10.6-mdev28749Sergei Petrunia2022-06-067-43/+125
* Merge 10.5 into 10.6Marko Mäkelä2022-06-0257-1885/+1464
|\
| * MDEV-28731 Race condition on log checkpointMarko Mäkelä2022-06-021-0/+2
| * Cleanup: btr_store_big_rec_extern_fields() does not really modify pcurMarko Mäkelä2022-06-023-15/+3
| * Clean up mtr_tMarko Mäkelä2022-06-024-56/+12
| * Merge 10.4 into 10.5Marko Mäkelä2022-06-0236-1191/+800
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2022-06-0222-1174/+595
| | |\
| | | * MDEV-28719: compress_write() leaks data_mutex on errorMarko Mäkelä2022-06-011-12/+11
| | | * MDEV-28716: Portability: unlink() can return EPERM instead of EISDIRMarko Mäkelä2022-06-011-0/+1
| | | * Fixed bug in ma_loghandler.cc that could cause an assertMonty2022-05-301-10/+2
| | | * Remove compiler warning about unused variablesMonty2022-05-301-0/+2
| | | * MDEV-28689, MDEV-28690: Incorrect error handling for ctrl_mutexMarko Mäkelä2022-05-301-55/+22
| | | * MDEV-28599 EXCHANGE PARTITION on view causes ER_CHECK_NO_SUCH_TABLE instead o...Masashi Tomooka2022-05-303-2/+33
| | | * MDEV-9020: Connect issues ALTER TABLE DISABLE KEYS when inserting dataMathew Heard2022-05-271-19/+0
| | | * Add option --enable-cleartext-plugin to the MariaDB clientTing Nian2022-05-265-1/+38
| | | * remove obsolete fix_session_vcol_expr{,_for_read} function declarationskkz2022-05-261-3/+0
| | | * MDEV-25257 SEGV in fts_get_next_doc_id upon some INSERTThirunarayanan Balathandayuthapani2022-05-253-0/+31
| | | * MDEV-28583: post-merge fixesJulius Goryavsky2022-05-235-1071/+454
| | * | MDEV-27862 Galera should replicate nextval()-related changes in sequences wit...mkaruza2022-05-3013-13/+197
| | * | MDEV-20627 : Galera 4 not able to report proper wsrep_incoming_addressesJan Lindström2022-05-301-3/+7
| * | | Bug fixes for S3Monty2022-05-301-4/+11
| * | | fix not_valgrind.inc not to error out in embeddedSergei Golubchik2022-05-301-1/+1
| * | | move alter_table combinations to a separate test fileSergei Golubchik2022-05-307-618/+615
| * | | Fixed that CHECK TABLE on an S3 table doesn't try to write to filesMonty2022-05-295-0/+20
* | | | MDEV-25875: JSON_TABLE: extract document fragment into JSON columnRucha Deodhar2022-05-311-1/+1
* | | | MDEV-25875: JSON_TABLE: extract document fragment into JSON columnAlexey Botchkov2022-05-316-20/+74
* | | | let numeric in the DEMAULT.Alexey Botchkov2022-05-313-5/+26
* | | | Merge 10.5 into 10.6Marko Mäkelä2022-05-2526-263/+65
|\ \ \ \ | |/ / /
| * | | Merge 10.4 into 10.5Marko Mäkelä2022-05-2511-230/+44
| |\ \ \ | | |/ /
| | * | MDEV-28601 InnoDB history list length was reverted to 32 bitsMarko Mäkelä2022-05-253-12/+12
| | * | Update galera disabled.def filebb-10.4-galeraJan Lindström2022-05-241-4/+0
| | * | MDEV-20888 : Galera test failure on galera.galera_pc_ignore_sb: 2013: Lost co...Jan Lindström2022-05-241-0/+11
| | * | MDEV-15794 : Test failure on galera.galera_var_retry_autocommitJan Lindström2022-05-242-22/+23
| | * | MDEV-18179 : Galera test failure on galera.galera_kill_largechangesJan Lindström2022-05-244-193/+0
| * | | MDEV-28668 Recovery or backup of INSERT may be incorrectMarko Mäkelä2022-05-252-8/+10
| * | | main.alter_table_lock could fail with query "'LOCK TABLE t1 WRITE' failed"Monty2022-05-242-2/+4
| * | | Remove warning when using connect have_libxml2.incMonty2022-05-249-16/+2
| * | | Added check for libxml2 for connect.miscMichael Widenius2022-05-241-0/+1
| * | | Fix that spider test doesn't crash if my_gethwaddr() failsMichael Widenius2022-05-241-1/+2
| * | | Update galera_sr disabled.def filebb-10.5-galeraJan Lindström2022-05-241-4/+1
| * | | MDEV-28376: Make sure available Perl MariaDB DBI driver is chosenTuukka Pasanen2022-05-241-20/+50
| * | | MDEV-27892 Improve an error message for foreign server existsNorio Akagi2022-05-243-7/+19
* | | | MDEV-28665 aio_uring::thread_routine terminates prematurely, causing hangMarko Mäkelä2022-05-251-4/+4
* | | | Merge branch 'bb-10.6-release' into 10.6Sergei Golubchik2022-05-244-41/+0
|\ \ \ \
| * | | | fix a bad merge in ec62f46a612bSergei Golubchik2022-05-245-160/+0
* | | | | man: merge error in mysqld.8Daniel Black2022-05-241-5/+1
* | | | | MDEV-27892 Improve an error message for foreign server exists (backport)Norio Akagi2022-05-241-1/+1
* | | | | Merge branch 10.5 into 10.6Daniel Black2022-05-2432-55/+100
|\ \ \ \ \
| * | | | | MDEV-28376: Make sure available Perl MariaDB DBI driver is chosenTuukka Pasanen2022-05-241-20/+50
| * | | | | MDEV-27892 Improve an error message for foreign server existsNorio Akagi2022-05-243-7/+19
| | |/ / / | |/| | |