~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.cc

  • Committer: Monty Taylor
  • Date: 2008-10-06 04:45:56 UTC
  • mfrom: (438.1.13 drizzle)
  • Revision ID: monty@inaugust.com-20081006044556-5urk8k3yhnnl3o1p
Merged in from trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
      if (opt_verbose)
316
316
        printf(_("shutting down drizzled...\n"));
317
317
 
318
 
      if (drizzle_shutdown(drizzle, SHUTDOWN_DEFAULT))
 
318
      if (drizzle_shutdown(drizzle))
319
319
      {
320
320
        my_printf_error(0, _("shutdown failed; error: '%s'"), error_flags,
321
321
                        drizzle_error(drizzle));