~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/btr/btr0btr.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:
31
31
 
32
32
#include "fsp0fsp.h"
33
33
#include "page0page.h"
 
34
#include "xtrabackup_api.h"
34
35
 
35
36
#ifndef UNIV_HOTBACKUP
36
37
#include "btr0cur.h"
120
121
/**************************************************************//**
121
122
Gets the root node of a tree and x-latches it.
122
123
@return root page, x-latched */
123
 
static
124
124
buf_block_t*
125
125
btr_root_block_get(
126
126
/*===============*/
566
566
/************************************************************//**
567
567
Returns the child page of a node pointer and x-latches it.
568
568
@return child page, x-latched */
569
 
static
570
569
buf_block_t*
571
570
btr_node_ptr_get_child(
572
571
/*===================*/