diff options
author | Bernt M. Johnsen <bernt.johnsen@sun.com> | 2009-02-25 12:47:28 +0100 |
---|---|---|
committer | Bernt M. Johnsen <bernt.johnsen@sun.com> | 2009-02-25 12:47:28 +0100 |
commit | b253edff980c95bdffce6e37d4fb455dced688a9 (patch) | |
tree | 1ca9b093e1a13959dc8b63e39c0692155c49c0db /mysql-test/r/ps.result | |
parent | d0d3de35f2b9b11e883dc009ac7abc22d5ea4b5d (diff) | |
parent | 5a6fa28226530cadb3ec571d1d76f848dd32d647 (diff) | |
download | mariadb-git-b253edff980c95bdffce6e37d4fb455dced688a9.tar.gz |
Merged from 5.0
bug#43111
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 05b2d18889b..e59b0ba9834 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; |