Split code into client and server #55
No reviewers
Labels
No Label
art
big
blocked
bug
crash report
disputed
documentation
duplicate
feature request
good first issue
packaging
question
security
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Projects/mysqladm-rs#55
Loading…
Reference in New Issue
No description provided.
Delete Branch "split-into-client-server"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes: #47
Reopens: #21
Note: I have not done a proper code review, and barely read any of it yet.
I have however,
All in all, functionality and architecture seems well planned and implemented.
I am however skeptical of the usefulness of the backwards-compatible -useradm and -dbadm utilities, and think they might work against their purpose of getting people over to the new system.
Also, user-facing options for sockets and config files might be a bit scary/confusing, but I think it's fine as they are not usually needed, and don't show up in
-h
. A potential workaround could be hiding them in envvars instead of flags.