-
Notifications
You must be signed in to change notification settings - Fork 172
Implement cat dump.sql | replication-manager-cli splitdump --outputdir… #1339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
PR Review: Implement splitdump CLI commandSummaryThis PR adds a new splitdump CLI command that converts MySQL/MariaDB dump streams into split table files similar to mydumper output, with gzip support and metadata extraction. ✅ Positive Aspects
🔴 Critical Issues1. Variable Name Typo (Line 82) 2. Broken fmt Calls (Lines 56, 60, 63) 3. Unused --inputfile Flag 4. Unchecked os.Create() Errors (14+ locations) 5. No Goroutine Error Handling 6. Unused splitDumpOpenReader() Function 🟡 Medium Issues
📋 Recommendations (Priority)MUST FIX (blocks merge):
SHOULD FIX (before merge): NICE TO HAVE: 🔐 Security Concerns
Questions
Status: 🔴 Requires Changes - Multiple critical issues must be addressed before production use. |
|
…dir="./mydump"
Contributor Agreement
By submitting this pull request, I agree to the terms outlined in the Contributor Agreement.