summaryrefslogtreecommitdiff
path: root/mysql-test/t/join.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/t/join.test')
-rw-r--r--mysql-test/t/join.test2
1 files changed, 1 insertions, 1 deletions
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';