338
378
t1 CREATE TEMPORARY TABLE `t1` (
346
386
set @arg00= 8, @arg01= 8.8, @arg02= 'a string', @arg03= 0.2e0;
347
387
create temporary table t1 as select @arg00 as c1, @arg01 as c2, @arg02 as c3, @arg03 as c4;
350
390
t1 CREATE TEMPORARY TABLE `t1` (
357
397
SET GLOBAL table_open_cache=-1;