summaryrefslogtreecommitdiff
path: root/include/my_sys.h
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2003-11-25 22:20:31 -0800
committerunknown <igor@rurik.mysql.com>2003-11-25 22:20:31 -0800
commitceb0ce5002edf0824ce01f156cd8343a047e6b7a (patch)
treeba85e6742661051b9bacb071ef2ddd8de9d12dd4 /include/my_sys.h
parent345a84ca25f726c2757491876ef6ad4bb3753422 (diff)
downloadmariadb-git-ceb0ce5002edf0824ce01f156cd8343a047e6b7a.tar.gz
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).
Diffstat (limited to 'include/my_sys.h')
-rw-r--r--include/my_sys.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index 604eaf34fb7..59d5767d204 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -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 */