Skip to content

Commit c749edc

Browse files
Merge pull request #253 from jbodah/patch-6
fix more docs typos
2 parents c7f8795 + d008e40 commit c749edc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/migrating-with-sbr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Even though `gh-ost` relies on Row Based Replication (RBR), it does not mean you can't keep your Statement Based Replication (SBR).
44

5-
`gh-ost` is happy to, and actually prefers and suggests so, connect to a replica. On this replica, it is happy to:
5+
`gh-ost` is happy to, and actually prefers and suggests to, connect to a replica. On this replica, it is happy to:
66
- issue the heavyweight `INFORMATION_SCHEMA` queries that make a table structure analysis
77
- issue a `select count(*) from mydb.mytable`, should `--exact-rowcount` be provided
88
- connect itself as a fake replica to get the binary log stream
@@ -11,7 +11,7 @@ All of the above can be executed on the master, but we're more comfortable that
1111

1212
Please note the third item: `gh-ost` connects as a fake replica and pulls the binary logs. This is how `gh-ost` finds the table's changelog: it looks up entries in the binary log.
1313

14-
The magic is that your master can still produce SRB, but if you have a replica with `log-slave-updates`, you can also configure it to have `binlog_format='ROW'`. Such a replica accepts SBR statements from its master, and produces RBR statements onto its binary logs.
14+
The magic is that your master can still produce SBR, but if you have a replica with `log-slave-updates`, you can also configure it to have `binlog_format='ROW'`. Such a replica accepts SBR statements from its master, and produces RBR statements onto its binary logs.
1515

1616
`gh-ost` is happy to modify the `binlog_format` on the replica for you:
1717
- If you supply `--switch-to-rbr`, `gh-ost` will convert the binlog format for you, and restart replication to make sure this takes effect.

doc/understanding-output.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Understading gh-ost output
1+
# Understanding gh-ost output
22

33
`gh-ost` attempts to be verbose to the point where you really know what it's doing, without completely spamming you.
44
You can control output levels:

0 commit comments

Comments
 (0)