linux-traipu team mailing list archive
-
linux-traipu team
-
Mailing list archive
-
Message #04686
[Bug 935951] Re: --no-defaults is ignored
Hi,
I have commited the fix for this bug. Fix is:
Drizzled.cc has been modified:
Old code: if (vm.count("no-defaults"))
New Code: if (! vm["no-defaults"].as<bool>())
I implemented unit test and submitted the branch for merging.
Wajahat Abbassi
--
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/935951
Title:
--no-defaults is ignored
Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
Fix Committed
Bug description:
I am trying to get help using --help and my command is:
drizzled --no-defaults --help
getting error:
Aborting:"Use --help to get a list of available options. unknown option max-connections". Abort was called from drizzled/drizzled.cc:1369 in init_variables_after_daemonizing()
option max-connection is in drizzled.cnf, and this file should be ignored when I use
--no-defaults
To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/935951/+subscriptions
References