summaryrefslogtreecommitdiff
path: root/mysql-test/t/csv.test
diff options
context:
space:
mode:
authorunknown <petr/cps@mysql.com/owlet.local>2006-08-24 16:17:42 +0400
committerunknown <petr/cps@mysql.com/owlet.local>2006-08-24 16:17:42 +0400
commit8eeac5a7272840bc42698028fca4845e003cecca (patch)
tree969cba01d92685398b6effaee23279cb88f88199 /mysql-test/t/csv.test
parentd08dd523a2bd9f11299b9e0322987397b3009a38 (diff)
downloadmariadb-git-8eeac5a7272840bc42698028fca4845e003cecca.tar.gz
after merge fix
Diffstat (limited to 'mysql-test/t/csv.test')
-rw-r--r--mysql-test/t/csv.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/csv.test b/mysql-test/t/csv.test
index a042f163635..9815da4fb55 100644
--- a/mysql-test/t/csv.test
+++ b/mysql-test/t/csv.test
@@ -1575,7 +1575,7 @@ create table bug15205 (val int(11) default null) engine=csv;
create table bug15205_2 (val int(11) default null) engine=csv;
--exec rm $MYSQLTEST_VARDIR/master-data/test/bug15205.CSV
# system error (can't open the datafile)
---error ER_GET_ERRNO
+--error 13
select * from bug15205;
select * from bug15205_2;
--exec touch $MYSQLTEST_VARDIR/master-data/test/bug15205.CSV