Commit 9e5bf5ae authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Suppress ANALYZE_TABLE output, to be consistent with rest of the test case

parent 9e97c1eb
......@@ -390,8 +390,6 @@ Czech Republic 10278100 NULL NULL
CREATE INDEX City_Population ON City(Population);
CREATE INDEX City_Name ON City(Name);
ANALYZE TABLE City;
Table Op Msg_type Msg_text
world.City analyze status Table is already up to date
EXPLAIN
SELECT Country.Name, Country.Population, City.Name, City.Population
FROM Country LEFT JOIN City
......
......@@ -161,8 +161,9 @@ SELECT Country.Name, Country.Population, City.Name, City.Population
CREATE INDEX City_Population ON City(Population);
CREATE INDEX City_Name ON City(Name);
--replace_result city City
--disable_result_log
ANALYZE TABLE City;
--enable_result_log
EXPLAIN
SELECT Country.Name, Country.Population, City.Name, City.Population
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment