Commit e0686002 authored by Sergey Petrunya's avatar Sergey Petrunya

Make testcase pass on systems with lower_case_table_names=2.

Generally, we should use only small letters for table names 
but here it's easier to fix with one --replace.
parent 57f7ca42
......@@ -161,6 +161,7 @@ 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
ANALYZE TABLE City;
EXPLAIN
......
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