0
I Use This!
Very High Activity

Commits : Listings

Analyzed about 21 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
bug fix: active pool was using the wrong time out value to poll for long running queries. More... almost 12 years ago
parser extenstions: - allow " for strings - allow ` for identifiers - allow @ for identifiers More... almost 12 years ago
bug fix: honor invalidation commits while in shutdown mode. More... almost 12 years ago
Added tag weekly for changeset 5d00e802193d More... about 12 years ago
Added tag weekly.2012-05-14 for changeset ed469907f471 More... about 12 years ago
rename to clarify the purpose of this code More... about 12 years ago
rename more sensibly More... about 12 years ago
new zk.MetaConn to abstract away choosing zk Conn by the path referenced introduce a zk conn interface to make the code easier to update fix a number of unit tests to preform more reliably and bring up a test zk instance More... about 12 years ago
fix whitespace trimming More... about 12 years ago
tabletserver: ExecuteBatch now returns a QueryResult list More... about 12 years ago
bug fix: pk column validation for row cache was incorrect. More... about 12 years ago
gofmt More... about 12 years ago
change code to panic on path errors More... about 12 years ago
a lot of path refactoring, removing ad-hoc methods More... about 12 years ago
add mysql-5.5 error message as possible response to timeout More... about 12 years ago
Fix for exception in test harness due to attribute out of scope/missing. More... about 12 years ago
Added tag weekly for changeset 91b5ee2723fd More... about 12 years ago
Added tag weekly.2012-05-03 for changeset 4fdedbec1caf More... about 12 years ago
perf bug fix: Reinitialze chunked buffer on reset so previous memory gets garbage collected. More... about 12 years ago
added transaction support for invalidation API. changed invalidation API to validate that strings are base64 encoded. fixed minor dbug/vars reporting problem if vtocc could not initialize correctly. More... about 12 years ago
bson marshal: Don't use Reserve for string & bytes data, they may be too long. resurrected schema reloader. it's still needed. readable query info error message. remove ever-changing auto_increment info before hashing table info. More... about 12 years ago
minor reporting bug fix in query cache. More... about 12 years ago
optimization stagte2: chunked writer for bson More... about 12 years ago
snitch auto-registers, so don't expose that method More... about 12 years ago
fix umgmt ListenAndServe to wait for the shutdown callbacks to execute More... about 12 years ago
Added tag weekly for changeset 94f1d4a47c23 More... about 12 years ago
Added tag weely.2012-04-17 for changeset 64b824463cd6 More... about 12 years ago
optimzation stage1: - Cache & reuse field info for selects - Optimization in QueryBson for reading - Move the defer closure out of Execute into its own function - Delete unused execCacheResult More... about 12 years ago
add tool to ping a umgmt socket - trying to debug sporadic failure of graceful restart More... about 12 years ago
bug fix: Handle the case of cardinality being NULL. More... about 12 years ago