# File lib/dbd/mysql/database.rb, line 349
349:
def
__dropdb
(
db
) 350:
@handle
.
drop_db
(
db
) 351:
end