This website requires JavaScript.
Explore
Help
Register
Sign In
octoleo
/
gh-ost
Watch
1
Star
0
Fork
0
You've already forked gh-ost
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gh-ost
/
go
/
logic
History
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
..
applier.go
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
hooks.go
safe access to applier/inspector hostnames for hooks
2016-10-04 21:18:44 +02:00
inspect.go
merged master, resolved conflicts
2016-10-26 09:57:59 +02:00
migrator.go
validating table structure on applier and migrator
2016-10-20 11:29:30 +02:00
server.go
supporting --force-named-cut-over
2016-09-12 19:17:36 +02:00
streamer.go
fix error message placeholder
2016-10-13 13:10:16 +02:00
throttler.go
support for --critical-load-interval-millis
2016-10-10 13:21:01 +02:00