~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

  • Committer: Monty Taylor
  • Date: 2008-09-15 17:24:04 UTC
  • Revision ID: monty@inaugust.com-20080915172404-ygh6hiyu0q7qpa9x
Removed strndup calls.

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
 
UNIV_INTERN
 
18
 
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
 
UNIV_INTERN
 
82
 
83
83
byte*
84
84
mach_dulint_parse_compressed(
85
85
/*=========================*/