~percona-toolkit-dev/percona-toolkit/release-2.2.14

« back to all changes in this revision

Viewing changes to t/pt-upgrade/samples/select_into.log

merged pt-upgrade-fails-on-SELECT-INTO-queries-1421781

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SELECT 1 INTO @foo;
 
2
SELECT * FROM sakila.actor INTO OUTFILE '/tmp/test_select_into_1.log'; 
 
3
SELECT actor_id,first_name FROM sakila.actor LIMIT 1 INTO DUMPFILE '/tmp/test_select_into_2.log'; 
 
4