Commit Graph

695 Commits

Author SHA1 Message Date
Shlomi Noach
0e7e15804f handling subsecond resolution DATETIME in binary logs
added localtests for subsecond in DATETIME and TIMESTAMP
2016-10-31 15:09:02 +01:00
Shlomi Noach
e52f8ef780 Merge branch 'master' into more-charset-tests 2016-10-31 14:32:24 +01:00
Shlomi Noach
70ef864626 Merge branch 'master' into close-streamer-connection 2016-10-31 14:32:06 +01:00
Shlomi Noach
59f3f1bb52 Merge branch 'master' into throttle-no-changelog-write 2016-10-31 14:31:59 +01:00
Shlomi Noach
23b09a1b85 Merge branch 'master' into log-slave-updates-fix 2016-10-31 14:31:51 +01:00
Shlomi Noach
305d9ceb0b Merge pull request #299 from github/build-jessie-patch
added ugly patch for making deploys work on jessie
2016-10-31 14:31:40 +01:00
Shlomi Noach
946427a20b added ugluy patch for making this work on jessie 2016-10-31 14:01:31 +01:00
Shlomi Noach
bb22431b83 fixed log_slave_updates check logic 2016-10-31 10:25:34 +01:00
Shlomi Noach
10850e4346 Merge branch 'master' into concurrent-rowcount-defaults-true 2016-10-28 10:14:22 +02:00
Shlomi Noach
047584b601 Merge branch 'master' into more-charset-tests 2016-10-28 09:30:26 +02:00
Shlomi Noach
349c9af08d Merge branch 'master' into close-streamer-connection 2016-10-28 09:30:16 +02:00
Shlomi Noach
f2bfaedcd6 Merge branch 'master' into throttle-no-changelog-write 2016-10-28 09:30:00 +02:00
Shlomi Noach
dd6d55c137 Merge pull request #297 from github/go-fmt
gofmt testing
2016-10-28 09:29:48 +02:00
Shlomi Noach
5aad45e3bc formatted code via gofmt 2016-10-27 20:38:45 +02:00
Shlomi Noach
40b1d9a319 gofmt testing
- more verbose on intended tests
2016-10-27 20:37:03 +02:00
Shlomi Noach
14b9e9a9aa Merge branch 'master' into concurrent-rowcount-defaults-true 2016-10-27 15:19:43 +02:00
Shlomi Noach
c371bebb8c Merge branch 'master' into more-charset-tests 2016-10-27 15:19:35 +02:00
Shlomi Noach
aa0f06d5d0 Merge branch 'master' into close-streamer-connection 2016-10-27 15:18:55 +02:00
Shlomi Noach
6ceca45d78 Merge branch 'master' into throttle-no-changelog-write 2016-10-27 15:07:11 +02:00
Shlomi Noach
b7e20b08da Merge pull request #296 from github/fixing-testing-dependency
fixed testing dependenies
2016-10-27 15:06:40 +02:00
Shlomi Noach
c5cf552dad fixed testing dependenies 2016-10-27 15:05:25 +02:00
Shlomi Noach
7fa5e405d4 avoid writing heartbeat when throttle commanded by user
when throttling on user command there really is no need for injecting heartbeat. The user commanded, therefore gh-ost complies and trusts the reasoning for throttling. What this will allow is complete quiet time. This, in turn, will allow such features as relocating via orchestrator/pseudo-gtid at time of throttling
2016-10-27 14:51:38 +02:00
Shlomi Noach
18d12e382d externalized -RELEASE_VERSION 2016-10-27 13:53:51 +02:00
Shlomi Noach
7b63b4a275 proper cleanup of streamer connection 2016-10-27 13:52:37 +02:00
Shlomi Noach
8add1c8203 Merge pull request #293 from github/builds
automated builds, CI
2016-10-27 12:18:19 +02:00
Shlomi Noach
a97c25e9df removed libexec references 2016-10-27 12:03:24 +02:00
Shlomi Noach
ef5a535b24 removed shim, godep files, which are unused in this setup 2016-10-27 12:02:08 +02:00
Shlomi Noach
b76b1c6f97 binary to be written directly to bindir 2016-10-27 11:58:56 +02:00
Shlomi Noach
0bfff66b51 more DML tests for latin1 2016-10-26 20:03:09 +02:00
Shlomi Noach
02c9b97388 initial work towards automated builds and CI 2016-10-26 19:55:37 +02:00
Shlomi Noach
90a38b05c2 working for automated deployment builds 2016-10-26 17:00:27 +02:00
Shlomi Noach
7fe7b032e9 concurrent-rowcount defaults 'true' 2016-10-26 10:40:12 +02:00
Shlomi Noach
d5e78e4b58 Merge pull request #277 from github/enum-sort-test
WIP testing enum as part of PK
2016-10-26 09:58:17 +02:00
Shlomi Noach
ac6159791d merged master, resolved conflicts 2016-10-26 09:57:59 +02:00
Shlomi Noach
b718bf6938 Merge pull request #283 from github/validate-table-master-replica
validating table structure on applier and migrator
2016-10-24 07:44:42 +02:00
Shlomi Noach
b696106cb6 fixing bug introduced for charset and timezone tests 2016-10-20 15:05:47 +02:00
Shlomi Noach
bf92eec214 validating table structure on applier and migrator
- reading column list on applier
- comparing original table on applier and migrator, expecting exact column list
- or else bailing out
2016-10-20 11:29:30 +02:00
Shlomi Noach
82a76ae879 Merge branch 'master' into enum-sort-test 2016-10-20 10:16:02 +02:00
Shlomi Noach
adad4b6c34 added enum limitation documentation 2016-10-20 10:07:46 +02:00
Tom Krouper
8fbff6519f Merge pull request #282 from fern4lvarez/patch-1
doc: fix link to cheatsheet on What If page
2016-10-19 15:18:36 -07:00
Fernando Álvarez
3c767b3611 doc: fix link to cheatsheet on What If page 2016-10-19 23:41:00 +02:00
Shlomi Noach
1a76c044bf Merge pull request #281 from akshaychhajed/tungsten-check
Modified slave update check to test tungsten flag
2016-10-19 21:00:31 +02:00
Akshay Chhajed
559c7895ca Modified slave update check to test tungsten flag 2016-10-19 23:31:16 +05:30
Shlomi Noach
25166e33c7 solving the enum-as-part-of-pk bug 2016-10-19 15:22:29 +02:00
Shlomi Noach
038ee8039c Merge pull request #279 from github/docs-identical-schema
thank you!
2016-10-19 14:40:51 +02:00
Gillian Gunson
48c2b6dc14 Added note about table schema needing to be identical 2016-10-19 05:29:34 -07:00
Gillian Gunson
7d313467f1 unified spacing of notes through page 2016-10-19 05:18:21 -07:00
Gillian Gunson
6c0d7d1f64 added requirement about identical table definitions 2016-10-19 05:16:41 -07:00
Shlomi Noach
3986696813 testing enum as part of PK
reference: https://github.com/github/gh-ost/issues/273

enum values are intentionally not alphabetically monotonic
2016-10-19 11:57:37 +02:00
Shlomi Noach
17c9eccb37 Merge pull request #274 from github/issue-template-markdown
thank you!
2016-10-18 08:39:32 +02:00