From 099a80d05a03f80a7310769f2b7b13f875ef24f9 Mon Sep 17 00:00:00 2001 From: Sergey Glukhov Date: Thu, 21 Aug 2008 15:01:11 +0500 Subject: added replacement of 'CARDINALITY' column values mysql-test/r/join.result: result fix --- mysql-test/t/join.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/join.test') diff --git a/mysql-test/t/join.test b/mysql-test/t/join.test index ed1b84bb5ec..09082cbd7a7 100644 --- a/mysql-test/t/join.test +++ b/mysql-test/t/join.test @@ -547,7 +547,7 @@ select * from v1a join v1b on t1.b = t2.b; # Bug #17523 natural join and information_schema # # We mask out the Privileges column because it differs with embedded server ---replace_column 31 # +--replace_column 31 # 10 # select * from information_schema.statistics join information_schema.columns using(table_name,column_name) where table_name='user'; -- cgit v1.2.1