Commit 5d3f95b1 authored by bell@sanja.is.com.ua's avatar bell@sanja.is.com.ua

returning test environment

parent 48a1b10b
......@@ -7,3 +7,4 @@ show create table VIe;
Table Create Table
vie CREATE VIEW `mysqltest`.`vie` AS select `mysqltest`.`tab`.`Field` AS `Field` from `mysqltest`.`tab`
drop database MySQLTest;
use test;
......@@ -9,3 +9,4 @@ create table TaB (Field int);
create view ViE as select * from TAb;
show create table VIe;
drop database MySQLTest;
use test;
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