From 2dbd26932d0c22cb333a73262db8135779c6f098 Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Mon, 15 Dec 2014 17:41:15 +0400 Subject: MDEV-7283 UDF: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTS MDEV-7282 SP: CREATE OR REPLACE, CREATE IF NOT EXISTS --- mysql-test/t/sp-error.test | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mysql-test/t/sp-error.test') 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 -- cgit v1.2.1