1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Review and crash-safety fix

This commit is contained in:
Aleksey Midenkov
2021-09-27 15:53:52 +03:00
committed by Sergei Golubchik
parent 428024524c
commit 7da721be31
9 changed files with 373 additions and 96 deletions

View File

@ -59,7 +59,6 @@ enum enum_explain_filename_mode
#define WFRM_KEEP_SHARE 4
#define WFRM_WRITE_CONVERTED_TO 8
#define WFRM_BACKUP_ORIGINAL 16
#define WFRM_DROP_BACKUP 32
/* Flags for conversion functions. */
static const uint FN_FROM_IS_TMP= 1 << 0;