~patrick-crews/drizzle/dbqp_server_setup

« back to all changes in this revision

Viewing changes to plugin/innobase/fil/fil0fil.cc

  • Committer: Lee Bieber
  • Date: 2011-03-31 14:40:56 UTC
  • mfrom: (2242.1.133 drizzle-xtrabackup)
  • Revision ID: kalebral@gmail.com-20110331144056-hdhp6cj0zo1keuc9
Merge Stewart - xtrabackup port to drizzle

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
#include "dict0dict.h"
41
41
#include "page0page.h"
42
42
#include "page0zip.h"
 
43
#include "xtrabackup_api.h"
43
44
#ifndef UNIV_HOTBACKUP
44
45
# include "buf0lru.h"
45
46
# include "ibuf0ibuf.h"
297
298
 
298
299
/** The tablespace memory cache. This variable is NULL before the module is
299
300
initialized. */
300
 
static fil_system_t*    fil_system      = NULL;
 
301
fil_system_t*   fil_system      = NULL;
301
302
 
302
303
 
303
304
/********************************************************************//**
3448
3449
idea is to read as much good data as we can and jump over bad data.
3449
3450
@return 0 if ok, -1 if error even after the retries, 1 if at the end
3450
3451
of the directory */
3451
 
static
3452
3452
int
3453
3453
fil_file_readdir_next_file(
3454
3454
/*=======================*/