~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Brian Aker
  • Date: 2009-01-23 06:19:11 UTC
  • mfrom: (779.1.29 devel)
  • mto: (779.3.3 devel)
  • mto: This revision was merged to the branch mainline in revision 811.
  • Revision ID: brian@tangent.org-20090123061911-59es83nxzlyvh5fi
Merge of Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
752
752
 
753
753
/* Needed for handler */
754
754
void mi_disable_non_unique_index(MI_INFO *info, ha_rows rows);
755
 
void _mi_report_crashed(MI_INFO *file __attribute__((unused)),
756
 
                        const char *message __attribute__((unused)),
757
 
                        const char *sfile __attribute__((unused)),
758
 
                        uint32_t sline __attribute__((unused)));
 
755
void _mi_report_crashed(MI_INFO *file, const char *message, const char *sfile,
 
756
                        uint32_t sline);
759
757
 
760
758
#ifdef __cplusplus
761
759
}