Skip to content

Commit

Permalink
Add back the compress option to the FTS table. It
Browse files Browse the repository at this point in the history
was left out by mistake during last commit.
  • Loading branch information
abhinav-upadhyay committed Jan 6, 2012
1 parent 2dd48dc commit ac952ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apropos-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ create_db(sqlite3 *db)
sqlstr = "CREATE VIRTUAL TABLE mandb USING fts4(section, name, "
"name_desc, desc, lib, return_vals, env, files, "
"exit_status, diagnostics, errors, md5_hash, machine, "
"tokenize=porter); " //mandb
"compress=zip, uncompress=unzip, tokenize=porter); " //mandb
"CREATE TABLE IF NOT EXISTS mandb_meta(device, inode, mtime, "
"file UNIQUE, md5_hash UNIQUE, id INTEGER PRIMARY KEY); "
//mandb_meta
Expand Down

0 comments on commit ac952ab

Please sign in to comment.