diff options
author | holyfoot/hf@deer.(none) <> | 2006-12-08 15:49:43 +0400 |
---|---|---|
committer | holyfoot/hf@deer.(none) <> | 2006-12-08 15:49:43 +0400 |
commit | edfbcc12cb2363b231e2412d4c580c22281db99d (patch) | |
tree | 3f5808c4f1df2167e359f23ff9b392810d3875f8 /mysql-test/t/join.test | |
parent | 883aa8d980b29ba35776f65c17c9c04c6c130cc5 (diff) | |
parent | 385541131b2be0daec7540b40389b46e93e20428 (diff) | |
download | mariadb-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.test | 1 |
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'; |