diff options
author | unknown <monty@mysql.com> | 2005-11-04 10:02:43 +0200 |
---|---|---|
committer | unknown <monty@mysql.com> | 2005-11-04 10:02:43 +0200 |
commit | beea97341bba9f49b160b534ca1cf80f6f93d716 (patch) | |
tree | f81e74a5c25a1437a9112445a14c2d38f76e9efa /mysql-test/r/mysqldump.result | |
parent | 52a992d50db2bc468c3dbc4bc6f55eff4dd9e196 (diff) | |
download | mariadb-git-beea97341bba9f49b160b534ca1cf80f6f93d716.tar.gz |
DROP created procedures
(Caused sp-security to fail)
Diffstat (limited to 'mysql-test/r/mysqldump.result')
-rw-r--r-- | mysql-test/r/mysqldump.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/mysqldump.result b/mysql-test/r/mysqldump.result index 60e7ebbd966..82a761252b5 100644 --- a/mysql-test/r/mysqldump.result +++ b/mysql-test/r/mysqldump.result @@ -2236,6 +2236,7 @@ DROP FUNCTION bug9056_func1; DROP FUNCTION bug9056_func2; DROP PROCEDURE bug9056_proc1; DROP PROCEDURE bug9056_proc2; +DROP PROCEDURE `a'b`; drop table t1; drop table if exists t1; create table t1 (`d` timestamp, unique (`d`)); |