← Back to team overview

linux-traipu team mailing list archive

[Bug 983262] [NEW] drizzled man page

 

Public bug reported:

man (8) drizzled does not really provide helpful information about the
drizzled ivocation.

it also contains an errornous information:


" The drizzled program has many options that can be specified at startup. For a complete list of options, run this command:

          shell> drizzled --verbose --help
"

$drizzled --verbose --help
gives 
Aborting:"required parameter is missing in 'verbose'. Use --help to get a list of available options. ". Abort was called from drizzled/drizzled.cc:1415 in init_variables_after_daemonizing()

"
       drizzle Server also has a set of system variables that affect its operation as it runs. System variables can be set at server startup, and many of them can be changed at runtime to effect
       dynamic server reconfiguration. drizzle Server also has a set of status variables that provide information about its operation. You can monitor these status variables to access runtime
       performance characteristics.
"

Maybe it should give that information in the manpage? What system
variables?  How to get the status variables?

coldtobi

** Affects: drizzle
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/983262

Title:
  drizzled man page

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  New

Bug description:
  man (8) drizzled does not really provide helpful information about the
  drizzled ivocation.

  it also contains an errornous information:

  
  " The drizzled program has many options that can be specified at startup. For a complete list of options, run this command:

            shell> drizzled --verbose --help
  "

  $drizzled --verbose --help
  gives 
  Aborting:"required parameter is missing in 'verbose'. Use --help to get a list of available options. ". Abort was called from drizzled/drizzled.cc:1415 in init_variables_after_daemonizing()

  "
         drizzle Server also has a set of system variables that affect its operation as it runs. System variables can be set at server startup, and many of them can be changed at runtime to effect
         dynamic server reconfiguration. drizzle Server also has a set of status variables that provide information about its operation. You can monitor these status variables to access runtime
         performance characteristics.
  "

  Maybe it should give that information in the manpage? What system
  variables?  How to get the status variables?

  coldtobi

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/983262/+subscriptions


Follow ups

References