summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/r/join_cache.result2
-rw-r--r--mysql-test/t/join_cache.test3
2 files changed, 2 insertions, 3 deletions
diff --git a/mysql-test/r/join_cache.result b/mysql-test/r/join_cache.result
index 99e76952cfe..4bf46095502 100644
--- a/mysql-test/r/join_cache.result
+++ b/mysql-test/r/join_cache.result
@@ -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
diff --git a/mysql-test/t/join_cache.test b/mysql-test/t/join_cache.test
index b7e86e6e390..0073d1e45b0 100644
--- a/mysql-test/t/join_cache.test
+++ b/mysql-test/t/join_cache.test
@@ -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