Loading mysql-test/r/sp-security.result +1 −0 Original line number Diff line number Diff line use test; grant usage on *.* to user1@localhost; flush privileges; drop table if exists t1; drop database if exists db1_secret; create database db1_secret; create procedure db1_secret.dummy() begin end; Loading mysql-test/t/sp-security.test +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ grant usage on *.* to user1@localhost; flush privileges; --disable_warnings drop table if exists t1; drop database if exists db1_secret; --enable_warnings # Create our secret database Loading Loading
mysql-test/r/sp-security.result +1 −0 Original line number Diff line number Diff line use test; grant usage on *.* to user1@localhost; flush privileges; drop table if exists t1; drop database if exists db1_secret; create database db1_secret; create procedure db1_secret.dummy() begin end; Loading
mysql-test/t/sp-security.test +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ grant usage on *.* to user1@localhost; flush privileges; --disable_warnings drop table if exists t1; drop database if exists db1_secret; --enable_warnings # Create our secret database Loading