commit | cea72b2dc2f4fc9b3ebba2649da210a272536201 | [log] [tgz] |
---|---|---|
author | shane <shane@noemail.net> | Mon Sep 07 04:38:36 2009 +0000 |
committer | shane <shane@noemail.net> | Mon Sep 07 04:38:36 2009 +0000 |
tree | f77dc5dd166d76b72cfddf4d033691aa4545cff7 | |
parent | e025d1d7e51f20eca45730c0a54066eaa3336b15 [diff] [blame] |
Warning cleanup from the MSVC compile. FossilOrigin-Name: 26cd015c0ee1c18dd37f11b47ce35cfa320b3514
diff --git a/src/where.c b/src/where.c index f23133b..9859ab5 100644 --- a/src/where.c +++ b/src/where.c
@@ -2357,7 +2357,7 @@ nRow = (double)(aiRowEst[nEq] * nInMul); if( bInEst && nRow*2>aiRowEst[0] ){ nRow = aiRowEst[0]/2; - nInMul = nRow / aiRowEst[nEq]; + nInMul = (int)(nRow / aiRowEst[nEq]); } /* Assume constant cost to access a row and logarithmic cost to