~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to extra/my_print_defaults.cc

  • Committer: Monty Taylor
  • Date: 2009-01-09 07:02:24 UTC
  • mto: (779.1.2 devel)
  • mto: This revision was merged to the branch mainline in revision 784.
  • Revision ID: mordred@inaugust.com-20090109070224-prwl5p52mfql3zfw
Split out readline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include <stdio.h>
29
29
 
30
30
const char *config_file="drizzle";              /* Default config file */
31
 
uint32_t verbose= 0, opt_defaults_file_used= 0;
 
31
uint verbose= 0, opt_defaults_file_used= 0;
32
32
 
33
33
static struct my_option my_long_options[] =
34
34
{