summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-06-01 04:27:59 +0300
committermonty@hundin.mysql.fi <>2001-06-01 04:27:59 +0300
commit866a82782c180ca20044ece9634b2721580839a1 (patch)
treeffdc7daed643167b8c8097cf1b60e75151d39eb9 /include
parent762f423d91a6f7f25db431d50da3d401d9053d8c (diff)
downloadmariadb-git-866a82782c180ca20044ece9634b2721580839a1.tar.gz
Added support for symlinked tables.
myisamchk: Don't force a repair if the only problem was that the open count wasn't correct. Added missing error messages.
Diffstat (limited to 'include')
-rw-r--r--include/my_sys.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/my_sys.h b/include/my_sys.h
index dc4eff7bda5..489015d42e2 100644
--- a/include/my_sys.h
+++ b/include/my_sys.h
@@ -110,10 +110,7 @@ extern int NEAR my_errno; /* Last error in mysys */
/* root_alloc flags */
#define MY_KEEP_PREALLOC 1
-#define MY_MARK_BLOCKS_FREE 2 /* do not my_free() blocks,
- just move used into free list
- and mark all blocks as fully free
- */
+#define MY_MARK_BLOCKS_FREE 2 /* move used to free list and reuse them */
/* defines when allocating data */