Skip to content

Commit

Permalink
Change the returned value of log-binlog from on/off to 1/0 (#3836)
Browse files Browse the repository at this point in the history
* Change the returned value of log-binlog from on/off to 1/0

* Update maintain-tidb-binlog-cluster.md

Co-authored-by: TomShawn <[email protected]>
  • Loading branch information
ireneontheway and TomShawn authored Sep 4, 2020
1 parent f526efe commit 0497869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tidb-binlog/maintain-tidb-binlog-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ To view or modify binlog related states, execute corresponding SQL statements in
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| log_bin | ON |
| log_bin | 0 |
+---------------+-------+
```

When the Value is `ON`, it means that the binlog is enabled.
When the Value is `0`, binlog is enabled. When the Value is `1`, binlog is disabled.

- Check the status of all the Pump or Drainer nodes:

Expand Down

0 comments on commit 0497869

Please sign in to comment.