summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MDEV-25506 part 3 preparationbb-10.6-monty-innodbMarko Mäkelä2021-05-181-45/+45
* Merge bb-10.6-monty~Marko Mäkelä2021-05-18492-12059/+36777
|\
| * Remove not used IPC_COND_USED_INDEXMonty2021-05-171-21/+4
| * MDEV-25606: Concurrent CREATE TRIGGER statements mix up in binlog and break r...Monty2021-05-171-1/+1
| * Added checking to protect against simultaneous double free in safemallocMonty2021-05-174-6/+21
| * Fixed hang in concurrent DROP TABLE and BACKUP LOCK BLOCK_DDLMonty2021-05-174-1/+72
| * MDEV-19198 - DBUG assert in CREATE IF NOT EXIST under LOCK TABLES WRITEMonty2021-05-173-8/+51
| * Added ER_... labels to mtr fatal error messagesMonty2021-05-173-22/+31
| * Generate sql_yacc_default.yy and sql_yacc_oracle.yy from sql_yacc.yyMonty2021-05-1711-62/+213
| * Fix all warnings given by UBSANMonty2021-05-1713-157/+218
| * Fixed assert in WSREP if one started with --wsrep_provider=..Monty2021-05-171-1/+1
| * Added malloc_calls to SHOW GLOBAL STATUS for DEBUG serverMonty2021-05-171-0/+9
| * Fixes for mtr --valgrindMonty2021-05-172-1/+5
| * Made --mariadbd a synonym for --mysqld in mysql-test-runMonty2021-05-171-7/+12
| * MDEV-18465 Logging of DDL statements during backupMonty2021-05-1746-144/+1841
| * Move debug_crash_here to it's own source filesMonty2021-05-1714-102/+151
| * Create a backup file of ddl_recovery.log before starting recoveryMonty2021-05-171-15/+52
| * MDEV-25180 Atomic ALTER TABLEMonty2021-05-1759-461/+8968
| * Check if we can rename triggers before doing an ALTER TABLE ... RENAMEMonty2021-05-175-63/+176
| * Ensure that one can drop a trigger with an orphan .TRN fileMonty2021-05-175-16/+193
| * MDEV-24746 Atomic CREATE TRIGGERMonty2021-05-1712-56/+928
| * MDEV-24607 Atomic CREATE VIEWMonty2021-05-175-7/+381
| * MDEV-24576 Atomic CREATE TABLEMonty2021-05-1728-314/+1240
| * MDEV-24408 Crash-safe DROP DATABASEMonty2021-05-1718-282/+910
| * MDEV-24395 Atomic DROP TRIGGERMonty2021-05-176-27/+378
| * MDEV-23844 Atomic DROP TABLE (single table)Monty2021-05-1715-51/+1136
| * MDEV-23842 Atomic RENAME TABLEMonty2021-05-1769-1378/+4096
| * Make rename atomic/repeatable in MyISAM and AriaMonty2021-05-173-19/+32
| * Do not display not moved tables as moved in aria_chkMonty2021-05-175-21/+30
| * Renamed comment_length -> get_commentMonty2021-05-171-5/+5
| * Removed Static_binary_stringMonty2021-05-172-121/+121
| * Change replication to use uchar for all buffers instead of charMonty2021-05-1715-532/+555
| * Improved code comment and removed nop testMonty2021-05-174-7/+16
| * Remove some usage of Check_level_instant_set and Sql_mode_saveMonty2021-05-179-47/+71
| * Less noise in the error logMonty2021-05-174-18/+17
| * Avoid creating the .frm file twice in some casesMonty2021-05-174-12/+25
| * MDEV-20025: ADD_MONTHS() Oracle functionMonty2021-05-175-3/+138
| * Ensure that we do not allocate strings bigger than 4G in String objects.Monty2021-05-171-1/+2
| * MDEV-20017 Implement TO_CHAR() Oracle compatible functionMonty2021-05-179-5/+1591
| * MDEV-20021 sql_mode="oracle" does not support MINUS set operatorMonty2021-05-176-2/+103
| * MDEV-24285 support oracle build-in function: sys_guidMonty2021-05-177-9/+72
| * MDEV-24089 support oracle syntax: rownumMonty2021-05-1736-81/+2194
| * MDEV-19682 sql_mode="oracle" does not support sysdateAlexander Barkov2021-05-178-24/+267
| * Make LEX::can_not_use_merged more generalMonty2021-05-174-8/+16
| * Added comment to create_inital_db.cmake of how to run itMonty2021-05-171-0/+4
| * Give a readable error in mtr if resolve_at_variable failsMonty2021-05-171-2/+9
| * Rename all external ddl_log function to start with ddl_log_ prefixMonty2021-05-178-95/+95
| * Move all ddl log code to ddl_log.cc and ddl_log.hMonty2021-05-1710-1219/+1278
| * Indentation cleanups (break long lines)Monty2021-05-172-6/+10
| * Replace find_temporary_table() with is_temporary_table()Monty2021-05-172-3/+2