returning test environment

This commit is contained in:
unknown 2004-09-07 20:40:16 +03:00
parent 38404d90be
commit c647f600af
2 changed files with 2 additions and 0 deletions

View File

@ -7,3 +7,4 @@ show create table VIe;
Table Create Table Table Create Table
vie CREATE VIEW `mysqltest`.`vie` AS select `mysqltest`.`tab`.`Field` AS `Field` from `mysqltest`.`tab` vie CREATE VIEW `mysqltest`.`vie` AS select `mysqltest`.`tab`.`Field` AS `Field` from `mysqltest`.`tab`
drop database MySQLTest; drop database MySQLTest;
use test;

View File

@ -9,3 +9,4 @@ create table TaB (Field int);
create view ViE as select * from TAb; create view ViE as select * from TAb;
show create table VIe; show create table VIe;
drop database MySQLTest; drop database MySQLTest;
use test;