~ubuntu-branches/ubuntu/natty/mysql-5.1/natty-proposed

1
2
3
DROP TABLE IF EXISTS t1, t2;
create table t1 (a int);
drop table t1;