1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

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.
This commit is contained in:
grog@mysql.com
2006-05-26 11:00:35 +09:30
parent 1f86b3f100
commit 01c1eaa26e
2 changed files with 2 additions and 0 deletions

View File

@@ -2803,3 +2803,4 @@ DROP TABLE IF EXISTS `v1`;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
drop view v1;