Chromium Code Reviews

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: minor fixes Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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
dnj 2015/08/28 16:37:54 :D
iannucci 2015/08/28 19:48:55 Yep, just for tests. This doesn't affect anything
+
type memContextObj interface {
sync.Locker
canApplyTxn(m memContextObj) bool

Powered by Google App Engine