Menu

#2600 (ok 2.11.4) Space issue with DROP/DELETE/ALTER TABLE

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

This is actually on 2.11.3-rc1

Create a temporary table called "TEST"

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

If I do "DROP TABLE `TEST`", I get an alert asking if I really want to do this.

If I do " DROP TABLE `TEST`", I don't get any alert message and the table is dropped.

Discussion

  • warforge00

    warforge00 - 2007-12-03
    • summary: Space issue with --> Space issue with DROP TABLE command
     
  • warforge00

    warforge00 - 2007-12-03
    • summary: Space issue with DROP TABLE command --> Space issue with DROP command
     
  • warforge00

    warforge00 - 2007-12-03

    Logged In: YES
    user_id=1914403
    Originator: YES

    Even bigger issue is

    CREATE DATABASE `TEST`;

    If I do "DROP DATABASE `TEST`", I get an alert asking if I really want to do this.

    If I do " DROP DATABASE `TEST`", I don't get any alert message and the database is dropped.

     
  • Marc Delisle

    Marc Delisle - 2007-12-03
    • assigned_to: nobody --> lem9
     
  • Marc Delisle

    Marc Delisle - 2007-12-03
    • summary: Space issue with DROP command --> Space issue with DROP/DELETE/ALTER TABLE
     
  • Marc Delisle

    Marc Delisle - 2007-12-03

    Logged In: YES
    user_id=210714
    Originator: NO

    Same issue with DELETE and ALTER TABLE.

     
  • Marc Delisle

    Marc Delisle - 2007-12-03

    Logged In: YES
    user_id=210714
    Originator: NO

    Fixed in subversion, thanks for reporting.

     
  • Marc Delisle

    Marc Delisle - 2007-12-03
    • milestone: 772648 --> 2.11.3
    • priority: 5 --> 1
    • summary: Space issue with DROP/DELETE/ALTER TABLE --> (ok 2.11.4) Space issue with DROP/DELETE/ALTER TABLE
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2008-01-12
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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