summaryrefslogtreecommitdiff
path: root/mysql-test/r/csv.result
diff options
context:
space:
mode:
authorHe Zhenxing <hezx@mysql.com>2008-09-06 12:49:43 +0800
committerHe Zhenxing <hezx@mysql.com>2008-09-06 12:49:43 +0800
commit488d043bdf711656dfc7252dc0ad1880b02e2eb2 (patch)
treeaa899254abac8bad3c7503ffc6d9a13e90d6d391 /mysql-test/r/csv.result
parentb17458dcc14882dcb2565bcbb92115ed786fe7c1 (diff)
downloadmariadb-git-488d043bdf711656dfc7252dc0ad1880b02e2eb2.tar.gz
Postfix of tests after merge
Diffstat (limited to 'mysql-test/r/csv.result')
-rw-r--r--mysql-test/r/csv.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/csv.result b/mysql-test/r/csv.result
index 8bc6114dbc2..3bd5869775b 100644
--- a/mysql-test/r/csv.result
+++ b/mysql-test/r/csv.result
@@ -5391,7 +5391,7 @@ drop table t1;
create table t1 (a int not null) engine=csv;
lock tables t1 read;
select * from t1;
-ERROR HY000: File './test/t1.CSV' not found (Errcode: 2)
+ERROR HY000: File 'MYSQLD_DATADIR/test/t1.CSV' not found (Errcode: 2)
unlock tables;
drop table t1;
End of 5.1 tests