Merge branch 'pkg-fts'
modified external/Makefile.am
@@ -199,6 +199,7 @@ sqlite_common_cflags= -DHAVE_SQLITE_CONFIG_H \
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -167,6 +167,10 @@ typedef enum {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -7,6 +7,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -72,7 +73,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -630,6 +631,10 @@ pkgdb_init(sqlite3 *sdb)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -649,6 +654,8 @@ pkgdb_init(sqlite3 *sdb)
|
|
|
|
|
|
| + | |
| + | |
|
|
|
|
|
@@ -1510,6 +1517,12 @@ pkgdb_get_pattern_query(const char *pattern, match_t match)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -1540,6 +1553,9 @@ pkgdb_get_match_how(match_t match)
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2311,6 +2327,7 @@ typedef enum _sql_prstmt_index {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -2503,10 +2520,16 @@ static sql_prstmt sql_prepared_statements[PRSTMT_LAST] = {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -2676,6 +2699,11 @@ pkgdb_register_pkg(struct pkgdb *db, struct pkg *pkg, int complete, int forced)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb_repo.c
@@ -59,7 +59,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -81,6 +81,7 @@ typedef enum _sql_prstmt_index {
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -177,8 +178,15 @@ static sql_prstmt sql_prepared_statements[PRSTMT_LAST] = {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -426,7 +434,7 @@ maybe_delete_conflicting(const char *origin, const char *version,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -441,7 +449,7 @@ maybe_delete_conflicting(const char *origin, const char *version,
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -514,6 +522,12 @@ try_again:
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -613,7 +627,7 @@ try_again:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/db_upgrades.h
@@ -2,7 +2,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -555,6 +555,12 @@ static struct db_upgrades {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/repodb.h
@@ -174,6 +174,11 @@ static const char initsql[] = ""
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -319,6 +324,13 @@ static const struct repo_changes repo_upgrades[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -327,6 +339,10 @@ static const struct repo_changes repo_upgrades[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|