Browse Source

innodb_mysql.test, innodb_mysql.result:

Fix test case: add drop table


mysql-test/t/innodb_mysql.test:
  Fix test case: add drop table
mysql-test/r/innodb_mysql.result:
  Fix test case: add drop table
pull/374/head
unknown 19 years ago
parent
commit
5222d83f9d
  1. 1
      mysql-test/r/innodb_mysql.result
  2. 1
      mysql-test/t/innodb_mysql.test

1
mysql-test/r/innodb_mysql.result

@ -469,6 +469,7 @@ flush tables;
select * from test;
test1 test2
tes 1234
drop table test;
set global query_cache_type=@save_qcache_type;
set global query_cache_size=@save_qcache_size;
End of 5.0 tests

1
mysql-test/t/innodb_mysql.test

@ -438,6 +438,7 @@ flush tables;
select * from test;
disconnect con2;
connection default;
drop table test;
set global query_cache_type=@save_qcache_type;
set global query_cache_size=@save_qcache_size;

Loading…
Cancel
Save