mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Postfix of tests after merge
This commit is contained in:
parent
b17458dcc1
commit
488d043bdf
10 changed files with 22 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue