Commit Graph

695 Commits

Author SHA1 Message Date
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
Shlomi Noach
ee447ad560 waitForEventsUpToLock timeout
more info on AllEventsUpToLockProcessed, before and after injecting/intercepting
2016-11-17 15:20:44 +01:00
Shlomi Noach
2771232589 Merge pull request #306 from github/check-lag-on-starting
reading and reporting replication lag before waiting on initial repli…
2016-11-08 10:36:31 +01:00
Shlomi Noach
b5c606a38b Auto-merged master into check-lag-on-starting on deployment 2016-11-07 09:38:51 +01:00
Shlomi Noach
ddc9984fc8 Merge pull request #310 from jcamenisch/patch-1
thank you
2016-11-07 09:38:12 +01:00
Jonathan Camenisch
668c13cf20 Small typo correction 2016-11-04 11:04:43 -04:00
Shlomi Noach
ea01f91751 Merge pull request #309 from github/questions-link
adding link to "Question" labeled issues
2016-11-03 16:52:01 +01:00
Shlomi Noach
694bf77e86 adding link to Questio labeled issues 2016-11-03 16:50:16 +01:00
Shlomi Noach
c2d4f624af simplified code 2016-11-03 12:14:53 +01:00
Shlomi Noach
29951efed5 Merge branch 'master' into check-lag-on-starting 2016-11-03 11:40:55 +01:00
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