mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +00:00
Added info in doc. Minor test tweak
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
SELECT 1 INTO @foo;
|
||||
SELECT * FROM sakila.actor INTO OUTFILE '/tmp/test_select_into_1.log';
|
||||
SELECT actor_id,first_name FROM sakila.actor INTO DUMPFILE '/tmp/test_select_into_2.log';
|
||||
SELECT actor_id,first_name FROM sakila.actor LIMIT 1 INTO DUMPFILE '/tmp/test_select_into_2.log';
|
||||
|
||||
|
Reference in New Issue
Block a user