Commit c7efc37f authored by unknown's avatar unknown
Browse files

- Updated the sp-security result set after updating the test


mysql-test/r/sp-security.result:
  - Updated the result set
parent 6651fd23
Loading
Loading
Loading
Loading
+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;