Commit Graph

1116 Commits

Author SHA1 Message Date
Shlomi Noach
80387d9160 experiment: handle zero MYSQL_TYPE_DATETIME 2018-05-15 12:45:45 +03:00
Shlomi Noach
7821582693
Merge branch 'master' into incorrect-datetime-1970 2018-05-15 12:12:18 +03:00
Shlomi Noach
ffc9583096
Merge pull request #586 from SchumacherFM/fClose-Fix
go/base: Do not ignore f.Close error
2018-05-09 12:42:20 +03:00
Shlomi Noach
7d3514be08
Merge branch 'master' into incorrect-datetime-1970 2018-05-08 21:17:19 +03:00
Shlomi Noach
ef28068d39
Merge branch 'master' into fClose-Fix 2018-05-08 07:57:17 +03:00
Shlomi Noach
4b1b70db0b
Merge pull request #590 from github/reject-rename-table-addendum
Reject rename table: docs
2018-05-08 07:57:06 +03:00
Shlomi Noach
a64613dc3f Merge branch 'master' into reject-rename-table-addendum 2018-05-08 07:57:46 +03:00
Shlomi Noach
46bead0369
Merge branch 'master' into fClose-Fix 2018-05-08 07:53:56 +03:00
Shlomi Noach
a79109b8ff
Merge pull request #589 from github/go-1-10
build.sh: supporting go1.9 and above
2018-05-08 07:53:47 +03:00
Shlomi Noach
eaf1b5168c
Merge branch 'master' into go-1-10 2018-05-08 07:52:53 +03:00
Shlomi Noach
3a3ee495ee
Merge pull request #588 from github/reject-rename-table
Rejecting RENAME TO|AS
2018-05-08 07:52:36 +03:00
Shlomi Noach
8cbfa26adf updated limitations 2018-05-07 19:07:38 +03:00
Shlomi Noach
37ed92d411 go version, updated README 2018-05-07 19:03:32 +03:00
Shlomi Noach
b23f0a6874 build.sh: supporting go1.9 and above 2018-05-07 12:34:42 +03:00
Shlomi Noach
24ed4ce5e6
Merge branch 'master' into reject-rename-table 2018-05-07 08:04:47 +03:00
Shlomi Noach
90a28be096
Merge pull request #585 from atsushi-ishibashi/const_custom_type
Fix custom type assignment
2018-05-07 08:04:34 +03:00
Shlomi Noach
fb00a13871 Rejecting RENAME TO|AS 2018-05-06 11:19:03 +03:00
Cyrill Schumacher
c6a6a533a1 go/base: Do not ignore f.Close error 2018-05-04 08:22:54 +02:00
Atsushi Ishibashi
99fcbc35f3 Fix custom type assignment 2018-05-04 01:45:14 +09:00
Shlomi Noach
2b69a5d53e
Merge pull request #581 from ryanhall07/master
Fix the grammar for the opening sentence in rds.md
2018-05-03 13:08:07 +03:00
Shlomi Noach
ec1e278bb5
Merge branch 'master' into master 2018-05-03 13:05:55 +03:00
Shlomi Noach
fab111e97f
Merge pull request #582 from pkillian/patch-1
[Typo] Fix typo in 'PULL_REQUEST_TEMPLATE.md'
2018-05-03 08:57:48 +03:00
Patrick Killian
581a764ad7
[Typo] Fix typo in 'PULL_REQUEST_TEMPLATE.md'
Line 14: "... explain what is does" -> "... explain what it does"
2018-05-02 21:36:01 -07:00
Ryan Hall
f56ddcd3fa
Fix the grammar for the opening sentence 2018-05-02 11:41:45 -07:00
Shlomi Noach
b875a8efd3
Merge pull request #575 from github/validate-binlog-row-image
Enforcing binlog_row_image=FULL
2018-04-30 22:22:00 -07:00
Shlomi Noach
160e7a11f5 Enforcing binlog_row_image=FULL 2018-04-24 05:56:03 -07:00
Shlomi Noach
68bf933659 Release 10.0.45 2018-04-17 09:00:50 +03:00
Shlomi Noach
f914b93171
Merge pull request #541 from zhangxiaojian/support-aliyun-rds
Support Aliyun RDS
2018-04-16 14:20:35 +03:00
Shlomi Noach
831566c188
Merge branch 'master' into support-aliyun-rds 2018-04-16 14:19:08 +03:00
Shlomi Noach
3dc4930ae3
Merge branch 'master' into support-aliyun-rds 2018-04-16 14:17:03 +03:00
Shlomi Noach
3b7f1a7efd
Merge pull request #568 from github/exponential-backoff-merge-master
Exponential backoff merge master
2018-04-15 08:39:08 +03:00
Shlomi Noach
50b8f2c367 Merge branch 'master' into exponential-backoff 2018-04-15 07:55:30 +03:00
Shlomi Noach
619f982394
Merge branch 'master' into support-aliyun-rds 2018-04-12 09:33:13 +03:00
Shlomi Noach
85bbde20c2
Merge pull request #567 from github/fix-long-json
Fix to long JSON values
2018-04-11 16:11:34 +03:00
Shlomi Noach
2376c91704 Fix to long JSON values 2018-04-11 09:11:27 +03:00
zj118228
d3b98d9e74 Refactor the code and remove the global variable of
support-aliyun-rds branch.
2018-03-29 12:20:41 +08:00
Shlomi Noach
b3f599acd8
Merge branch 'master' into support-aliyun-rds 2018-03-27 14:23:51 +03:00
Shlomi Noach
731dfab9fc
Merge pull request #563 from kurtzur/master
Support exponential backoff for cutover attempts
2018-03-25 08:35:31 +03:00
Kurt Kotzur
15e7417fc5
update comment 2018-03-19 12:29:49 -07:00
Kurt Kotzur
117b197b2a
Obey defaultNumRetries in retryOperationWithExponentialBackoff; name max interval flag more generically (#2)
* rename flags, obey defaultNumRetries

* capitalization fixes

* fix flag description typo

* fix sleep algorithm
2018-03-19 12:26:46 -07:00
Kurt Kotzur
8f1ec0572a
Merge pull request #1 from kurtzur/kk-support-cut-over-exponential-backoff
Support exponential backoff for cutover attempts
2018-03-16 14:08:38 -07:00
Kurt Kotzur
628983f78f
🎨 2018-03-16 12:42:38 -07:00
Kurt Kotzur
64f66c4abb
add back nonFatalHint, fix type mismatches 2018-03-16 10:54:37 -07:00
Kurt Kotzur
bd62b19b0b
remove nonFatalHint argument from retryOperation; add retryOperationWithExponentialBackoff and conditionally use it 2018-03-15 17:41:15 -07:00
Kurt Kotzur
3f0443833d
add flags for enabling exponential backoff and maximum backoff interval 2018-03-15 17:40:15 -07:00
Shlomi Noach
d2aca21a01
Merge pull request #560 from github/gbk_encoding_simple
Gbk encoding simple
2018-03-14 06:21:12 +02:00
Shlomi Noach
710abd5a5b Fixed test 2018-03-12 16:20:46 +02:00
Shlomi Noach
2311df412d gbk support, simplified 2018-03-12 16:17:53 +02:00
Shlomi Noach
a17f2df359 more elaborate test 2018-03-08 07:25:52 +02:00
Shlomi Noach
b7eacbb75f testing gbk charset 2018-03-08 07:21:50 +02:00