Files
tidb/executor
qupeng 9575deeb10 ddl: add more features about generated column. (#3431)
DESC table_with_generated_column;
SHOW CREATE TABLE table_with_generated_column;
If generated expression in DDL references bad column, throw error;
If alter table change/drop column dependent by other columns, throw error;
if alter table change/modify generated columns, throw error if needs.
2017-06-13 18:53:58 +08:00
..
2017-06-07 18:19:52 +08:00
2017-06-04 10:00:41 +08:00
2017-06-08 13:33:12 +08:00