summaryrefslogtreecommitdiff
path: root/mysql-test/t/join.test
diff options
context:
space:
mode:
authorholyfoot/hf@deer.(none) <>2006-12-08 15:49:43 +0400
committerholyfoot/hf@deer.(none) <>2006-12-08 15:49:43 +0400
commitedfbcc12cb2363b231e2412d4c580c22281db99d (patch)
tree3f5808c4f1df2167e359f23ff9b392810d3875f8 /mysql-test/t/join.test
parent883aa8d980b29ba35776f65c17c9c04c6c130cc5 (diff)
parent385541131b2be0daec7540b40389b46e93e20428 (diff)
downloadmariadb-git-edfbcc12cb2363b231e2412d4c580c22281db99d.tar.gz
Merge bk@192.168.21.1:mysql-5.1-opt
into mysql.com:/home/hf/work/embt/my51-embt
Diffstat (limited to 'mysql-test/t/join.test')
-rw-r--r--mysql-test/t/join.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/t/join.test b/mysql-test/t/join.test
index f39938ec52c..e277981e626 100644
--- a/mysql-test/t/join.test
+++ b/mysql-test/t/join.test
@@ -520,6 +520,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 #
select * from information_schema.statistics join information_schema.columns
using(table_name,column_name) where table_name='user';