Граф коммитов

668 Коммитов

Автор SHA1 Сообщение Дата
Shlomi Noach 914f692af2 grammar 2017-01-04 08:30:23 +02:00
Shlomi Noach 9177f7553f Merge branch 'master' into heartbeat-control-replicas-unified 2016-12-30 08:07:07 +02:00
Shlomi Noach 6bcf5154cd Merge pull request #351 from github/check-flag
cli: --check-flag
2016-12-30 07:58:54 +02:00
Shlomi Noach 9dd8d858a1 cli: --check-flag 2016-12-29 17:39:44 +02:00
Shlomi Noach d21bd3f18c Merge pull request #349 from cypiszzz/master
Add possibility to set serverId as gh-ost option
2016-12-29 13:09:38 +02:00
Cyprian Nosek 2bfc672b03 Add possibility to set serverId as gh-ost argument
Signed-off-by: Cyprian Nosek <cyprian.nosek@pearson.com>
2016-12-28 11:49:41 +01:00
Shlomi Noach 3bf64d8280 typo 2016-12-27 09:16:27 +02:00
Shlomi Noach 9be3c099ee removed redundant paragraph 2016-12-27 09:15:32 +02:00
Shlomi Noach 9f11c6e89e docs: no longer using binary logs for heartbeat 2016-12-27 09:14:11 +02:00
Shlomi Noach 21cf1ffdc5 updated documentation to match --replication-lag-query deprecation 2016-12-27 08:48:34 +02:00
Shlomi Noach c66356bd05 --replication-lag-query is deprecated. 2016-12-26 21:38:37 +02:00
Shlomi Noach fc831b0548 Reading replication lag via _changelog_ table, also on control replicas 2016-12-26 21:31:35 +02:00
Shlomi Noach d13049b41e Merge pull request #339 from github/explicit-master-user-password
support for --master-user and --master-password
2016-12-20 07:04:16 +02:00
Shlomi Noach eac990bc95 Merge branch 'master' into explicit-master-user-password 2016-12-15 07:58:12 +01:00
Shlomi Noach 863f50808c Merge pull request #337 from github/start-slave-wait
sleeping 500ms after 'START SLAVE'
2016-12-15 07:57:58 +01:00
Shlomi Noach ba974658ca Merge branch 'master' into explicit-master-user-password 2016-12-15 07:57:19 +01:00
Shlomi Noach a147b32391 Merge branch 'master' into start-slave-wait 2016-12-15 07:57:16 +01:00
Shlomi Noach 038083ea33 Merge pull request #340 from github/release-1-0-32
updated release version following some changes I wish to release
2016-12-14 10:39:37 +01:00
Shlomi Noach 5af336e29b updated release version following some changes I wish to release 2016-12-14 10:38:58 +01:00
Shlomi Noach ba2a9d9e55 support for --master-user and --master-password 2016-12-13 16:09:34 +01:00
Shlomi Noach d12c0265b0 sleeping 500ms after 'START SLAVE' 2016-12-13 12:27:20 +01:00
Shlomi Noach 35ace62d84 Merge pull request #334 from github/ask-pass
supporting --ask-pass option
2016-12-13 11:56:22 +01:00
Shlomi Noach aa0932eb61 Merge branch 'master' into ask-pass 2016-12-13 11:35:52 +01:00
Shlomi Noach 322d897aeb Merge pull request #333 from github/no-unique-key
fix: bailing out on no PRIMARY/UNIQUE KEY
2016-12-13 11:35:34 +01:00
Shlomi Noach 7259dd6ac5 supporting --ask-pass option 2016-12-11 02:55:21 +01:00
Shlomi Noach 3fd85ee8b1 test logging cleanup 2016-12-11 02:22:56 +01:00
Shlomi Noach 1d84cb933c fix: bailing out on no PRIMARY/UNIQUE KEY 2016-12-11 02:19:19 +01:00
Shlomi Noach 28557a60b0 Merge pull request #327 from github/release-1-0-30
updated version
2016-12-06 13:12:23 +01:00
Shlomi Noach c9edcd6f20 updated version 2016-12-06 13:11:56 +01:00
Shlomi Noach d2f81dfe92 Merge pull request #324 from rj03hou/replication-reset-slave
check the slave status when find recursive find the master, so suppor…
2016-12-05 13:52:47 +01:00
Shlomi Noach 35eeb56032 improved log/error messages 2016-12-05 13:41:49 +01:00
Shlomi Noach e157f692d5 added 'trivial' test 2016-12-05 13:41:31 +01:00
rj03hou 8f02ab0fed check the slave status when find recursive find the master, so support if the dba using reset slave instead of reset slave all. 2016-12-05 19:42:16 +08:00
Shlomi Noach 56bee78108 Merge pull request #325 from github/myisam-gtid
Myisam gtid
2016-12-05 12:19:55 +01:00
Shlomi Noach 5904084e14 Merge branch 'master' into myisam-gtid 2016-12-02 15:00:44 +01:00
Shlomi Noach 196765c032 Merge pull request #319 from github/rename-comment-fix
added tests to verify no false positives rename-column found
2016-12-02 09:09:37 +01:00
Shlomi Noach b736741b61 Merge pull request #321 from rj03hou/myisam-gtid
If the original table is MyISAM and the default engine is Innodb, and…
2016-12-02 09:06:16 +01:00
rj03hou ffbd35e180 fix TableEngine correlates to the 3rd placeholder in the template string, not the 1st 2016-12-02 11:56:29 +08:00
Shlomi Noach 9b068ec222 Merge branch 'master' into myisam-gtid 2016-12-01 09:43:38 +01:00
rj03hou a11bec1785 If the original table is MyISAM and the default engine is Innodb, and the gtid mode is on, there will be error when execute 'LOCK TABLES tbl WRITE, tbl_magic WRITE'. If make the magic cut-over table's engine same with the original table, there will not have this problem. 2016-12-01 16:04:04 +08:00
Shlomi Noach 0a707688e0 added decimal test 2016-11-29 15:47:39 +01:00
Shlomi Noach e7cf488818 fixed parsing of quotes and of detecting rename statements 2016-11-29 15:44:38 +01:00
Shlomi Noach 5119ea4d31 added tests to verify no false positives rename-column found 2016-11-29 11:08:35 +01:00
Shlomi Noach cb040b8bbf Merge pull request #316 from github/skip-foreign-key-checks
support for --skip-foreign-key-checks
2016-11-23 10:00:16 +01:00
Shlomi Noach 7126b28169 support for --skip-foreign-key-checks 2016-11-21 09:18:40 +01:00
Shlomi Noach 915be21055 Merge pull request #315 from github/wait-for-events-up-to-lock-fix
Fixing hanging cut-over waiting on `AllEventsUpToLockProcessed`
2016-11-21 08:42:42 +01:00
Shlomi Noach 7ab6af8f5f never throttling inside cut-over critical section 2016-11-17 17:22:13 +01:00
Shlomi Noach b00cae11fa retry cut-over 2016-11-17 17:10:17 +01:00
Shlomi Noach 8d987b5aaf extracted parsing of ChangelogState 2016-11-17 15:56:59 +01:00
Shlomi Noach ef874b8551 AllEventsUpToLockProcessed uses unique signature 2016-11-17 15:50:54 +01:00