| Index: third_party/sqlite/src/test/analyzeD.test
|
| diff --git a/third_party/sqlite/src/test/analyzeD.test b/third_party/sqlite/src/test/analyzeD.test
|
| index 4d46be6c648508921938e51feb45a7c37fe0b745..4588aaeebc48e53fad1a4830c4b4a74d5b00bc5c 100644
|
| --- a/third_party/sqlite/src/test/analyzeD.test
|
| +++ b/third_party/sqlite/src/test/analyzeD.test
|
| @@ -1,4 +1,4 @@
|
| -# 2005 July 22
|
| +# 2014-10-04
|
| #
|
| # The author disclaims copyright to this source code. In place of
|
| # a legal notice, here is a blessing:
|
| @@ -11,7 +11,6 @@
|
| # This file implements regression tests for SQLite library.
|
| # This file implements tests for the ANALYZE command.
|
| #
|
| -# $Id: analyze.test,v 1.9 2008/08/11 18:44:58 drh Exp $
|
|
|
| set testdir [file dirname $argv0]
|
| source $testdir/tester.tcl
|
| @@ -75,7 +74,7 @@ do_test 1.3 {
|
| } {}
|
|
|
| # Without stat1, because 3001 is larger than all samples in the stat4
|
| -# table, SQLite things that a=3001 matches just 1 row. So it (incorrectly)
|
| +# table, SQLite thinks that a=3001 matches just 1 row. So it (incorrectly)
|
| # chooses it over the c=150 index (5 rows). Even with stat1 data, things
|
| # worked this way before commit [e6f7f97dbc].
|
| #
|
| @@ -114,4 +113,3 @@ do_eqp_test 1.8 {
|
| }
|
|
|
| finish_test
|
| -
|
|
|