clsn / mysqlfuse

Present a MySQL database as a filesystem under FUSE
16 stars 4 forks source link

Problem with initially empty table #1

Open cweiske opened 9 years ago

cweiske commented 9 years ago

I've got an empty table data (columns uid and title) with no records in it and mount the database. Then I list the files of mountpoint/data and get an error on the shell:

$ cd mountpoint/data
$ ls
ls: cannot access uid: No such file or directory
uid

I don't think the error/warning should happen. The uid directory should exist and simply be empty.