summaryrefslogtreecommitdiff
path: root/mysys/lf_hash.c
diff options
context:
space:
mode:
authorunknown <guilhem@gbichot3.local>2006-11-27 22:09:06 +0100
committerunknown <guilhem@gbichot3.local>2006-11-27 22:09:06 +0100
commit7a5d0c2e6efbffd95998b723e52a22de51c21dae (patch)
tree40d375507e1c935d8e4a08e04412c4b47f85c838 /mysys/lf_hash.c
parentde6f550ec7015fccd044a54c7628cdf8cdc2ed8c (diff)
downloadmariadb-git-7a5d0c2e6efbffd95998b723e52a22de51c21dae.tar.gz
Maria - Fixes to help some pushbuild hosts compile.
include/Makefile.am: put my_bit.h in the tarball (need it for mf_keycache.c) mysys/lf_alloc-pin.c: // in .c file mysys/lf_hash.c: // in .c file
Diffstat (limited to 'mysys/lf_hash.c')
-rw-r--r--mysys/lf_hash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysys/lf_hash.c b/mysys/lf_hash.c
index ff0eb8326d5..7e61ef690c6 100644
--- a/mysys/lf_hash.c
+++ b/mysys/lf_hash.c
@@ -85,7 +85,8 @@ retry:
{
if (!cursor->curr)
return 0;
- do { // XXX or goto retry ?
+ do {
+#warning XXX or goto retry ?
link= cursor->curr->link;
cursor->next= PTR(link);
_lf_pin(pins, 0, cursor->next);