mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
- Updated the sp-security result set after updating the test
mysql-test/r/sp-security.result: - Updated the result set
This commit is contained in:
parent
6651fd232a
commit
c7efc37f4c
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue