summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-28739 Trying to lock uninitialized mutex or hang upon shutdown after usi...bb-10.3-MDEV-28758bb-10.3-MDEV-28739Nayuta Yanagisawa2022-06-204-58/+134
* remove invalid testSergei Golubchik2022-06-182-82/+0
* Fix intermittent failures of innodb.stats_persistentMarko Mäkelä2022-06-172-4/+5
* MDEV-21027 Assertion `part_share->auto_inc_initialized || !can_use_for_auto_i...Shunsuke Tokunaga2022-06-168-5/+52
* mtr: fix a race conditionSergei Golubchik2022-06-151-2/+6
* cleanup: move the check out of the loopSergei Golubchik2022-06-151-10/+9
* MDEV-28656: Inability to roll upgrade without stopping the Galera clusterJulius Goryavsky2022-06-146-108/+196
* MDEV-28628: Change current Debian package revision schemeTuukka Pasanen2022-06-141-4/+12
* MDEV-26127 Assertion `err != DB_DUPLICATE_KEY' failed or InnoDB: Failing asse...Nayuta Yanagisawa2022-06-135-7/+51
* MDEV-27766: connect engine; INSERT ignore option, was ignoredMathew Heard2022-06-104-4/+42
* MDEV-28666: Add correct 'Breaks' to make sure upgrade from 10.2 succeedsTuukka Pasanen2022-06-101-1/+2
* MDEV-28779: ALTER TABLE IMPORT TABLESPACE corrupts an encrypted tableMarko Mäkelä2022-06-093-7/+27
* MDEV-25577 mariadb-tzinfo-to-sql generates superfluous warningsDaniel Lewart2022-06-091-20/+10
* mysql.server.sh fix for non-Red Hat platformsGuiXiaoDi2022-06-091-5/+6
* Cleanup: Remove unused error code DB_FORCED_ABORTMarko Mäkelä2022-06-082-8/+2
* MDEV-25273: fix typo (s/strucures/structures/)chansuke2022-06-081-1/+1
* main.help: flush help tables after modifying themSergei Golubchik2022-06-072-13/+14
* typo fixed: [[space]] -> [[:space:]]Sergei Golubchik2022-06-071-1/+1
* MDEV-28749: restore_prev_nj_state() doesn't update cur_sj_inner_tables correctlySergei Petrunia2022-06-076-33/+118
* Fixed crashing when using DBUG_PUSH_EMPTYMonty2022-06-061-3/+2
* MDEV-27697 fixup: Exclude debug code from non-debug buildsMarko Mäkelä2022-06-031-3/+3
* 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
* Merge branch '10.3' into bb-10.3-releaseOleksandr Byelkin2022-05-207-5/+161
|\
| * bump the VERSIONDaniel Bartholomew2022-05-201-1/+1
| * MDEV-28246 Optimizer uses all partitions after upgrade to 10.3Oleg Smirnov2022-05-193-2/+122
| * MDEV-14642 Assertion 'table->s->db_create_options == part_table->s->db_create...KiyoshiTakeda2022-05-183-2/+38
* | Merge branch '10.2' into 10.3mariadb-10.3.35Sergei Golubchik2022-05-183-2/+121
|\ \
| * | Revert "MDEV-27524: Incorrect binlogs after Galera SST using rsync and mariab...bb-10.2-sergSergei Golubchik2022-05-1729-1312/+492
| * | MDEV-28550: improper handling of replication event group that contains Gtid_l...Brandon Nesterenko2022-05-132-0/+118
| * | MDEV-28550 improper handling of replication event group that containsAndrei2022-05-131-2/+3
* | | MDEV-28583: Galera: binlogs disappear after rsync ISTJulius Goryavsky2022-05-189-145/+945
* | | MDEV-28423: Galera IST is failing on Joiner nodeJulius Goryavsky2022-05-186-27/+799
* | | MDEV-28552 Assertion `inited==RND' failed in handler::ha_rnd_endAleksey Midenkov2022-05-184-3/+30
* | | cleanup:have_log_bin.incSergei Golubchik2022-05-182-6/+3
* | | fix tests for embeddedSergei Golubchik2022-05-184-15/+18
| |/ |/|
* | MDEV-28588 SIGSEGV in __memmove_avx_unaligned_erms, strmake_rootAlexander Barkov2022-05-173-1/+42
* | MDEV-28541 Unused counter Innodb_encryption_key_rotation_list_lengthMarko Mäkelä2022-05-163-9/+0
* | MDEV-28537 Unused or useless InnoDB counters num_index_pages_written, num_non...Marko Mäkelä2022-05-168-46/+2
* | Code cleanup in/around check_interleaving_with_nj()bb-10.3-spetruniaSergei Petrunia2022-05-151-4/+5
* | MDEV-28301 Spider: Fix GCC warnings, comparing the result of pointer addition...Nayuta Yanagisawa2022-05-131-21/+9