~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/innobase/include/rem0rec.h

  • Committer: Stewart Smith
  • Date: 2010-11-07 04:22:31 UTC
  • mto: (1911.1.2 build)
  • mto: This revision was merged to the branch mainline in revision 1912.
  • Revision ID: stewart@flamingspork.com-20101107042231-ola4sl7j0qvg58tz
fix ARCHIVE storage engine calling exit (lintian warning). Was because we were linking in libinternal into libazio, which links into archive plugin. Just link libinternal into the command line utilities.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*****************************************************************************
2
2
 
3
 
Copyright (C) 1994, 2009, Innobase Oy. All Rights Reserved.
 
3
Copyright (c) 1994, 2009, Innobase Oy. All Rights Reserved.
4
4
 
5
5
This program is free software; you can redistribute it and/or modify it under
6
6
the terms of the GNU General Public License as published by the Free Software
659
659
                                        fields to fold */
660
660
        ulint           n_bytes,        /*!< in: number of bytes to fold
661
661
                                        in an incomplete last field */
662
 
        index_id_t      tree_id)        /*!< in: index tree id */
 
662
        dulint          tree_id)        /*!< in: index tree id */
663
663
        __attribute__((pure));
664
664
#endif /* !UNIV_HOTBACKUP */
665
665
/*********************************************************//**
801
801
void
802
802
rec_print(
803
803
/*======*/
804
 
        FILE*                   file,   /*!< in: file where to print */
805
 
        const rec_t*            rec,    /*!< in: physical record */
806
 
        const dict_index_t*     index); /*!< in: record descriptor */
 
804
        FILE*           file,   /*!< in: file where to print */
 
805
        const rec_t*    rec,    /*!< in: physical record */
 
806
        dict_index_t*   index); /*!< in: record descriptor */
807
807
#endif /* UNIV_HOTBACKUP */
808
808
 
809
809
#define REC_INFO_BITS           6       /* This is single byte bit-field */