Commit f321d3e5 authored by Sergei Golubchik's avatar Sergei Golubchik

main.temp_table_frm failure on fulltest (--embedded, when TMPDIR=/tmp)

use more restrictive --list_files to hide the usual /tmp garbage
parent ce6a63ec
......@@ -6,7 +6,7 @@ create temporary table t2 (a int) engine=memory;
select variable_name, session_status.variable_value - t1.variable_value
from information_schema.session_status join t1 using (variable_name);
let $tmpdir= `select @@tmpdir`;
--list_files $tmpdir/
--list_files $tmpdir/ #sql*
truncate table t2;
select variable_name, session_status.variable_value - t1.variable_value
from information_schema.session_status join t1 using (variable_name);
......
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