mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Merge 10.5 into 10.6
This commit is contained in:
@ -307,7 +307,11 @@ enum chf_create_flags {
|
||||
|
||||
#define HA_PERSISTENT_TABLE (1ULL << 48)
|
||||
|
||||
/* If storage engine uses another engine as a base */
|
||||
/*
|
||||
If storage engine uses another engine as a base
|
||||
This flag is also needed if the table tries to open the .frm file
|
||||
as part of drop table.
|
||||
*/
|
||||
#define HA_REUSES_FILE_NAMES (1ULL << 49)
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user