Menu

#3313 (ok 3.4.2) Table is dropped regardless of confirmation

Latest_Git
fixed
Interface (555)
1
2013-06-11
2011-05-22
No

When executing a DROP TABLE query from the SQL tab, the table is dropped regardless of whether the user clicks OK or CANCEL.

To reproduce:

1) Go to demo server
2) From the SQL tab execute:

CREATE TABLE `test` (
`a` int(11) NOT NULL
);

3) Again, from the SQL tab, execute: DROP TABLE `test`;
4) When asked for confirmation, click "Cancel"
5) The table is dropped anyway

This is a serious issue.

Discussion

  • Rouslan Placella

    • priority: 5 --> 8
     
  • Madhura Jayaratne

    • assigned_to: nobody --> madhuracj
     
  • Madhura Jayaratne

    This bug was fixed in repository and will be part of a future release; thanks for reporting.

     
  • Madhura Jayaratne

    • priority: 8 --> 1
    • summary: Table is dropped regardless of confirmation --> (ok 3.4.2) Table is dropped regardless of confirmation
    • status: open --> open-fixed
     
  • Marc Delisle

    Marc Delisle - 2011-06-07
    • status: open-fixed --> closed-fixed
     
  • Michal Čihař

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