Fix a typo in the documentation. Ticket #3219. (CVS 5411)
FossilOrigin-Name: 3dc72a46171020c62e6028d113b0e0f5ab05d159
This commit is contained in:
parent
3ddb5a5104
commit
584ff18996
14
manifest
14
manifest
@ -1,5 +1,5 @@
|
||||
C Have\sthe\srtree\sextension\spublish\stwo\svirtual\stable\stypes:\s"rtree"\sand\s"rtree_i32".\srtree_i32\sstores\scoordinate\sdata\sas\s32-bit\ssigned\sintegers.\srtree\suses\s32-bit\sreal\s(floating\spoint)\svalues.\s(CVS\s5410)
|
||||
D 2008-07-14T15:37:01
|
||||
C Fix\sa\stypo\sin\sthe\sdocumentation.\s\sTicket\s#3219.\s(CVS\s5411)
|
||||
D 2008-07-14T18:38:17
|
||||
F Makefile.arm-wince-mingw32ce-gcc fcd5e9cd67fe88836360bb4f9ef4cb7f8e2fb5a0
|
||||
F Makefile.in a03f7cb4f7ad50bc53a788c6c544430e81f95de4
|
||||
F Makefile.linux-gcc d53183f4aa6a9192d249731c90dbdffbd2c68654
|
||||
@ -143,7 +143,7 @@ F src/printf.c 36895cfc04fd235af3a6cc162078d751b88bd811
|
||||
F src/random.c 5c754319d38abdd6acd74601ee0105504adc508a
|
||||
F src/select.c b909e21358f141627d1cadfdfbdb43ec08ed0a4b
|
||||
F src/shell.c 4b835fe734304ac22a3385868cd3790c1e4f7aa1
|
||||
F src/sqlite.h.in cba45393b1a1064c27204724b5174d90f114e91d
|
||||
F src/sqlite.h.in f85aad3e88f382474407672ad5950c5d4328826d
|
||||
F src/sqlite3ext.h 1e3887c9bd3ae66cb599e922824b04cd0d0f2c3e
|
||||
F src/sqliteInt.h aebce6d82210334fe00e6d5fa4bb6768cf02f184
|
||||
F src/sqliteLimit.h f435e728c6b620ef7312814d660a81f9356eb5c8
|
||||
@ -605,7 +605,7 @@ F tool/speedtest16.c c8a9c793df96db7e4933f0852abb7a03d48f2e81
|
||||
F tool/speedtest2.tcl ee2149167303ba8e95af97873c575c3e0fab58ff
|
||||
F tool/speedtest8.c 1dbced29de5f59ba2ebf877edcadf171540374d1
|
||||
F tool/speedtest8inst1.c 293327bc76823f473684d589a8160bde1f52c14e
|
||||
P 5bfc962533995530a0ef0875556f9f46e8dbf68b
|
||||
R 39404ee872afb35ff09c42f055604afd
|
||||
U danielk1977
|
||||
Z 2a93a0c5a03fb958f7f8abea1f4df604
|
||||
P c060a9a6beca455bdceee9ce6ca71a7262f98a5f
|
||||
R f1cf792514fd75a27596e2a43ce502f1
|
||||
U drh
|
||||
Z c55669db705c2547daf67dc6154f8afd
|
||||
|
@ -1 +1 @@
|
||||
c060a9a6beca455bdceee9ce6ca71a7262f98a5f
|
||||
3dc72a46171020c62e6028d113b0e0f5ab05d159
|
@ -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.370 2008/07/13 03:55:04 drh Exp $
|
||||
** @(#) $Id: sqlite.h.in,v 1.371 2008/07/14 18:38:17 drh Exp $
|
||||
*/
|
||||
#ifndef _SQLITE3_H_
|
||||
#define _SQLITE3_H_
|
||||
@ -1126,7 +1126,7 @@ struct sqlite3_mem_methods {
|
||||
** alternative low-level mutex routines to be used in place
|
||||
** the mutex routines built into SQLite.</dd>
|
||||
**
|
||||
** <dt>SQLITE_CONFIG_GETMALLOC</dt>
|
||||
** <dt>SQLITE_CONFIG_GETMUTEX</dt>
|
||||
** <dd>This option takes a single argument which is a pointer to an
|
||||
** instance of the [sqlite3_mutex_methods] structure. The
|
||||
** [sqlite3_mutex_methods]
|
||||
|
Loading…
x
Reference in New Issue
Block a user