Fix comment typo in analyze.c. Ticket #2434. (CVS 4101)
FossilOrigin-Name: df9957b94737b76ed7b1de77bb22bb27c7ae2dcf
This commit is contained in:
parent
a959ac4588
commit
4c1038388e
12
manifest
12
manifest
@ -1,5 +1,5 @@
|
||||
C Fix\sa\sbug\sin\sthe\scommand-line\sshell\sthat\sprevents\sthe\nreading\sof\sthe\s".sqliterc"\sfile.\s\sTicket\s#2433.\s(CVS\s4100)
|
||||
D 2007-06-20T13:10:01
|
||||
C Fix\scomment\stypo\sin\sanalyze.c.\s\sTicket\s#2434.\s(CVS\s4101)
|
||||
D 2007-06-20T13:37:31
|
||||
F Makefile.in 5babd49c427a0e82e849c89a4d3c3c1e607ec014
|
||||
F Makefile.linux-gcc 2d8574d1ba75f129aba2019f0b959db380a90935
|
||||
F README 9c4e2d6706bdcc3efdd773ce752a8cdab4f90028
|
||||
@ -60,7 +60,7 @@ F sqlite3.1 6be1ad09113570e1fc8dcaff84c9b0b337db5ffc
|
||||
F sqlite3.def a96c1d0d39362b763d2ddba220a32da41a15c4b4
|
||||
F sqlite3.pc.in 985b9bf34192a549d7d370e0f0b6b34a4f61369a
|
||||
F src/alter.c 1b1deeb97446ed87f2fa17a3eb6236548841a348
|
||||
F src/analyze.c e8fcb1c35ace8418615eb18d9601f321ac86b2ec
|
||||
F src/analyze.c 8d345472e0f4e44fc88f5cf489c16dcb77904525
|
||||
F src/attach.c ba628db0c2b6a362f036d017bf1196cdfe4ebb37
|
||||
F src/auth.c 5ea90bc93dfea46e9fe4bf531e14c7cd98219ecb
|
||||
F src/btree.c bde03df933f8295e984b831779a318cc7c38f339
|
||||
@ -508,7 +508,7 @@ F www/tclsqlite.tcl 8be95ee6dba05eabcd27a9d91331c803f2ce2130
|
||||
F www/vdbe.tcl 87a31ace769f20d3627a64fa1fade7fed47b90d0
|
||||
F www/version3.tcl 890248cf7b70e60c383b0e84d77d5132b3ead42b
|
||||
F www/whentouse.tcl fc46eae081251c3c181bd79c5faef8195d7991a5
|
||||
P 9581e7a4a4d74b08ce5380b49862957c804e46bb
|
||||
R f4eb90ca2d9868c8b1b11339c212e254
|
||||
P 6eaf29f5e1e99b066825a1ccf34c82c9da6da826
|
||||
R 942bb2e27eefaab302091ea0e1fe7cf6
|
||||
U drh
|
||||
Z b7c7cc5fb84a83aff8a2eb79b3841116
|
||||
Z 5e730746ca1bac3aaacfa481a54f6b5d
|
||||
|
@ -1 +1 @@
|
||||
6eaf29f5e1e99b066825a1ccf34c82c9da6da826
|
||||
df9957b94737b76ed7b1de77bb22bb27c7ae2dcf
|
@ -11,7 +11,7 @@
|
||||
*************************************************************************
|
||||
** This file contains code associated with the ANALYZE command.
|
||||
**
|
||||
** @(#) $Id: analyze.c,v 1.18 2007/05/12 12:08:51 drh Exp $
|
||||
** @(#) $Id: analyze.c,v 1.19 2007/06/20 13:37:31 drh Exp $
|
||||
*/
|
||||
#ifndef SQLITE_OMIT_ANALYZE
|
||||
#include "sqliteInt.h"
|
||||
@ -174,7 +174,7 @@ static void analyzeOneTable(
|
||||
|
||||
/* Store the results.
|
||||
**
|
||||
** The result is a single row of the sqlite_stmt1 table. The first
|
||||
** The result is a single row of the sqlite_stat1 table. The first
|
||||
** two columns are the names of the table and index. The third column
|
||||
** is a string composed of a list of integer statistics about the
|
||||
** index. The first integer in the list is the total number of entires
|
||||
|
Loading…
x
Reference in New Issue
Block a user