Commit 98103d39 authored by unknown's avatar unknown

Merge mysql.com:/space/my/mysql-5.0.9-clone

into mysql.com:/space/my/mysql-5.0
parents cae16148 cdd6ed5c
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;
......
......@@ -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
......
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