Community journal

The latest from the MySQL community

Ideas, releases, practical guides, and perspectives from the people building with MySQL.

Follow the feed
Showing entries 1 to 1 of 1 « Previous | Next »
Displaying posts with tag: 列的变更 (reset)
MySQL5.6 对列的变更Online DDL测试

导读:MySQL5.6 OnLine DDL 对列变更操作的测试,测试目的:对于列不同操作,Online DDL是否需要拷贝表以及允许DML,SELECT 并发。

下面测试使用测试案例 test_column,big_table,表定义是一致,结果集大小不同。

mysql> show create table test_column \G

阅读全文——共7479字