Differences From Artifact [f1103d57a0]:
- File src/clone.c — part of check-in [134e2aeccc] at 2007-09-28 20:08:32 on branch trunk — Combine the "config" and "setting" commands into a single "settings" command. (user: drh size: 2245) [more...]
To Artifact [f6aae5647c]:
- File src/clone.c — part of check-in [0afb5e8e39] at 2008-03-08 14:52:56 on branch trunk — This version is able to clone the entire TCL repository in 12.5 minutes and to rebuild the cloned TCL repository in 2.5 minutes. There is still a lot of performance work to be done, but this is good enough for the time being. (user: drh size: 2264)
| ︙ | |||
72 73 74 75 76 77 78 79 80 | 72 73 74 75 76 77 78 79 80 81 | + |
db_multi_exec("INSERT OR IGNORE INTO %Q SELECT * FROM orig.%Q",
zTab, zTab);
}
db_finalize(&q);
}else{
client_sync(0,0,1);
}
verify_cancel();
db_end_transaction(0);
}
|