diff options
author | Alexander Barkov <bar@mariadb.org> | 2014-12-15 17:41:15 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2014-12-15 17:41:15 +0400 |
commit | 2dbd26932d0c22cb333a73262db8135779c6f098 (patch) | |
tree | 8a7ecf919349f219ca4555a3f8387011a38286a3 /mysql-test/t/sp-error.test | |
parent | 48ed8ab2155b31d36358b2efd348f3036a294971 (diff) | |
download | mariadb-git-2dbd26932d0c22cb333a73262db8135779c6f098.tar.gz |
MDEV-7283 UDF: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS
MDEV-7282 SP: CREATE OR REPLACE, CREATE IF NOT EXISTS
Diffstat (limited to 'mysql-test/t/sp-error.test')
-rw-r--r-- | mysql-test/t/sp-error.test | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/t/sp-error.test b/mysql-test/t/sp-error.test index a16ef1205b9..c1a21c8ac85 100644 --- a/mysql-test/t/sp-error.test +++ b/mysql-test/t/sp-error.test @@ -1766,11 +1766,10 @@ CREATE IF NOT EXISTS PROCEDURE bug14702() BEGIN END; ---error ER_PARSE_ERROR CREATE PROCEDURE IF NOT EXISTS bug14702() BEGIN END; - +DROP PROCEDURE IF EXISTS bug14702; # # BUG#20953: create proc with a create view that uses local |