~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/mf_keycache.c

  • Committer: Andrey Hristov
  • Date: 2008-07-30 22:51:24 UTC
  • mfrom: (239 drizzle)
  • mto: (236.1.16 codestyle)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: ahristov@mysql.com-20080730225124-h4j0soxqkyrvlc44
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
  I/O finished.
102
102
*/
103
103
 
104
 
#include "my_global.h"
 
104
#include <drizzled/global.h>
105
105
#include <mysys/mysys_err.h>
106
106
#include <mysys/my_sys.h>
107
107
#include <keycache.h>
3478
3478
            if (!(block->status & (BLOCK_IN_EVICTION | BLOCK_IN_SWITCH |
3479
3479
                                   BLOCK_REASSIGNED)))
3480
3480
            {
3481
 
              struct st_hash_link *next_hash_link;
3482
 
              my_off_t            next_diskpos;
3483
 
              File                next_file;
3484
 
              uint                next_status;
3485
 
              uint                hash_requests;
 
3481
              struct st_hash_link *next_hash_link= NULL;
 
3482
              my_off_t            next_diskpos= 0;
 
3483
              File                next_file= 0;
 
3484
              uint                next_status= 0;
 
3485
              uint                hash_requests= 0;
3486
3486
 
3487
3487
              total_found++;
3488
3488
              found++;