We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
描述您想要的功能: mysql5.6版本操作DDL提供ALGORITHM=INPLACE, LOCK=NONE; alter table add column a varchar(4) ,ALGORITHM=INPLACE, LOCK=NONE; 这个操作可以不锁表操作,支持在线DDL功能。 描述您考虑过的解决/替代方案:
可参考文档,资料,引用等: https://dev.mysql.com/doc/refman/8.0/en/innodb-online-ddl-operations.html
The text was updated successfully, but these errors were encountered:
目前 测试报不支持的类型。
Sorry, something went wrong.
update: 添加alter table时的ALGORITHM,LOCK,FORCE选项支持 (#31)
2fdeb18
v0.7.5版本 已更新
No branches or pull requests
描述您想要的功能:
mysql5.6版本操作DDL提供ALGORITHM=INPLACE, LOCK=NONE;
alter table add column a varchar(4) ,ALGORITHM=INPLACE, LOCK=NONE;
这个操作可以不锁表操作,支持在线DDL功能。
描述您考虑过的解决/替代方案:
可参考文档,资料,引用等:
https://dev.mysql.com/doc/refman/8.0/en/innodb-online-ddl-operations.html
The text was updated successfully, but these errors were encountered: