Commit a3277cff authored by unknown's avatar unknown
Browse files

Add back changes lost in merge

(Faster test)


mysql-test/t/rpl_drop_db.test:
  Add back changes lost in merge
parent b91b8235
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,10 +21,10 @@ show tables;
# test the branch of the code that deals with the query buffer overflow

--disable_query_log
let $1=1000;
let $1=50;
while ($1)
{
  eval create table mysqltest1.t$1(n int);
  eval create table mysqltest1.mysqltest_long_table_name$1 (n int);
  dec $1;
}
--enable_query_log