From 694bf77e862dca9388461fce6895cfcb72eb7d28 Mon Sep 17 00:00:00 2001 From: Shlomi Noach Date: Thu, 3 Nov 2016 16:50:16 +0100 Subject: [PATCH 1/2] adding link to Questio labeled issues --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 53d017a..451b5b2 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Also see: - [requirements and limitations](doc/requirements-and-limitations.md) - [what if?](doc/what-if.md) - [the fine print](doc/the-fine-print.md) +- [Questions](https://github.com/github/gh-ost/issues?q=label%3Aquestion) ## What's in a name? From 668c13cf201ca4a6d9f208ba0707b7fde92849a8 Mon Sep 17 00:00:00 2001 From: Jonathan Camenisch Date: Fri, 4 Nov 2016 11:04:43 -0400 Subject: [PATCH 2/2] Small typo correction --- doc/triggerless-design.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/triggerless-design.md b/doc/triggerless-design.md index e2d89e2..510a301 100644 --- a/doc/triggerless-design.md +++ b/doc/triggerless-design.md @@ -47,7 +47,7 @@ Initial setup is a no-concurrency operation - Applying `alter` on ghost table - Comparing structure of original & ghost table. Looking for shared columns, shared unique keys, validating foreign keys. Choosing shared unique key, the key by which we chunk the table and process it. - Setting up the binlog listener; begin listening on changelog events -- Injecting a "good to go" ebtry onto the changelog table (to be intercepted via binary logs) +- Injecting a "good to go" entry onto the changelog table (to be intercepted via binary logs) - Begin listening on binlog events for original table DMLs - Reading original table's chosen key min/max values