~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzledump.c

  • Committer: Brian Aker
  • Date: 2008-07-25 01:20:06 UTC
  • mfrom: (206.2.2 kill-netware-suppport)
  • Revision ID: brian@tangent.org-20080725012006-otezptm5ux9wsnnb
Merge fix on Makefile.am (from Jay)

Show diffs side-by-side

added added

removed removed

Lines of Context:
476
476
char check_if_ignore_table(const char *table_name, char *table_type);
477
477
static char *primary_key_fields(const char *table_name);
478
478
 
479
 
#include <help_start.h>
480
 
 
481
479
/*
482
480
  Print the supplied message if in verbose mode
483
481
 
486
484
    fmt   format specifier
487
485
    ...   variable number of parameters
488
486
*/
489
 
 
490
487
static void verbose_msg(const char *fmt, ...)
491
488
{
492
489
  va_list args;
551
548
  printf("For more options, use %s --help\n", my_progname);
552
549
}
553
550
 
554
 
#include <help_end.h>
555
 
 
556
 
 
557
551
static void write_header(FILE *sql_file, char *db_name)
558
552
{
559
553
  if (opt_xml)