summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix of MDEV-24312bb-10.6-MDEV-24312-fixOleksandr Byelkin2021-05-201-1/+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
* MDEV-23844 Atomic DROP TABLE (single table)Monty2021-05-1915-51/+1136
* MDEV-23842 Atomic RENAME TABLEMonty2021-05-1969-1378/+4096
* Make rename atomic/repeatable in MyISAM and AriaMonty2021-05-193-19/+32
* Do not display not moved tables as moved in aria_chkMonty2021-05-195-21/+30
* Renamed comment_length -> get_commentMonty2021-05-191-5/+5
* Removed Static_binary_stringMonty2021-05-192-121/+121
* Change replication to use uchar for all buffers instead of charMonty2021-05-1915-532/+555
* Improved code comment and removed nop testMonty2021-05-194-7/+16
* Remove some usage of Check_level_instant_set and Sql_mode_saveMonty2021-05-199-47/+71
* Less noise in the error logMonty2021-05-194-18/+17
* Avoid creating the .frm file twice in some casesMonty2021-05-195-22/+34
* MDEV-20025: ADD_MONTHS() Oracle functionMonty2021-05-195-3/+142
* Ensure that we do not allocate strings bigger than 4G in String objects.Monty2021-05-191-2/+3
* MDEV-20017 Implement TO_CHAR() Oracle compatible functionMonty2021-05-199-7/+1587
* MDEV-20021 sql_mode="oracle" does not support MINUS set operatorMonty2021-05-196-2/+103
* MDEV-24285 support oracle build-in function: sys_guidMonty2021-05-197-9/+72
* MDEV-24089 support oracle syntax: rownumMonty2021-05-1935-85/+2157
* MDEV-19682 sql_mode="oracle" does not support sysdateAlexander Barkov2021-05-198-24/+267