diff options
author | Staale Smedseng <staale.smedseng@sun.com> | 2009-02-27 18:07:58 +0200 |
---|---|---|
committer | Staale Smedseng <staale.smedseng@sun.com> | 2009-02-27 18:07:58 +0200 |
commit | be853aeceda4de63082c5192d16623f5584fefd6 (patch) | |
tree | 9296ba80d9d3acaedff5f0c37662d1b67c8b757a /mysql-test/r/ps.result | |
parent | c0fb3df0d0ce3087933b9be39473033da4697804 (diff) | |
parent | 4d2f047e954f8f78c7b84187385353f76c642f4c (diff) | |
download | mariadb-git-be853aeceda4de63082c5192d16623f5584fefd6.tar.gz |
Commit after merge from 5.0-bugteam
Diffstat (limited to 'mysql-test/r/ps.result')
-rw-r--r-- | mysql-test/r/ps.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ps.result b/mysql-test/r/ps.result index 116014a38d2..43c50998e20 100644 --- a/mysql-test/r/ps.result +++ b/mysql-test/r/ps.result @@ -235,7 +235,7 @@ execute stmt1; prepare stmt1 from "insert into t1 select i from t1"; execute stmt1; execute stmt1; -prepare stmt1 from "select * from t1 into outfile 'f1.txt'"; +prepare stmt1 from "select * from t1 into outfile '<MYSQLTEST_VARDIR>/tmp/f1.txt'"; execute stmt1; deallocate prepare stmt1; drop table t1; |