~ubuntu-branches/ubuntu/precise/sqlite3/precise-updates

« back to all changes in this revision

Viewing changes to src/rowset.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2009-12-11 14:34:09 UTC
  • mfrom: (9.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091211143409-o29fahwmcmyd0vq1
Tags: 3.6.21-2
Run autoreconf to prevent FTBFS with new libtool (closes: #560660).

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
**
60
60
** There is an added cost of O(N) when switching between TEST and
61
61
** SMALLEST primitives.
62
 
**
63
 
** $Id: rowset.c,v 1.7 2009/05/22 01:00:13 drh Exp $
64
62
*/
65
63
#include "sqliteInt.h"
66
64