From 52224a73f1da062815400575663f50e93ed3e761 Mon Sep 17 00:00:00 2001 From: drh Date: Tue, 10 Feb 2009 13:41:42 +0000 Subject: [PATCH] Create links from backup API documentation to the backup application note. Comment changes only - no changes to code. (CVS 6275) FossilOrigin-Name: 85de23fb4e63e5c71480c4c34efec331e774d7fb --- manifest | 14 +++++++------- manifest.uuid | 2 +- src/sqlite.h.in | 6 +++++- 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/manifest b/manifest index 8a9e47c9a8..03cd42727b 100644 --- a/manifest +++ b/manifest @@ -1,5 +1,5 @@ -C Reenable\striggering\svdbe\stracing\sby\screating\sfile-system\sentries.\sAdd\sa\s(redundant)\stest\sthat\smodifying\sthe\stemp\sschema\sexpires\sall\sprepared\sstatements.\s(CVS\s6274) -D 2009-02-10T11:17:43 +C Create\slinks\sfrom\sbackup\sAPI\sdocumentation\sto\sthe\sbackup\sapplication\snote.\nComment\schanges\sonly\s-\sno\schanges\sto\scode.\s(CVS\s6275) +D 2009-02-10T13:41:42 F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0 F Makefile.in c7a5a30fb6852bd7839b1024e1661da8549878ee F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654 @@ -157,7 +157,7 @@ F src/resolve.c 18dc9f0df1d60048e012ce6632251063e0dd356a F src/rowset.c ba9375f37053d422dd76965a9c370a13b6e1aac4 F src/select.c 164934bd8a9fae29e4d21530688dbac53b420da6 F src/shell.c f109ebbb50132926ebbc173a6c2d8838d5d78527 -F src/sqlite.h.in f44c38b1e16d60de73ad3f49bffab05c00e8370c +F src/sqlite.h.in 351d24855fce9db2337b646938360d4bfa2fbf8c F src/sqlite3ext.h 1db7d63ab5de4b3e6b83dd03d1a4e64fef6d2a17 F src/sqliteInt.h 55cc7e45a7fcc166be62b984168dd69159d877eb F src/sqliteLimit.h ffe93f5a0c4e7bd13e70cd7bf84cfb5c3465f45d @@ -701,7 +701,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81 F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff F tool/speedtest8.c 2902c46588c40b55661e471d7a86e4dd71a18224 F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e -P f76b0b8129657eace0a933ac1988b472d5e79c98 -R 6e6eb1e0d0625b1ce4b37064e68eaf68 -U danielk1977 -Z 376a72b4f9c5f778523235cde007d098 +P f6590dac4612d0d05105fa820e8fcb80b5907a40 +R d5f0d03566bc83fb0de348a58289fd37 +U drh +Z f36b4865f8619c82038b33c67badf672 diff --git a/manifest.uuid b/manifest.uuid index 8e96a97eab..a0ded13a0e 100644 --- a/manifest.uuid +++ b/manifest.uuid @@ -1 +1 @@ -f6590dac4612d0d05105fa820e8fcb80b5907a40 \ No newline at end of file +85de23fb4e63e5c71480c4c34efec331e774d7fb \ No newline at end of file diff --git a/src/sqlite.h.in b/src/sqlite.h.in index e7fdfe3f69..ab989033cf 100644 --- a/src/sqlite.h.in +++ b/src/sqlite.h.in @@ -30,7 +30,7 @@ ** the version number) and changes its name to "sqlite3.h" as ** part of the build process. ** -** @(#) $Id: sqlite.h.in,v 1.428 2009/02/06 05:59:44 danielk1977 Exp $ +** @(#) $Id: sqlite.h.in,v 1.429 2009/02/10 13:41:42 drh Exp $ */ #ifndef _SQLITE3_H_ #define _SQLITE3_H_ @@ -6731,6 +6731,8 @@ struct sqlite3_pcache_methods { ** online backup operation. The sqlite3_backup object is created by ** a call to [sqlite3_backup_init()] and is destroyed by a call to ** [sqlite3_backup_finish()]. +** +** See Also: [Using the SQLite Online Backup API] */ typedef struct sqlite3_backup sqlite3_backup; @@ -6742,6 +6744,8 @@ typedef struct sqlite3_backup sqlite3_backup; ** of another. It is useful either for creating backups of databases or ** for copying in-memory databases to or from persistent files. ** +** See Also: [Using the SQLite Online Backup API] +** ** Exclusive access is required to the destination database for the ** duration of the operation. However the source database is only ** read-locked while it is actually being read, it is not locked -- 2.47.2