Skip to content

Commit

Permalink
Re-add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Micah-Kolide committed Feb 26, 2024
1 parent 861772c commit c5baea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osquery/sql/virtual_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -772,6 +772,7 @@ static int xBestIndex(sqlite3_vtab* tab, sqlite3_index_info* pIdxInfo) {
} else if (options & ColumnOptions::ADDITIONAL) {
cost = 3;
} else {
// not indexed, let sqlite filter it
continue;
}

Expand Down

0 comments on commit c5baea5

Please sign in to comment.