clsn / mysqlfuse

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

New records in initially empty table not shown #2

Open cweiske opened 9 years ago

cweiske commented 9 years ago

Following issue #1, I added a row to the table data and tried again to list the mountpoint/data directory. I still got the same error ls: cannot access uid: No such file or directory despite the fact that there should be a file now.

Unmounting and remounting the database makes the record visible (and the uid directory usable).

(Might have to do with linux file system caching; just a guess).