Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: impl/memory/datastore.go

Issue 1894403002: datastore: Fix AddIndexes with existing namespaces (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/gae@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | impl/memory/datastore_data.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/memory/datastore.go
diff --git a/impl/memory/datastore.go b/impl/memory/datastore.go
index 4ebfac0d4a647b1a7933613b4833006021a337a0..6d07293da48b29d72b8c31fabf2a274438bc63f8 100644
--- a/impl/memory/datastore.go
+++ b/impl/memory/datastore.go
@@ -130,7 +130,7 @@ func (d *dsImpl) AddIndexes(idxs ...*ds.IndexDefinition) {
}
}
- d.data.addIndexes(d.ns, idxs)
+ d.data.addIndexes(idxs)
}
func (d *dsImpl) TakeIndexSnapshot() ds.TestingSnapshot {
« no previous file with comments | « no previous file | impl/memory/datastore_data.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698