analyse table once generated

This commit is contained in:
hummypkg 2013-03-16 23:58:56 +00:00 committed by HummyPkg
parent 9ec88c235a
commit a21b64b158
1 changed files with 3 additions and 1 deletions

4
main.c
View File

@ -21,7 +21,7 @@
#include "lint.h"
int debug = 0;
const char *version = "1.0.12";
const char *version = "1.0.13";
unsigned long sysopts = 0;
unsigned long filterflags = 0;
static time_t latest_stamp = 0;
@ -271,8 +271,10 @@ void
sqlitedumpend(char *file)
{
char buf[MAXPATHLEN + 1];
char *error;
sqlite3_finalize(stmt);
EXEC("analyze epg");
sqlite3_close(db);
sprintf(buf, "%s.load", file);