mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
- Updated the sp-security result set after updating the test
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
use test;
|
use test;
|
||||||
grant usage on *.* to user1@localhost;
|
grant usage on *.* to user1@localhost;
|
||||||
flush privileges;
|
flush privileges;
|
||||||
|
drop table if exists t1;
|
||||||
drop database if exists db1_secret;
|
drop database if exists db1_secret;
|
||||||
create database db1_secret;
|
create database db1_secret;
|
||||||
create procedure db1_secret.dummy() begin end;
|
create procedure db1_secret.dummy() begin end;
|
||||||
|
Reference in New Issue
Block a user