Loading mysql-test/t/create.test +3 −0 Original line number Diff line number Diff line Loading @@ -74,4 +74,7 @@ create table t1(x varchar(50) ); create table t2 select x from t1 where 1=2; describe t1; describe t2; drop table t2; create table t2 select now() as a , curtime() as b, curdate() as c , 1+1 as d , 1.0 + 1 as e , 33333333333333333 + 3 as f; describe t2; drop table t1,t2; Loading
mysql-test/t/create.test +3 −0 Original line number Diff line number Diff line Loading @@ -74,4 +74,7 @@ create table t1(x varchar(50) ); create table t2 select x from t1 where 1=2; describe t1; describe t2; drop table t2; create table t2 select now() as a , curtime() as b, curdate() as c , 1+1 as d , 1.0 + 1 as e , 33333333333333333 + 3 as f; describe t2; drop table t1,t2;