diff options
author | He Zhenxing <hezx@mysql.com> | 2008-09-06 12:49:43 +0800 |
---|---|---|
committer | He Zhenxing <hezx@mysql.com> | 2008-09-06 12:49:43 +0800 |
commit | 488d043bdf711656dfc7252dc0ad1880b02e2eb2 (patch) | |
tree | aa899254abac8bad3c7503ffc6d9a13e90d6d391 /mysql-test/r/csv.result | |
parent | b17458dcc14882dcb2565bcbb92115ed786fe7c1 (diff) | |
download | mariadb-git-488d043bdf711656dfc7252dc0ad1880b02e2eb2.tar.gz |
Postfix of tests after merge
Diffstat (limited to 'mysql-test/r/csv.result')
-rw-r--r-- | mysql-test/r/csv.result | 2 |
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 |