Upgrade repodb with fts virtual table.
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/repodb.h
@@ -174,6 +174,9 @@ static const char initsql[] = ""
|
|
|
|
|
|
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -319,6 +322,11 @@ static const struct repo_changes repo_upgrades[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -327,6 +335,10 @@ static const struct repo_changes repo_upgrades[] = {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|