Mysql Stored Procedures: Double "DROP PROCEDURE"

3 views
Skip to first unread message

MudGuard

unread,
Feb 21, 2023, 9:07:14 AM2/21/23
to SQL Workbench/J - DBMS independent SQL tool
In Database Explorer, when I click on a procedure name in the "Procedures" tab on the left column, I see two times the DROP PROCEDURE statement at the beginning. Once should be enough:

DROP PROCEDURE myProc
/

DROP PROCEDURE myProc
/

CREATE PROCEDURE myProc ()
BEGIN

Thomas Kellerer

unread,
Feb 21, 2023, 3:12:19 PM2/21/23
to sql-wo...@googlegroups.com
Thanks, I will fix this.
Reply all
Reply to author
Forward
0 new messages