~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2009-10-12 06:15:02 UTC
  • mfrom: (1165.1.178 static-functions)
  • Revision ID: brian@gaz-20091012061502-cds4m0cya7ow8sj7
Merge Stewart

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
static uint64_t max_sort_file_size;
44
44
static uint64_t sort_buffer_size;
45
45
 
46
 
/* bits in myisam_recover_options */
47
 
const char *myisam_recover_names[] =
48
 
{ "DEFAULT", "BACKUP", "FORCE", "QUICK", NULL};
49
 
TYPELIB myisam_recover_typelib= {array_elements(myisam_recover_names)-1,"",
50
 
                                 myisam_recover_names, NULL};
51
 
 
52
 
 
53
 
 
54
46
/*****************************************************************************
55
47
** MyISAM tables
56
48
*****************************************************************************/