docs
docs copied to clipboard
"DDL algorithm assertions" is not clear
File: /master/basic-features.md
In this page There is a link to https://docs.pingcap.com/tidb/dev/sql-statement-alter-table that says "DDL algorithm assertions" . I am not clear what "DDL algorithm assertions" actually means.
@morgo Can you take a look? "DDL algorithm assertions" was first introduced in https://github.com/pingcap/docs/pull/6130
It's this syntax:
ALGORITHM=INPLACE, LOCK=NONE;
See: https://dev.mysql.com/doc/refman/5.7/en/innodb-online-ddl-operations.html
@yahonda I hope this solved your problem. :)
It's this syntax:
ALGORITHM=INPLACE, LOCK=NONE;
See: https://dev.mysql.com/doc/refman/5.7/en/innodb-online-ddl-operations.html
Thanks for the answer. Still I do not get what "assertion" intends here.
I'm thinking about changing this document link name from
"Online DDL" or "ALTER TABLE"?
Thanks for the answer. Still I do not get what "assertion" intends here.
I'm thinking about changing this document link name from "Online DDL" or "ALTER TABLE"?
@morgo What do you think?