1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Postfix of tests after merge

This commit is contained in:
He Zhenxing
2008-09-06 12:49:43 +08:00
parent b17458dcc1
commit 488d043bdf
10 changed files with 22 additions and 22 deletions

View File

@ -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