summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-21192: SST failing when enabling IPV6bb-10.6-MDEV-21192-galeraJulius Goryavsky2021-05-248-58/+104
* MDEV-15730: rename --stream=xbstream to --stream=mbstreamJulius Goryavsky2021-05-242-11/+15
* MDEV-25759: is_local_ip function can come to incorrect conclusionJulius Goryavsky2021-05-242-16/+49
* MDEV-22189: Change error messages inside code to have mariadb instead ofRucha Deodhar2021-05-2469-120/+211
* MDEV-25719 post-merge correction: wsrep_debug=ON -> wsrep_debug=1Julius Goryavsky2021-05-222-1/+3
* bump the VERSIONDaniel Bartholomew2021-05-211-1/+1
* MDEV-25743: Unnecessary copying of table names in InnoDB dictionaryMarko Mäkelä2021-05-2151-1324/+918
* Cleanup: Remove the compile-innodb scriptMarko Mäkelä2021-05-211-25/+0
* Cleanup: Remove the error code DB_MUST_GET_MORE_FILE_SPACEMarko Mäkelä2021-05-216-42/+9
* Cleanup: Access lower_case_table_names, tdc_size directlyMarko Mäkelä2021-05-218-149/+54
* Cleanup: Simplify dict_table_schema_check()Marko Mäkelä2021-05-217-580/+332
* MDEV-25748 DROP DATABASE drops unrelated FOREIGN KEY constraintsMarko Mäkelä2021-05-213-2/+15
* MDEV-25719: stunnel uses "verifyChain" without subject checksJulius Goryavsky2021-05-2118-129/+337
* update test resultmariadb-10.6.1Sergei Golubchik2021-05-211-1/+1
* 10.6.1 is betaSergei Golubchik2021-05-201-1/+1
* mariadb-conv --character-sets-dirSergei Golubchik2021-05-202-1/+4
* fix of MDEV-24312Oleksandr Byelkin2021-05-201-1/+2
* compilation error with -Werror -OgSergei Golubchik2021-05-201-1/+1
* fix main.strings test to clean up after itselfSergei Golubchik2021-05-202-0/+2
* another compilation fix for partition-less debug buildSergei Golubchik2021-05-201-1/+1
* fix main.sp test failuresSergei Golubchik2021-05-202-11/+2
* MDEV-22530 Aborting OPTIMIZE TABLE still logs in binary log and replicates to...Sergei Golubchik2021-05-191-2/+7
* fix a race condition in the main.rownum testSergei Golubchik2021-05-192-2/+2
* fixes for win32Sergei Golubchik2021-05-191-3/+3
* show pmem detection in cmakeSergei Golubchik2021-05-192-1/+10
* fix compilation w/o partitioningSergei Golubchik2021-05-191-1/+5
* switch columnstore from pre-alpha 6.1.1 back to 5.5.2-3Sergei Golubchik2021-05-192-0/+2
* remove thread_pool_priv.hSergei Golubchik2021-05-191-108/+0
* Remove not used IPC_COND_USED_INDEXMonty2021-05-191-21/+4
* MDEV-25606: Concurrent CREATE TRIGGER statements mix up in binlog and break r...Monty2021-05-191-1/+1
* Added checking to protect against simultaneous double free in safemallocMonty2021-05-194-6/+21
* Fixed hang in concurrent DROP TABLE and BACKUP LOCK BLOCK_DDLMonty2021-05-194-1/+72
* MDEV-19198 - DBUG assert in CREATE IF NOT EXIST under LOCK TABLES WRITEMonty2021-05-193-8/+51
* Added ER_... labels to mtr fatal error messagesMonty2021-05-193-22/+31
* Fix all warnings given by UBSANMonty2021-05-1913-157/+218
* Fixed assert in WSREP if one started with --wsrep_provider=..Monty2021-05-191-1/+1
* Added malloc_calls to SHOW GLOBAL STATUS for DEBUG serverMonty2021-05-191-0/+9
* Fixes for mtr --valgrindMonty2021-05-192-1/+5
* Made --mariadbd a synonym for --mysqld in mysql-test-runMonty2021-05-191-7/+12
* MDEV-18465 Logging of DDL statements during backupMonty2021-05-1946-145/+1841
* Move debug_crash_here to it's own source filesMonty2021-05-1914-102/+151
* Create a backup file of ddl_recovery.log before starting recoveryMonty2021-05-191-15/+52
* MDEV-25180 Atomic ALTER TABLEMonty2021-05-1960-461/+8968
* Check if we can rename triggers before doing an ALTER TABLE ... RENAMEMonty2021-05-195-63/+176
* Ensure that one can drop a trigger with an orphan .TRN fileMonty2021-05-196-16/+195
* MDEV-24746 Atomic CREATE TRIGGERMonty2021-05-1912-56/+928
* MDEV-24607 Atomic CREATE VIEWMonty2021-05-195-7/+381
* MDEV-24576 Atomic CREATE TABLEMonty2021-05-1928-314/+1239
* MDEV-24408 Crash-safe DROP DATABASEMonty2021-05-1918-282/+910
* MDEV-24395 Atomic DROP TRIGGERMonty2021-05-196-27/+378