~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.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:
32
32
extern TYPELIB myisam_recover_typelib;
33
33
extern ulong myisam_recover_options;
34
34
 
35
 
C_MODE_START
 
35
#ifdef __cplusplus
 
36
extern "C" {
 
37
#endif
 
38
 
36
39
bool index_cond_func_myisam(void *arg);
37
 
C_MODE_END
 
40
 
 
41
#ifdef __cplusplus
 
42
}
 
43
#endif
38
44
 
39
45
class ha_myisam: public handler
40
46
{