summaryrefslogtreecommitdiff
path: root/mysys
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-09-18 00:44:58 +0300
committermonty@mashka.mysql.fi <>2002-09-18 00:44:58 +0300
commitf42a28e2525734587f35611fe2b851b8ce5299c9 (patch)
tree3b3ac8adddfe90dfa853b5ab7001f1226a371b45 /mysys
parent7f55d9263749ec0b0c8dacea1fd1616c0262bd5e (diff)
parentaabcc1f634f24353fb639f2ee732aa43ebd76da8 (diff)
downloadmariadb-git-f42a28e2525734587f35611fe2b851b8ce5299c9.tar.gz
Merge
Diffstat (limited to 'mysys')
-rw-r--r--mysys/queues.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/mysys/queues.c b/mysys/queues.c
index c458c96e998..fe642131d74 100644
--- a/mysys/queues.c
+++ b/mysys/queues.c
@@ -174,10 +174,8 @@ static int queue_fix_cmp(QUEUE *queue, void **a, void **b)
}
/*
- Fix heap when every element was changed
- actually, it can be done in linear time,
- not in n*log(n), but some code (myisam/ft_boolean_search.c)
- requires a strict order here, not just a queue property
+ Fix heap when every element was changed,
+ actually, it can be done better, in linear time, not in n*log(n)
*/
void queue_fix(QUEUE *queue)