Steps:
- Open a table, switch to "Operations" tab.
- In the "Copy table to" box, check "Structure and data" and "Add DROP TABLE".
- Select a target database that already contains a table with the same name.
Expected:
Table is dropped and then copied.
Actual:
Error tells that table already exists.
Let's keep it open, until 4.0.0-rc2 is released.
J.M,
are you merging to master?
Done in
c149391
.