Searched refs:wal_exists (Results 1 – 2 of 2) sorted by relevance
20 set wal_exists [file exists $target-wal]24 || ($oal_exists && $wal_exists)25 || ($progress>0 && $state=="oal" && (!$oal_exists || $wal_exists))26 || ($state=="move" && (!$oal_exists || $wal_exists))30 error "B: state=$state progress=$progress oal=$oal_exists wal=$wal_exists"37 set wal_exists [file exists $target-wal]39 error "A: state=$state progress=$progress oal=$oal_exists wal=$wal_exists"
1077 int wal_exists = 0; in walthread2_thread() local1087 wal_exists = (filesize(&err, "test.db-wal") >= 0); in walthread2_thread()1088 if( (journal_exists+wal_exists)!=1 ){ in walthread2_thread()1090 journal_exists, wal_exists in walthread2_thread()