JustPaste.it

lior@db04>create table test (ID INT) ;
Query OK, 0 rows affected (3.09 sec)

lior@db04>drop table test;
Query OK, 0 rows affected (3.51 sec)

lior@db04>create table test (ID INT) ;
Query OK, 0 rows affected (0.02 sec)

lior@db04>drop table test;
Query OK, 0 rows affected (5.32 sec)

lior@db04>create table test (ID INT) ;
Query OK, 0 rows affected (0.02 sec)

lior@db04>drop table test;
Query OK, 0 rows affected (8.41 sec)

lior@db04>create table test (ID INT) ENGINE = MYISAM;
Query OK, 0 rows affected (0.02 sec)

lior@db04>drop table test;
Query OK, 0 rows affected (0.01 sec)

lior@db04>create table test (ID INT) ENGINE = MYISAM;
Query OK, 0 rows affected (0.02 sec)

lior@db04>drop table test;
Query OK, 0 rows affected (0.01 sec)

lior@db04>create table test (ID INT) ENGINE = MYISAM;
Query OK, 0 rows affected (0.01 sec)

lior@db04>drop table test;
Query OK, 0 rows affected (0.02 sec)

lior@db04>create table test (ID INT) ENGINE = MYISAM;
Query OK, 0 rows affected (0.02 sec)

lior@db04>drop table test;
Query OK, 0 rows affected (0.01 sec)

lior@db04>create table test (ID INT) ;
Query OK, 0 rows affected (0.09 sec)

lior@db04>drop table test;
Query OK, 0 rows affected (9.63 sec)

lior@db04>SET sql_log_bin = 0;
Query OK, 0 rows affected (0.00 sec)

lior@db04>create table test (ID INT) ;
Query OK, 0 rows affected (0.01 sec)

lior@db04>drop table test;
Query OK, 0 rows affected (0.01 sec)