Suppose I am halfway to starting import and instead of starting
SELECT COUNT(*) FROM table_being_imported
I press ctrl + R , type table_being_im and table_being_im return, only to find my horror I just released
DELETE FROM table_being_imported
Unfortunately. So I hit ctrl + C and said:
Ctrl-C -- sending "KILL QUERY 627" to server ... Ctrl-C -- query aborted. ERROR 1317 (70100): Query execution was interrupted
Would delete any of the lines? Just hypothetically, of course ...
Simon source share