Edit Stored Procedures
am 01.12.2009 17:50:40 von Keith ClarkI'm trying to edit one of my stored procedures using MySQL Query Browser
and this is what I get back as a listing when I select Edit All
Procedures:
DROP PROCEDURE IF EXISTS `kwbo4418_2008bookworminventory`.`UpdateStock`
$$
/*!50003 SET @TEMP_SQL_MODE=@@SQL_MODE, SQL_MODE='' */ $$
(null) $$
/*!50003 SET SESSION SQL_MODE=@TEMP_SQL_MODE */ $$
I used to edit it in this fashion just fine, and I know the procedure is
there on the server, as we run it many times a day successfully.
Keith
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/mysql?unsub=gcdmg-mysql-2@m.gmane.org