1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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

This commit is contained in:
lenz@mysql.com
2005-07-07 17:55:16 +02:00
parent fa69727d3f
commit cc1950aa0b

View File

@ -1,6 +1,7 @@
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;