On Nov 11, 2010, at 3:47 AM, Alexey Pechnikov wrote:

> $ ls -lh merch.db*
> -rw-r--r-- 1 - -  5,8G Ноя 10 23:01 merch.db
> -rw-r--r-- 1 - -  32K Ноя 10 23:04 merch.db-shm
> -rw-r--r-- 1 - -  449M Ноя 10 23:01 merch.db-wal
>
> sqlite> pragma journal_mode;
> wal
> sqlite> pragma journal_mode=delete;
> Error: database is locked
> sqlite> pragma integrity_check;
> ok
> sqlite> pragma journal_mode=delete;
> delete

Is this a repeatable problem? Any other processes accessing the
database when you run the test?

Dan.


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to