Down-integrate changes from Kythe to the http_server code.

This commit is contained in:
Pierre Bourdon
2015-08-05 02:02:12 +02:00
parent e1ba462484
commit 0fb4d83be3

View File

@@ -87,7 +87,7 @@ func main() {
}
defer db.Close()
tbl := &table.KVProto{db}
xs = &xsrv.Table{tbl}
xs = xsrv.NewCombinedTable(tbl)
ft = &ftsrv.Table{tbl}
esr = &esrchsrv.Table{&table.KVInverted{db}}