diff options
author | unknown <serg@sergbook.mysql.com> | 2002-09-17 20:37:26 +0200 |
---|---|---|
committer | unknown <serg@sergbook.mysql.com> | 2002-09-17 20:37:26 +0200 |
commit | 590a0ed3fce8576fa85bb78b1727b2d34782ca8b (patch) | |
tree | 287eaa1aed92987a33bb44c51f4e89d2584b6d3c /mysys/queues.c | |
parent | f3d5cb8b6a6b0c2c1a5a935ded5720c67e5a7233 (diff) | |
download | mariadb-git-590a0ed3fce8576fa85bb78b1727b2d34782ca8b.tar.gz |
comment corrected
Diffstat (limited to 'mysys/queues.c')
-rw-r--r-- | mysys/queues.c | 6 |
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) |