summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqldump.result
diff options
context:
space:
mode:
authorunknown <monty@mysql.com>2005-11-04 10:02:43 +0200
committerunknown <monty@mysql.com>2005-11-04 10:02:43 +0200
commitbeea97341bba9f49b160b534ca1cf80f6f93d716 (patch)
treef81e74a5c25a1437a9112445a14c2d38f76e9efa /mysql-test/r/mysqldump.result
parent52a992d50db2bc468c3dbc4bc6f55eff4dd9e196 (diff)
downloadmariadb-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.result1
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`));