1761
1761
select * from t1;
1766
# CSV engine reports "out of memory" when you select
1767
# from a missing file
1770
drop table if exists t1;
1773
create table t1 (val int not null) engine=csv;
1774
--remove_file $MYSQLTEST_VARDIR/master-data/test/t1.CSV
1764
1779
--echo End of 5.1 tests