diff --git a/t/pt-online-schema-change/samples/bug_1045317.sql b/t/pt-online-schema-change/samples/bug_1045317.sql index 9f611702..81f4eb03 100644 --- a/t/pt-online-schema-change/samples/bug_1045317.sql +++ b/t/pt-online-schema-change/samples/bug_1045317.sql @@ -6,5 +6,5 @@ CREATE TABLE `bits` ( `val` ENUM('M','E','H') NOT NULL, PRIMARY KEY (`id`) ); - INSERT INTO `bits` VALUES (1, 'M'), (2, 'E'), (3, 'H'); +ANALYZE TABLE bits;