1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

added replacement of 'CARDINALITY' column values

mysql-test/r/join.result:
  result fix
This commit is contained in:
Sergey Glukhov
2008-08-21 15:01:11 +05:00
parent d726a49984
commit 099a80d05a
2 changed files with 3 additions and 3 deletions

View File

@ -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';