drizzledump options not output via --help (or any other command)
Bug #620670 reported by
Patrick Crews
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drizzle |
Fix Released
|
Medium
|
Andrew Hutchings | ||
Dexter |
Fix Released
|
Medium
|
Andrew Hutchings |
Bug Description
There is code in drizzledump.cc to list / explain a lot of options, however, calling drizzledump --help only gives us:
Usage: drizzledump [OPTIONS] database [tables]
OR drizzledump [OPTIONS] --databases [OPTIONS] DB1 [DB2 DB3...]
OR drizzledump [OPTIONS] --all-databases [OPTIONS]
We need to know what [OPTIONS] are.
Related branches
lp://staging/~linuxjedi/drizzle/drizzle-client-bugs
- Drizzle Merge Team: Pending requested
-
Diff: 98 lines (+28/-23)2 files modifiedclient/drizzle.cc (+16/-6)
client/drizzledump.cc (+12/-17)
Changed in drizzle: | |
status: | New → Confirmed |
assignee: | nobody → Andrew Hutchings (thelinuxjedi) |
importance: | Undecided → Medium |
Changed in drizzle: | |
status: | Confirmed → In Progress |
To post a comment you must log in.