This talk discusses new features in MySQL 5.7 including online DDL modes, the JSON data type, generated columns, the sql_mode variable, and the sys schema. Some key points covered are:
- MySQL 5.7 introduces new online DDL modes like INPLACE and COPY for making changes to InnoDB tables without locking them.
- The JSON data type allows storing JSON documents in columns and extracting values using functions like JSON_EXTRACT.
- Generated columns allow specifying expressions to populate column values automatically based on other columns.
- The sql_mode variable has additional modes in 5.7 like ONLY_FULL_GROUP_BY that affect query behavior.
- The sys schema provides views for monitoring