Commit 2e76114c authored by Sergei Petrunia's avatar Sergei Petrunia Committed by Sergei Petrunia

CLX-77: INSERT ... SELECT returns rows to the client...

Part #2: update the testcase as the database we're using
was changed.
parent 28e2ca38
......@@ -54,7 +54,7 @@ select @var;
--echo # This must not emit output to the client:
select a into outfile 'tmpfile1' from t1;
let $file=`select concat(@@datadir,'/clx/tmpfile1')`;
let $file=`select concat(@@datadir,'/xpd/tmpfile1')`;
--remove_file $file
......
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