merged 5.1.29-rc into 5.1-bugteam

This commit is contained in:
Georgi Kodinov 2008-09-10 12:44:21 +03:00
commit 9d668de5c6
55 changed files with 12760 additions and 1315 deletions

View file

@ -136,7 +136,7 @@ connect (user3,localhost,mysqltest_3,,mysqltest,$MASTER_MYPORT,$MASTER_MYSOCK);
connection user3;
select "user3";
--replace_result 127.0.0.1 localhost
--error ER_COLUMNACCESS_DENIED_ERROR
--error ER_TABLEACCESS_DENIED_ERROR
select * from t1;
select a from t1;
--replace_result 127.0.0.1 localhost