Menu

#2601 (ok 2.11.4) DROP PROCEDURE doesn\'t show alert

2.11.2
fixed
1
2013-06-11
2007-12-03
warforge00
No

This is on 2.11.3-rc1

CREATE TABLE `TEST` (
`ID` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

INSERT INTO `TEST` VALUES(1);
INSERT INTO `TEST` VALUES(2);

CREATE PROCEDURE simpletest() SELECT COUNT(*) FROM TEST;

DROP PROCEDURE simpletest;

The DROP PROCEDURE command doesn't show an alerts asking whether I want to do this or not, which it should.

Discussion

  • Marc Delisle

    Marc Delisle - 2007-12-05
    • priority: 5 --> 1
    • assigned_to: nobody --> lem9
    • summary: DROP PROCEDURE command doesn't show alert --> (ok 2.11.4) DROP PROCEDURE doesn't show alert
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2007-12-05

    Logged In: YES
    user_id=210714
    Originator: NO

    Fixed in subversion, thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2008-01-12
    • status: open-fixed --> closed-fixed
     
  • Marc Delisle

    Marc Delisle - 2008-01-12
    • summary: (ok 2.11.4) DROP PROCEDURE doesn't show alert --> (ok 2.11.4) DROP PROCEDURE doesn\'t show alert
     
  • Michal Čihař

    Michal Čihař - 2013-06-11
    • Status: closed-fixed --> fixed