docs icon indicating copy to clipboard operation
docs copied to clipboard

"DDL algorithm assertions" is not clear

Open yahonda opened this issue 2 years ago • 5 comments

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.

yahonda avatar May 13 '22 05:05 yahonda

@morgo Can you take a look? "DDL algorithm assertions" was first introduced in https://github.com/pingcap/docs/pull/6130

ran-huang avatar May 13 '22 06:05 ran-huang

It's this syntax:

ALGORITHM=INPLACE, LOCK=NONE;

See: https://dev.mysql.com/doc/refman/5.7/en/innodb-online-ddl-operations.html

morgo avatar May 13 '22 13:05 morgo

@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

ran-huang avatar May 16 '22 03:05 ran-huang

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"?

yahonda avatar May 16 '22 04:05 yahonda

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?

ran-huang avatar May 16 '22 05:05 ran-huang