Commit Graph

333 Commits

Author SHA1 Message Date
Daniël van Eeden
95ba07e01b More user friendly error reporting for privileges
Related Issue: https://github.com/github/gh-ost/issues/136

New output:
```
2016-08-05 11:39:07 DEBUG Privileges: Super: true, REPLICATION SLAVE: false, ALL on *.*: false, ALL on `sakila`.*: true
2016-08-05 11:39:07 ERROR User has insufficient privileges for migration. Needed: SUPER, REPLICATION SLAVE and ALL on `sakila`.*
2016-08-05 11:39:07 FATAL 2016-08-05 11:39:07 ERROR User has insufficient privileges for migration. Needed: SUPER, REPLICATION SLAVE and ALL on `sakila`.*
```
2016-08-05 11:41:36 +02:00
Daniël van Eeden
d837c6b8e2 Set executable bits on build.sh 2016-08-04 07:13:46 +02:00
Ben Kochie
511e2c87c8 Merge pull request #125 from sethkrasnianski/sjk/typo
[go cmd] Correct spelling for main() comment
2016-08-02 17:24:33 +02:00
Seth Krasnianski
a94f64b42c [go cmd] Correct spelling for main() comment 2016-08-02 09:22:44 -04:00
Damian Gryski
e02a49449e all: use time.Since() instead of time.Now().Sub
Patch created with:
    gofmt -w -r 'time.Now().Sub(a) -> time.Since(a)' .
2016-08-02 08:38:56 -04:00
Shlomi Noach
97496d9a7e Clarifying row image requirement 2016-08-02 10:25:36 +02:00
Shlomi Noach
1c1869d876 Merge pull request #123 from adamvduke/patch-1
Thank you
2016-08-02 00:25:58 +02:00
Adam Duke
e695f239ec Fix README typo 2016-08-01 18:20:42 -04:00
Shlomi Noach
c73fcdc57c Merge pull request #122 from cflewis/patch-1
Thank you
2016-08-01 22:37:27 +02:00
Chris Lewis
c3d53cf419 Mention that Google Cloud SQL also requires SUPER 2016-08-01 12:46:42 -07:00
Shlomi Noach
f06b469227 Merge pull request #121 from github/release-1-0-8
release 1.0.8
2016-08-01 10:37:31 +02:00
Shlomi Noach
8e17880608 upped version 2016-08-01 10:36:17 +02:00
Shlomi Noach
6cd5915240 Merge pull request #119 from github/row-copy-start-mark
ETA counting rows, fixed copy time on count
2016-07-31 16:10:30 +02:00
Shlomi Noach
f11a39fb2a Merge pull request #120 from github/the-fine-print
adding The Fine Print documentation
2016-07-31 16:10:04 +02:00
Shlomi Noach
d20a82c2d2 README updates 2016-07-31 16:07:59 +02:00
Shlomi Noach
d2742e6c53 link to CONTRIBUTING.md from pull-requests template 2016-07-31 16:05:42 +02:00
Shlomi Noach
327fd70aa2 understanding output: updated with output improvements 2016-07-31 15:56:27 +02:00
Shlomi Noach
4121a1af1a limitation noted: generated columns 2016-07-31 15:25:32 +02:00
Shlomi Noach
b90a6d185f adding The Fine Print documentation 2016-07-31 09:46:15 +02:00
Shlomi Noach
bae4af8c76 updated version 2016-07-31 09:18:50 +02:00
Shlomi Noach
46bbea2a32 ETA counting rows, fixed copy time on count 2016-07-29 10:40:23 +02:00
Shlomi Noach
5b0593c29b Merge pull request #117 from github/status-hint-normalized-names
status hint parameters using normalized names
2016-07-29 09:22:06 +02:00
Shlomi Noach
25ce8b0758 status hint parameters using normalized names 2016-07-29 09:20:00 +02:00
Shlomi Noach
edacb8f959 Merge pull request #116 from github/nice-ratio-float
nice-ratio is now float64
2016-07-29 07:16:33 +02:00
Shlomi Noach
836f7515cb Merge pull request #115 from github/serve-sooner
serving socket before counting table rows
2016-07-29 07:16:25 +02:00
Shlomi Noach
be8a023350 nice-ratio is now float64 2016-07-28 14:37:17 +02:00
Shlomi Noach
b99ce969c7 serving socket before counting table rows 2016-07-28 13:01:26 +02:00
Shlomi Noach
8a8401be49 Merge pull request #112 from github/flag-file-indicator
status hint shows [set] next to existing flag files
2016-07-27 10:57:59 +02:00
Shlomi Noach
b548a6a172 adding human friendly hint re: throttling and binary logs 2016-07-27 10:45:22 +02:00
Shlomi Noach
dbcc0e09c7 status hint shows [set] next to existing flag files 2016-07-27 10:36:24 +02:00
Shlomi Noach
3b377f1bf0 Merge pull request #111 from github/throttle-replicas-more-info
More informative information upon control-replicas lagging
2016-07-27 10:01:47 +02:00
Shlomi Noach
e900dae2e9 More informative information upon control-replicas lagging 2016-07-27 09:59:46 +02:00
Shlomi Noach
2f4d9b80bb Merge pull request #109 from github/replication-lag-query-dynamic
dynamic replication-lag-query
2016-07-26 14:17:35 +02:00
Shlomi Noach
b53ee24a1f dynamic replication-lag-query 2016-07-26 14:14:25 +02:00
Shlomi Noach
5d23b72955 Merge pull request #107 from github/throttle-control-replicas
fix to throttle-control-replicas check
2016-07-26 12:13:22 +02:00
Shlomi Noach
0fb045d88b Merge pull request #108 from github/cut-over-cleanup
replica-migration cleanup; updating allEventsUpToLockProcessedInjecte…
2016-07-26 12:08:04 +02:00
Shlomi Noach
7a70c24503 replica-migration cleanup; updating allEventsUpToLockProcessedInjectedFlag 2016-07-26 12:06:20 +02:00
Shlomi Noach
f3d78be28e Merge pull request #106 from github/remove-two-step-cut-over
Removed legacy 'safe cut-over'
2016-07-26 11:57:57 +02:00
Shlomi Noach
6dbf5c31a2 resolved conflict 2016-07-26 11:57:01 +02:00
Shlomi Noach
034ea7646a fix to throttle-control-replicas check 2016-07-26 11:51:24 +02:00
Shlomi Noach
a75912d1a4 Merge pull request #105 from github/credentials-env-variables
config file supports environment variables
2016-07-26 09:28:23 +02:00
Shlomi Noach
071817a28a Merge pull request #103 from github/limited-streamer-retries
capped streamer retries
2016-07-26 09:27:49 +02:00
Shlomi Noach
4774b67ffd config file supports environment variables 2016-07-25 15:46:37 +02:00
Shlomi Noach
1d77425fbe capped streamer retries 2016-07-25 15:17:30 +02:00
Shlomi Noach
a74c1c0fd6 Merge pull request #101 from github/templates
issue and PR templates
2016-07-24 17:31:03 +02:00
Shlomi Noach
bdd8701d7f issue and PR templates 2016-07-24 17:30:00 +02:00
Shlomi Noach
783df492ab Merge pull request #100 from github/documentation-fixes
linux and grammar fixes
2016-07-24 17:11:02 +02:00
Shlomi Noach
ccb0b796e1 linux and grammar fixes 2016-07-24 17:10:42 +02:00
Shlomi Noach
4bd2179d40 Merge pull request #98 from github/drop-unix-socket-file
supporting --initially-drop-socket-file
2016-07-24 17:08:49 +02:00
Shlomi Noach
74804559c8 supporting --initially-drop-socket-file
- by default gh-ost will not delete an existing socket file
  and thus, will fail running if socket file exists. This is the desired behavior.
- The flag --initially-drop-socket-file indicates we take responsibility and wish gh-ost to delete this file on startup
2016-07-22 17:34:18 +02:00