diff options
author | holyfoot/hf@mysql.com/deer.(none) <> | 2006-12-08 15:22:46 +0400 |
---|---|---|
committer | holyfoot/hf@mysql.com/deer.(none) <> | 2006-12-08 15:22:46 +0400 |
commit | 4091806268fd184e0bff75b29f59b00a3f72e313 (patch) | |
tree | 43128114a85f5d57da70cd789bda9061ff995896 /mysql-test/t/join.test | |
parent | 4f0c9c431ca0bc27b7cda61f31035b5d2db08654 (diff) | |
parent | 7ece4caad347127828547a3544640b85fe2be2a0 (diff) | |
download | mariadb-git-4091806268fd184e0bff75b29f59b00a3f72e313.tar.gz |
Merge bk@192.168.21.1:mysql-5.0-opt
into mysql.com:/home/hf/work/embt/my50-embt
Diffstat (limited to 'mysql-test/t/join.test')
-rw-r--r-- | mysql-test/t/join.test | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/t/join.test b/mysql-test/t/join.test index 4a07f495a55..ab85cc5bed2 100644 --- a/mysql-test/t/join.test +++ b/mysql-test/t/join.test @@ -520,6 +520,8 @@ 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'; |