Skip to content

Commit

Permalink
ooo
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang01 committed Dec 10, 2024
1 parent 67a8d7a commit bc9760f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/replica-setup-mysql/snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ output=$(mysqlsh --uri "$SOURCE_DSN" $SOURCE_NO_PASSWORD_OPTION -- util copy-ins
--bytesPerChunk 256M \
--ignore-version true \
--load-indexes false \
--defer-table-indexes all
--defer-table-indexes all \
)

if [[ $GTID_MODE == "ON" ]]; then
Expand Down

0 comments on commit bc9760f

Please sign in to comment.