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

Unified Diff: impl/memory/context.go

Issue 1302813003: impl/memory: Implement Queries (Closed) Base URL: https://github.com/luci/gae.git@add_multi_iterator
Patch Set: stringSet everywhere Created 5 years, 4 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 | « impl/memory/binary_tools.go ('k') | impl/memory/datastore.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/memory/context.go
diff --git a/impl/memory/context.go b/impl/memory/context.go
index 4edef60e087d20c596990a77cf793c2a64cacc95..bb784ec540c1603c2194a1f5da2f36e42106285a 100644
--- a/impl/memory/context.go
+++ b/impl/memory/context.go
@@ -12,6 +12,8 @@ import (
"golang.org/x/net/context"
)
+var serializationDeterministic = false
+
type memContextObj interface {
sync.Locker
canApplyTxn(m memContextObj) bool
« no previous file with comments | « impl/memory/binary_tools.go ('k') | impl/memory/datastore.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698