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:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user