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