Skip to content

Commit 7c9c2b3

Browse files
author
Shlomi Noach
authored
Merge pull request #795 from mohitm15/master
Update command-line-flags.md
2 parents af43fbd + 8598000 commit 7c9c2b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/command-line-flags.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ If, for some reason, you do not wish `gh-ost` to connect to a replica, you may c
1818

1919
### approve-renamed-columns
2020

21-
When your migration issues a column rename (`change column old_name new_name ...`) `gh-ost` analyzes the statement to try an associate the old column name with new column name. Otherwise the new structure may also look like some column was dropped and another was added.
21+
When your migration issues a column rename (`change column old_name new_name ...`) `gh-ost` analyzes the statement to try and associate the old column name with new column name. Otherwise the new structure may also look like some column was dropped and another was added.
2222

2323
`gh-ost` will print out what it thinks the _rename_ implied, but will not issue the migration unless you provide with `--approve-renamed-columns`.
2424

@@ -161,7 +161,7 @@ List of metrics and threshold values; topping the threshold of any will cause th
161161

162162
### migrate-on-replica
163163

164-
Typically `gh-ost` is used to migrate tables on a master. If you wish to only perform the migration in full on a replica, connect `gh-ost` to said replica and pass `--migrate-on-replica`. `gh-ost` will briefly connect to the master but other issue no changes on the master. Migration will be fully executed on the replica, while making sure to maintain a small replication lag.
164+
Typically `gh-ost` is used to migrate tables on a master. If you wish to only perform the migration in full on a replica, connect `gh-ost` to said replica and pass `--migrate-on-replica`. `gh-ost` will briefly connect to the master but otherwise will make no changes on the master. Migration will be fully executed on the replica, while making sure to maintain a small replication lag.
165165

166166
### postpone-cut-over-flag-file
167167

0 commit comments

Comments
 (0)