Loading mysql-test/r/grant.result +2 −2 Original line number Diff line number Diff line Loading @@ -1146,8 +1146,8 @@ select col1 from test limit 1 into tmp; return '1'; end| create view v1 as select test.* from test where test.col1=test_function(); grant update (col1) on v1 to 'greg'; revoke all privileges on v1 from 'greg'; grant update (col1) on v1 to 'greg'@'localhost'; drop user 'greg'@'localhost'; drop view v1; drop table test; drop function test_function; Loading mysql-test/t/grant.test +2 −2 Original line number Diff line number Diff line Loading @@ -1169,8 +1169,8 @@ begin end| delimiter ;| create view v1 as select test.* from test where test.col1=test_function(); grant update (col1) on v1 to 'greg'; revoke all privileges on v1 from 'greg'; grant update (col1) on v1 to 'greg'@'localhost'; drop user 'greg'@'localhost'; drop view v1; drop table test; drop function test_function; Loading Loading
mysql-test/r/grant.result +2 −2 Original line number Diff line number Diff line Loading @@ -1146,8 +1146,8 @@ select col1 from test limit 1 into tmp; return '1'; end| create view v1 as select test.* from test where test.col1=test_function(); grant update (col1) on v1 to 'greg'; revoke all privileges on v1 from 'greg'; grant update (col1) on v1 to 'greg'@'localhost'; drop user 'greg'@'localhost'; drop view v1; drop table test; drop function test_function; Loading
mysql-test/t/grant.test +2 −2 Original line number Diff line number Diff line Loading @@ -1169,8 +1169,8 @@ begin end| delimiter ;| create view v1 as select test.* from test where test.col1=test_function(); grant update (col1) on v1 to 'greg'; revoke all privileges on v1 from 'greg'; grant update (col1) on v1 to 'greg'@'localhost'; drop user 'greg'@'localhost'; drop view v1; drop table test; drop function test_function; Loading