Commit cc1950aa authored by lenz@mysql.com's avatar lenz@mysql.com

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

parent fa69727d
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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment