~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/innobase/mach/mach0data.c

  • Committer: Brian Aker
  • Date: 2008-11-04 15:39:09 UTC
  • mfrom: (575.1.2 devel)
  • Revision ID: brian@tangent.org-20081104153909-c72hn65udxs1ccal
Merge of Monty's work

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
/*************************************************************
17
17
Reads a ulint in a compressed form if the log record fully contains it. */
18
 
 
 
18
UNIV_INTERN
19
19
byte*
20
20
mach_parse_compressed(
21
21
/*==================*/
79
79
 
80
80
/*************************************************************
81
81
Reads a dulint in a compressed form if the log record fully contains it. */
82
 
 
 
82
UNIV_INTERN
83
83
byte*
84
84
mach_dulint_parse_compressed(
85
85
/*=========================*/