On Mon, Sep 1, 2014 at 10:15 AM, Andy Ling <[email protected]> wrote:
> > -----Original Message----- > > From: [email protected] [mailto:sqlite-users- > > [email protected]] On Behalf Of Richard Hipp > > Sent: 01 September 2014 14:39 > > To: General Discussion of SQLite Database > > Subject: Re: [sqlite] HELP sqlite3 used in vxworks has someproblem? > > > > Please try the patch at > > http://www.sqlite.org/src/info/b0f6b91f36b503d8ba8d5257bb194f8c1afb483 > > 3 and > > see if that fixes the problem. > > > > I think that fixes unixDelete. Running on the vxWorks dosFs disk > everything works as before. > > If I use the host filing system, then I think the delete of the > non-existent file works, but it then fails in unixSync followed by a fail > in unixDelete > > os_unix.c:27830: (35) full_fsync(/tgtsvr/testdb.sql-journal) - (1034) > Error code 35 is ENOTSUP - fsync is apparently not supported on your filesystem. > Error deleting file /tgtsvr/testdb.sql-journal errno 13 > os_unix.c:30167: (13) unlink(/tgtsvr/testdb.sql-journal) - (2570) > Error executing statement CREATE TABLE t (id INTEGER PRIMARY KEY ASC) - > disk I/O error > Error message disk I/O error > > Regards > > Andy Ling > > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

