Overview
SHA1 Hash: | fa0ba20a51d0ca4f902f3257e872af489de0e23d |
---|---|
Date: | 2007-07-30 21:23:44 |
User: | drh |
Comment: | Fix another bug in the pivot finder. Null-merge with the dan-branch so that we now only have a single leaf on the tree. |
Timelines: | ancestors | descendants | both | trunk |
Other Links: | files | ZIP archive | manifest |
Tags And Properties
- branch=trunk inherited from [a28c83647d]
- sym-trunk inherited from [a28c83647d]
Changes
[hide diffs]Modified src/pivot.c from [b19f3743af] to [2953f62a20].
@@ -56,11 +56,11 @@ ); /* Insert the primary record */ db_multi_exec( "INSERT INTO aqueue(rid, mtime, pending, src)" - " SELECT %d, mtime, 1, 1 FROM plink WHERE cid=%d", + " SELECT %d, mtime, 1, 1 FROM plink WHERE cid=%d LIMIT 1", rid, rid ); } /*