Skip to content

Commit 329b13d

Browse files
Add doc for PR #1401 (#1403)
Signed-off-by: Tim Vaillancourt <[email protected]>
1 parent c681f61 commit 329b13d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/command-line-flags.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@ List of metrics and threshold values; topping the threshold of any will cause th
202202

203203
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.
204204

205+
### mysql-wait-timeout
206+
207+
If set to a value greater than zero, causes `gh-ost` to set a provided [MySQL `wait_timeout`](https://dev.mysql.com/doc/refman/8.0/en/server-system-variables.html#sysvar_wait_timeout) for MySQL sessions opened by `gh-ost`, specified in seconds.
208+
205209
### postpone-cut-over-flag-file
206210

207211
Indicate a file name, such that the final [cut-over](cut-over.md) step does not take place as long as the file exists.

0 commit comments

Comments
 (0)