Query | Run |
---|---|
-- select 1 into @x; select @x limit 1; | 4 years ago |
-- select 1 into @x; select @x; | 4 years ago |
select 1 into @x; select @x; | 4 years ago |
select 1 into @x; select @x; | 4 years ago |
select 1 into @x; | 4 years ago |
SELECT * FROM INFORMATION_SCHEMA.FILES WHERE TABLESPACE_NAME='innodb_temporary'; | 4 years ago |