Commit 45972e0e authored by unknown's avatar unknown

mysqldump.result:

  Get output from modified test (dropping t1).
mysqldump.test:
  Drop t1 at end so that the next test doesn't trip over it.


mysql-test/t/mysqldump.test:
  Drop t1 at end so that the next test doesn't trip over it.
mysql-test/r/mysqldump.result:
  Get output from modified test (dropping t1).
parent 45710b7f
...@@ -2803,3 +2803,4 @@ DROP TABLE IF EXISTS `v1`; ...@@ -2803,3 +2803,4 @@ DROP TABLE IF EXISTS `v1`;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
drop view v1;
...@@ -1158,3 +1158,4 @@ insert into t1 values (4711); ...@@ -1158,3 +1158,4 @@ insert into t1 values (4711);
insert into t1 values (3231); insert into t1 values (3231);
insert into t1 values (0815); insert into t1 values (0815);
--exec $MYSQL_DUMP --add-drop-database --databases test --exec $MYSQL_DUMP --add-drop-database --databases test
drop view v1;
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment