Use "affected" instead of "effected". Ticket #2589. No code changes. (CVS 4309)
FossilOrigin-Name: 4c5631ce347a25dd6df90e7e4395a55cd750c1c9
This commit is contained in:
parent
84f786fcdd
commit
6e513c16dc
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Add\ssome\scomments\sand\stest-cases\sfor\sthe\sglobal\slru\spage\slist\s(used\sby\ssqlite3_release_memory()).\s(CVS\s4308)
|
||||
D 2007-08-28T08:00:18
|
||||
C Use\s"affected"\sinstead\sof\s"effected".\sTicket\s#2589.\sNo\scode\schanges.\s(CVS\s4309)
|
||||
D 2007-08-28T08:19:49
|
||||
F Makefile.in e8296e112b8942a96c0ed504398bd0d43e3c67ce
|
||||
F Makefile.linux-gcc 65241babba6faf1152bf86574477baab19190499
|
||||
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
|
||||
@ -551,7 +551,7 @@ F www/opcode.tcl 5bd68059416b223515a680d410a9f7cb6736485f
|
||||
F www/optimizer.tcl d6812a10269bd0d7c488987aac0ad5036cace9dc
|
||||
F www/optimizing.tcl f0b2538988d1bbad16cbfe63ec6e8f48c9eb04e5
|
||||
F www/optoverview.tcl 815df406a38c9f69b27d37e8f7ede004c6d9f19e
|
||||
F www/pragma.tcl b605c43e966fbe1c5803e38b88b26cfa1b7b0737
|
||||
F www/pragma.tcl 93b37b2b7f39be33d3462416f2af8a627561960a
|
||||
F www/quickstart.tcl 8708a4ca83fbf55c66af1782992626f20c3df095
|
||||
F www/shared.gif 265bae80c5b311c5a86e47662821076ffaf5c6ea
|
||||
F www/sharedcache.tcl 3ebec81110e606af6fd65a3c4c19562cb173b29c
|
||||
@ -563,7 +563,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
|
||||
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
|
||||
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
|
||||
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
|
||||
P b8cc493b47e618648f645ab73eb0253739e03fcd
|
||||
R 89ac354b82d38fc45db7b69d7f01c4df
|
||||
P 0b80168895993af5774369f839f284712d006f0a
|
||||
R 7610277ea9051d836542a0c04579395a
|
||||
U danielk1977
|
||||
Z 4eb080ba40501ea8bb2df84791a3ceaa
|
||||
Z 95fb86aadcf396713336ecdc72fdd0e3
|
||||
|
@ -1 +1 @@
|
||||
0b80168895993af5774369f839f284712d006f0a
|
||||
4c5631ce347a25dd6df90e7e4395a55cd750c1c9
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# Run this Tcl script to generate the pragma.html file.
|
||||
#
|
||||
set rcsid {$Id: pragma.tcl,v 1.27 2007/07/24 10:22:58 drh Exp $}
|
||||
set rcsid {$Id: pragma.tcl,v 1.28 2007/08/28 08:19:49 danielk1977 Exp $}
|
||||
source common.tcl
|
||||
header {Pragma statements supported by SQLite}
|
||||
|
||||
@ -320,7 +320,7 @@ PRAGMA <b>main.</b>locking_mode=EXCLUSIVE;
|
||||
<p>The "temp" database (in which TEMP tables and indices are stored)
|
||||
always uses exclusive locking mode. The locking mode of temp cannot
|
||||
be changed. All other databases use the normal locking mode by default
|
||||
and are effected by this pragma.</p>
|
||||
and are affected by this pragma.</p>
|
||||
</li>
|
||||
|
||||
<a name="pragma_page_size"></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user