summaryrefslogtreecommitdiff
path: root/sql/ddl_log.cc
Commit message (Expand)AuthorAgeFilesLines
* MDEV-27048 UBSAN: runtime error: shift exponent 32 is too large for 32-bit ty...bb-10.7-midenok2Aleksey Midenkov2021-11-191-1/+1
* Review and crash-safety fixAleksey Midenkov2021-10-261-3/+46
* Vanilla cleanups and refactoringsAleksey Midenkov2021-10-261-6/+5
* MDEV-25292 Better debug traceAleksey Midenkov2021-10-261-7/+16
* Errors from failed drop tables where ignored by atomic ddl.Monty2021-09-071-5/+11
* Minor cleanups of atomic ddl codeMonty2021-06-191-9/+20
* Create a backup file of ddl_recovery.log before starting recoveryMonty2021-05-191-15/+52
* MDEV-25180 Atomic ALTER TABLEMonty2021-05-191-143/+865
* Check if we can rename triggers before doing an ALTER TABLE ... RENAMEMonty2021-05-191-3/+9
* MDEV-24746 Atomic CREATE TRIGGERMonty2021-05-191-3/+114
* MDEV-24607 Atomic CREATE VIEWMonty2021-05-191-2/+134
* MDEV-24576 Atomic CREATE TABLEMonty2021-05-191-2/+86
* MDEV-24408 Crash-safe DROP DATABASEMonty2021-05-191-89/+264
* MDEV-24395 Atomic DROP TRIGGERMonty2021-05-191-11/+140
* MDEV-23844 Atomic DROP TABLE (single table)Monty2021-05-191-28/+277
* MDEV-23842 Atomic RENAME TABLEMonty2021-05-191-522/+1230
* Rename all external ddl_log function to start with ddl_log_ prefixMonty2021-05-191-44/+44
* Move all ddl log code to ddl_log.cc and ddl_log.hMonty2021-05-191-0/+1158