Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Aug 15, 2024
1 parent 41339b6 commit cfd4ff3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/command-line-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,10 @@ Defaults to 1000 (1 second). Configures the HTTP throttler check timeout in mill

Makes the _old_ table include a timestamp value. The _old_ table is what the original table is renamed to at the end of a successful migration. For example, if the table is `gh_ost_test`, then the _old_ table would normally be `_gh_ost_test_del`. With `--timestamp-old-table` it would be, for example, `_gh_ost_test_20170221103147_del`.

### transaction-isolation

Defaults to REPEATABLE-READ. Configures the session-level transaction isolation level used for applier and inspector connections.

### tungsten

See [`tungsten`](cheatsheet.md#tungsten) on the cheatsheet.

0 comments on commit cfd4ff3

Please sign in to comment.