summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-29078. Review contribution/notes.bb-10.10-MDEV-28632-reviewAndrei2022-07-262-4/+10
* MDEV-29078 For old binary logs explicit_defaults_for_timestamp presumed to be...Sergei Golubchik2022-07-236-27/+108
* MDEV-29075 Changing explicit_defaults_for_timestamp within stored procedure w...Sergei Golubchik2022-07-2010-22/+78
* bugfix: DEFAULT NULL was allowed for NOT NULL columnsSergei Golubchik2022-07-2015-103/+81
* MDEV-28632 Change default of explicit_defaults_for_timestamp to ONSergei Golubchik2022-07-1830-107/+174
* cleanup: consolidate binlog-related THD::*_used into one bitmapSergei Golubchik2022-07-1815-72/+61
* MDEV-28632 Change default of explicit_defaults_for_timestamp to ONSergei Golubchik2022-07-1817-35/+62
* my_getopt --help for "bit" optionsSergei Golubchik2022-07-022-1/+4
* MDEV-28632 Change default of explicit_defaults_for_timestamp to ONSergei Golubchik2022-07-0198-820/+762
* Merge 10.9 into 10.10Marko Mäkelä2022-06-298-50/+52
|\
| * Merge 10.8 into 10.9Marko Mäkelä2022-06-296-24/+47
| |\
| | * Merge 10.7 into 10.8Marko Mäkelä2022-06-296-24/+47
| | |\
| | | * Merge 10.6 into 10.7Marko Mäkelä2022-06-296-24/+47
| | | |\
| | | | * MDEV-28977: mariabackup.huge_lsn,strict_full_crc32 fails in 10.8Marko Mäkelä2022-06-291-7/+5
| | | | * Fix a sporadic failure of main.backup_locksMarko Mäkelä2022-06-282-2/+2
| | | | * MDEV-28897 Wrong table.get_ref_count() upon concurrent truncate and backup st...Monty2022-06-281-15/+34
| | | | * MDEV-18976 fixup: encryption.innodb-redo-nokeysMarko Mäkelä2022-06-282-0/+6
| * | | | MDEV-28656: post-merge fixesJulius Goryavsky2022-06-282-26/+5
* | | | | Merge 10.9 into 10.10Marko Mäkelä2022-06-28131-1274/+6540
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.8 into 10.9Marko Mäkelä2022-06-28134-1274/+6591
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.7 into 10.8Marko Mäkelä2022-06-28134-1296/+6655
| | |\ \ \ | | | |/ /
| | | * | Merge 10.6 into 10.7Marko Mäkelä2022-06-2856-1110/+1724
| | | |\ \ | | | | |/
| | | | * MDEV-26979 heap-use-after-free or SIGSEGV when accessing INNODB_SYS_TABLESTAT...Marko Mäkelä2022-06-272-77/+46
| | | | * Merge 10.5 into 10.6Marko Mäkelä2022-06-274-1/+31
| | | | |\
| | | | | * Merge 10.4 into 10.5Marko Mäkelä2022-06-274-1/+31
| | | | | |\
| | | | | | * Merge 10.3 into 10.4Marko Mäkelä2022-06-274-1/+31
| | | | | | |\
| | | | | | | * MDEV-26577 InnoDB: Failing assertion: dict_tf2_is_valid(flags, flags2) during...Marko Mäkelä2022-06-273-0/+27
| | | | | | | * MDEV-28389 fixup: Fix compiler warningsMarko Mäkelä2022-06-271-1/+4
| | | | * | | | MDEV-28950 Assertion `*err == DB_SUCCESS' failed in btr_page_split_and_insertMarko Mäkelä2022-06-272-10/+18
| | | | * | | | Suppress a message that may be emitted on slow systemsMarko Mäkelä2022-06-271-0/+1
| | | | * | | | Merge 10.5 into 10.6Marko Mäkelä2022-06-2749-1009/+1619
| | | | |\ \ \ \ | | | | | |/ / /
| | | | | * | | Merge 10.4 into 10.5Marko Mäkelä2022-06-2749-1037/+1618
| | | | | |\ \ \ | | | | | | |/ /
| | | | | | * | MDEV-28854 after-merge fix: Remove a test for MDEV-26583Marko Mäkelä2022-06-273-81/+0
| | | | | | * | Merge 10.3 into 10.4Marko Mäkelä2022-06-2748-515/+608
| | | | | | |\ \ | | | | | | | |/
| | | | | | | * MDEV-28389: Simplify the InnoDB corrupted page outputMarko Mäkelä2022-06-274-234/+39
| | | | | | | * MDEV-28854 Disallow INSERT DELAYED on Spider tableHirokazu Hata2022-06-279-35/+71
| | | | | | | * MDEV-22590 SIGSEGV in flush_all_key_blocks when changing key_buffer_size / AS...Oleksandr Byelkin2022-06-243-1/+44
| | | | | | | * MDEV-26562: galera-sst-mariabackup is failing due to missing xtrabackup_check...Julius Goryavsky2022-06-212-39/+70
| | | | | | | * MDEV-28884: include kernel information in crashing signal handlerDaniel Black2022-06-181-0/+10
| | | | | | | * 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-28583 postfix: fixing .result files after automatic mergeJulius Goryavsky2022-06-214-450/+1066