~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamdef.h

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
729
729
 
730
730
    /* Functions needed by mi_check */
731
731
volatile int *killed_ptr(MI_CHECK *param);
732
 
void mi_check_print_error _VARARGS((MI_CHECK *param, const char *fmt,...));
733
 
void mi_check_print_warning _VARARGS((MI_CHECK *param, const char *fmt,...));
734
 
void mi_check_print_info _VARARGS((MI_CHECK *param, const char *fmt,...));
 
732
void mi_check_print_error(MI_CHECK *param, const char *fmt,...);
 
733
void mi_check_print_warning(MI_CHECK *param, const char *fmt,...);
 
734
void mi_check_print_info(MI_CHECK *param, const char *fmt,...);
735
735
int flush_pending_blocks(MI_SORT_PARAM *param);
736
736
int thr_write_keys(MI_SORT_PARAM *sort_param);
737
737
pthread_handler_t thr_find_all_keys(void *arg);