Skip to content

next update #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Nov 26, 2016
Merged

next update #19

merged 22 commits into from
Nov 26, 2016

Conversation

krowinski
Copy link
Owner

  • Documentation update
  • MySQLRepository and BinLogSocketConnect extract to interfaces
  • BinLogSocketConnect exception set as const
  • register slave use now hostname and port to be correct display in "SHOW SLAVE HOSTS"
  • dbname removed from configuration as is no more in use
  • added foreign keys info to events

@krowinski krowinski merged commit 5291f69 into master Nov 26, 2016
@krowinski krowinski deleted the cleancode branch November 26, 2016 12:59
@maciejmrozinski
Copy link

Hi,

The original query for foreign keys information from this commit: b3k@d390cc0 is quite faster (30-50x, tested on database with ~ 1200 tables). It's a little bit more complicated, but it's worth from performance POV. I suggest to change it to original form with subquery.

P.S. It would be nice next time to ask for pull request, not to copy the code. We're in the middle of developing and deploying our own tool and this is why we didn't try to merge it right now. Thx

krowinski added a commit that referenced this pull request Jul 12, 2017
* Documentation update 
* MySQLRepository and BinLogSocketConnect extract to interfaces 
* BinLogSocketConnect exception set as const
* register slave use now hostname and port to be correct display in "SHOW SLAVE HOSTS"
* dbname removed from configuration as is no more in use
* added foreign keys info to events
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants