diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2011-03-04 12:14:46 +0300 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2011-03-04 12:14:46 +0300 |
commit | e59d56039407b62c6cb86a0277335456d7642c28 (patch) | |
tree | 74557b0954f66e52d22b227271b9c17271c47fd3 /mysql-test/t/join_cache.test | |
parent | cdd214de1c3902e794940af6911666f7e40cbb4d (diff) | |
download | mariadb-git-e59d56039407b62c6cb86a0277335456d7642c28.tar.gz |
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.
Diffstat (limited to 'mysql-test/t/join_cache.test')
-rw-r--r-- | mysql-test/t/join_cache.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/join_cache.test b/mysql-test/t/join_cache.test index 4bde588cb7d..b7e86e6e390 100644 --- a/mysql-test/t/join_cache.test +++ b/mysql-test/t/join_cache.test @@ -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 |