summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25222: mysqlbinlog --base64-output wrong option default drops BINLOG fro...10.6-MDEV-25222Brandon Nesterenko2021-05-175-124/+57
* MDEV-25693: SST failed due to incorrect connection addressJulius Goryavsky2021-05-179-540/+1166
* wsrep_sst_common.sh: file mode changed back to 664Julius Goryavsky2021-05-171-0/+0
* MDEV-25669: SST scripts should check all server groups in config filesJulius Goryavsky2021-05-174-191/+201
* MDEV-23580 addendum: normal operation in configurations where stunnel is not ...Julius Goryavsky2021-05-172-1/+1
* MDEV-23580: WSREP_SST: [ERROR] rsync daemon port has been takenJulius Goryavsky2021-05-1710-353/+517
* MDEV-24626 Remove synchronous write of page0 file during file creationMarko Mäkelä2021-05-1738-369/+720
* Simplify a preprocessor conditionMarko Mäkelä2021-05-171-2/+2
* MDEV-19371: Implement binlog_expire_logs_seconds for purging of binary logsSujatha2021-05-1710-26/+50
* MDEV-25689: Remove MONITOR_TABLE_REFERENCE, MONITOR_TABLE_CLOSEMarko Mäkelä2021-05-178-71/+7
* Cleanup: Remove unused DB_TABLE_IS_BEING_USEDMarko Mäkelä2021-05-175-10/+4
* MDEV-25687: Remove trx_active_transactionsMarko Mäkelä2021-05-178-23/+4
* MDEV-18518 fixup: Remove row_drop_table_after_create_fail()Marko Mäkelä2021-05-173-41/+4
* MDEV-9609 : wsrep_debug only logs DDL information on originating nodeJan Lindström2021-05-155-46/+61
* MDEV-25666: After backup, "Could not find a valid tablespace file"Marko Mäkelä2021-05-141-4/+0
* Cleanup: Remove innodb_flush_method (use srv_file_flush_method)Marko Mäkelä2021-05-141-12/+8
* Cleanup: Remove useless message "If you are installing InnoDB"Marko Mäkelä2021-05-1416-33/+0
* MDEV-25312 fixup: Invoke fil_space_t::rename() correctlyMarko Mäkelä2021-05-141-2/+1
* MDEV-25154: JSON_TABLE: Queries involving ordinality columns are unsafe ...Sergei Petrunia2021-05-134-0/+69
* fixup e3b3384282b080e2d331507513afdf2b612f630b: wsrep test resultsMarko Mäkelä2021-05-132-10/+10
* MDEV-25502: rpl.rpl_perfschema_applier_status_by_worker failed in bb with: Te...Sujatha2021-05-134-12/+17
* tztime_to_sql: quote `Offset` fieldNikita Malyavin2021-05-122-6/+6
* Fix the following valgrind error on SpiderKentoku SHIBA2021-05-136-29/+9
* Merge 10.5 into 10.6Marko Mäkelä2021-05-122-18/+35
|\
| * Updated tests in decimal.c that match current API and usageMonty2021-05-111-17/+18
| * MDEV-25651 Server crash or assertion failure in THD::update_stats upon concur...Monty2021-05-111-1/+3
| * MDEV-25606: Concurrent CREATE TRIGGER statements mix up in binlog and break r...Monty2021-05-101-0/+14
| * bump the VERSIONDaniel Bartholomew2021-05-101-1/+1
* | MDEV-14974: --port ignored for --host=localhostBrandon Nesterenko2021-05-1127-61/+766
* | MDEV-21452 fixup: recursive recv_sys.mutex lockMarko Mäkelä2021-05-112-2/+5
* | Merge 10.5 into 10.6Marko Mäkelä2021-05-1027-817/+2177
|\ \ | |/
| * Merge 10.4 into 10.5Marko Mäkelä2021-05-1034-814/+2360
| |\
| | * Merge 10.3 into 10.4Marko Mäkelä2021-05-1034-814/+2360
| | |\
| | | * Merge 10.2 into 10.3Marko Mäkelä2021-05-1031-832/+2355
| | | |\
| | | | * MDEV-25232 Ninja MSVC build sets default CMAKE_BUILD_TYPE to DebugVladislav Vaintroub2021-05-091-11/+12
| | | | * force jemalloc to be used in release rpm/deb buildsSergei Golubchik2021-05-081-0/+2
| | | | * XA PREPARE and SHOW STATUSSergei Golubchik2021-05-083-7/+57
| | | | * mtr --gdb='commands' and restartsSergei Golubchik2021-05-081-1/+1
| | | | * fix mtr --client-gdb to workSergei Golubchik2021-05-081-1/+1
| | | | * Revert "Connect: remove Mongo dependencies"Sergei Golubchik2021-05-082-3/+14
| | | | * Skip auth_named_pipe test, if plugin was not builtVladislav Vaintroub2021-05-071-0/+5
| | | | * Fix clang++-11 -Wsometimes-uninitializedMarko Mäkelä2021-05-071-1/+1
| | | | * Merge branch 'bb-10.2-release' into 10.2Oleksandr Byelkin2021-05-074-10/+0
| | | | |\
| | | | * | MDEV-25418: Improve mariabackup SST script compliance with native MariaDB SSL...Alexey Yurchenko2021-05-066-46/+106
| | | | * | MDEV-25418 rsync SST does not work with stunnel encryptionAlexey Yurchenko2021-05-066-0/+888
| | | | * | MDEV-24962 addendum: improved handling of paths with spacesJulius Goryavsky2021-05-062-14/+16
| | | | * | MDEV-24962 addendum: mariabackup does not understand --log-bin-index and --lo...Julius Goryavsky2021-05-061-3/+13
| | | | * | MDEV-21603 Crashing SHOW TABLES with derived table in WHERE conditionSergei Golubchik2021-05-047-23/+67
| | | | * | MDEV-24962: Galera SST innobackupex-move ignores Environment settingsJulius Goryavsky2021-05-0415-846/+1376
| | | | * | wsrep sst scripts: removing extra blank lines and spacesJulius Goryavsky2021-05-036-377/+329