mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
- fixed the "sp-security" test case: drop any possible already existing table to
avoid failing if a previous test failure left the t1 table around
mysql-test/t/sp-security.test:
- drop any possible already existing table to avoid failing if a previous test failure
left the t1 table around
This commit is contained in:
parent
376a50e638
commit
6651fd232a
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ grant usage on *.* to user1@localhost;
|
|||
flush privileges;
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
drop database if exists db1_secret;
|
||||
--enable_warnings
|
||||
# Create our secret database
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue