~ubuntu-branches/ubuntu/precise/mysql-5.1/precise

« back to all changes in this revision

Viewing changes to storage/innobase/include/btr0types.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2010-03-17 14:56:02 UTC
  • Revision ID: james.westby@ubuntu.com-20100317145602-x7e30l1b2sb5s6w6
Tags: upstream-5.1.45
ImportĀ upstreamĀ versionĀ 5.1.45

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/************************************************************************
 
2
The index tree general types
 
3
 
 
4
(c) 1996 Innobase Oy
 
5
 
 
6
Created 2/17/1996 Heikki Tuuri
 
7
*************************************************************************/
 
8
 
 
9
#ifndef btr0types_h
 
10
#define btr0types_h
 
11
 
 
12
#include "univ.i"
 
13
 
 
14
#include "rem0types.h"
 
15
#include "page0types.h"
 
16
 
 
17
typedef struct btr_pcur_struct          btr_pcur_t;
 
18
typedef struct btr_cur_struct           btr_cur_t;
 
19
typedef struct btr_search_struct        btr_search_t;
 
20
 
 
21
#endif