Shlomi Noach
227b5f158f
Merge pull request #305 from github/limitations-updates
...
added limitations clarifications: JSON and FEDERATED
2016-11-03 09:30:11 +01:00
Shlomi Noach
88ffb75b8c
reading and reporting replication lag before waiting on initial replication event
2016-11-02 12:48:35 +01:00
Shlomi Noach
3be76cd0ff
added limitations clarifications: JSON and FEDERATED
2016-11-02 10:41:40 +01:00
Shlomi Noach
aeb904395f
Merge pull request #289 from github/concurrent-rowcount-defaults-true
...
concurrent-rowcount defaults 'true'
2016-11-01 12:23:10 +01:00
Shlomi Noach
02e9287e36
Merge branch 'master' into concurrent-rowcount-defaults-true
2016-11-01 12:22:59 +01:00
Shlomi Noach
34355396b6
Merge pull request #291 from github/more-charset-tests
...
more DML tests for latin1
2016-11-01 12:22:52 +01:00
Shlomi Noach
5d9bac1c97
Merge branch 'master' into more-charset-tests
2016-11-01 12:22:42 +01:00
Shlomi Noach
ccaa840125
Merge pull request #294 from github/close-streamer-connection
...
Close streamer connection
2016-11-01 12:22:29 +01:00
Shlomi Noach
034683f482
Merge branch 'master' into close-streamer-connection
2016-11-01 12:22:21 +01:00
Shlomi Noach
1db2ea5ada
Merge pull request #295 from github/throttle-no-changelog-write
...
avoid writing heartbeat when throttle commanded by user
2016-11-01 12:21:47 +01:00
Shlomi Noach
b32e1e2c16
Merge branch 'master' into throttle-no-changelog-write
2016-11-01 12:20:51 +01:00
Shlomi Noach
3127de304e
Merge pull request #298 from github/log-slave-updates-fix
...
fixed log_slave_updates check logic
2016-11-01 12:20:42 +01:00
Shlomi Noach
2de83fa5e4
Merge branch 'master' into log-slave-updates-fix
2016-11-01 12:20:28 +01:00
Shlomi Noach
6ba65eacbb
Merge pull request #301 from github/migrate-submilli-temporals
...
handling subsecond resolution DATETIME in binary logs
2016-11-01 12:20:20 +01:00
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