~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisamchk.c

  • Committer: Brian Aker
  • Date: 2008-08-07 16:29:49 UTC
  • mfrom: (264.1.20 codestyle)
  • Revision ID: brian@tangent.org-20080807162949-7o8eyjgdn8ms3n1a
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
static char **default_argv;
41
41
static const char *load_default_groups[]= { "myisamchk", 0 };
42
42
static const char *set_collation_name, *opt_tmpdir;
43
 
static CHARSET_INFO *set_collation;
 
43
static const CHARSET_INFO *set_collation;
44
44
static long opt_myisam_block_size;
45
45
static long opt_key_cache_block_size;
46
46
static const char *my_progname_short;