1
0
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:
Marko Mäkelä
2021-03-11 20:20:07 +02:00
64 changed files with 779 additions and 305 deletions

View File

@ -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)
/*