We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55278b1 commit cfdd697Copy full SHA for cfdd697
dump.go
@@ -18,7 +18,7 @@ Data struct to configure dump behavior
18
Out: Stream to wite to
19
Connection: Database connection to dump
20
IgnoreTables: Mark sensitive tables to ignore
21
- MaxAllowedPacket: Sets the largest packet size to use in backups
+ MaxAllowedPacket: Sets the largest packet size to use in backups
22
LockTables: Lock all tables for the duration of the dump
23
*/
24
type Data struct {
0 commit comments