mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
pt-upgrade failed on SELECT..INTO statements
This commit is contained in:
4
t/pt-upgrade/samples/select_into.log
Normal file
4
t/pt-upgrade/samples/select_into.log
Normal file
@@ -0,0 +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';
|
||||
|
Reference in New Issue
Block a user