mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
mi_keycache.c:
Removed FLUSH_REMOVE flag (replaced it by FLUSH_RELEASE). my_sys.h: Removed FLUSH_REMOVE flag. include/my_sys.h: Removed FLUSH_REMOVE flag. myisam/mi_keycache.c: Removed FLUSH_REMOVE flag (replaced it by FLUSH_RELEASE).
This commit is contained in:
@ -265,8 +265,7 @@ enum cache_type
|
||||
|
||||
enum flush_type
|
||||
{
|
||||
FLUSH_KEEP, FLUSH_RELEASE, FLUSH_IGNORE_CHANGED, FLUSH_FORCE_WRITE,
|
||||
FLUSH_REMOVE
|
||||
FLUSH_KEEP, FLUSH_RELEASE, FLUSH_IGNORE_CHANGED, FLUSH_FORCE_WRITE
|
||||
};
|
||||
|
||||
typedef struct st_record_cache /* Used when cacheing records */
|
||||
|
Reference in New Issue
Block a user