> Does "drop table" use the undo log (rollback segment) to temporarily store
> records to be purged later, the way "delete from table" does?

As 'DROP TABLE' causes an implicit commit 
(http://dev.mysql.com/doc/refman/5.5/en/implicit-commit.html), I would highly 
suspect that it doesnt. You cannot roll it back...
-- 
Rik Wasmus

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/mysql

Reply via email to