aboutsummaryrefslogtreecommitdiffstats
path: root/mdbc-server
AgeCommit message (Expand)AuthorFilesLines
2019-05-03Implement postgres, fixes to eventual, and many bug fixesArthur Martella34-431/+2320
2019-04-18Switch to calcite query parserTschaen, Brendan11-229/+215
2019-04-16Row re-use fixTschaen, Brendan3-8/+23
2019-04-15Merge "Close connection also updates StateManager"Thomas Nelson2-1/+4
2019-04-15Merge "Reuse current musicrangeinformation row if possible"Thomas Nelson3-4/+25
2019-04-08Merge "New test script for MDBC"Thomas Nelson1-0/+379
2019-04-08Close connection also updates StateManagerArthur Martella2-1/+4
2019-04-05Optimize eventual readsstatta3-139/+193
2019-04-04New test script for MDBCArthur Martella1-0/+379
2019-04-04Reuse current musicrangeinformation row if possibleTschaen, Brendan3-4/+25
2019-04-04Merge "Remove benchmarks"Thomas Nelson1-1/+1
2019-04-03Remove benchmarksTschaen, Brendan1-1/+1
2019-04-03Don't call newLocks.put when lockId isn't setArthur Martella1-3/+2
2019-04-02Merge "Adding to current partition, and releaseLock bug"Thomas Nelson4-53/+61
2019-03-28Adding to current partition, and releaseLock bugTschaen, Brendan4-53/+61
2019-03-28Add primary key for delete in tx replayArthur Martella1-3/+4
2019-03-28Merge "Include primary key in insert query"Bharath Balasubramanian1-6/+23
2019-03-27Improve commit log and benchmarksArthur Martella27-721/+876
2019-03-26Include primary key in insert queryTschaen, Brendan2-8/+25
2019-03-25Merge "Warm up ranges across sites"Bharath Balasubramanian11-58/+296
2019-03-22Insert/update interchange and PS issuestatta4-109/+177
2019-03-20Warm up ranges across sitesTschaen, Brendan11-58/+296
2019-03-14Shutdown hook logicTschaen, Brendan2-0/+10
2019-03-05Remove ownership logic from mixinTschaen, Brendan12-331/+453
2019-03-05Refactorization of musicmixin's own codeTschaen, Brendan5-51/+104
2019-02-26Improve serialization and table ownEnrique Saurez17-355/+2311
2019-02-18Use MariaDB librariesTschaen, Brendan1-7/+0
2019-02-11Fix Eventual consistencyst782s3-172/+191
2019-02-07Update sql parse interfaceTschaen, Brendan3-197/+287
2019-02-05Increase timeout on junitsTschaen, Brendan1-1/+1
2019-02-01Add optimization to Eve Logicst782s5-58/+171
2019-01-31Merge "Switch to using mariadb connector"Thomas Nelson1-0/+7
2019-01-31Switch to using mariadb connectorTschaen, Brendan1-0/+7
2019-01-29Keyspace creation, and handling of mdbc_cuidEnrique Saurez14-79/+168
2019-01-23Fix node configuration/executable, and minor bugsEnrique Saurez16-105/+234
2019-01-22Add Eventual consistency logicst782s14-153/+624
2019-01-17mdbc-server throws exceptionRob Daugherty1-0/+5
2019-01-15Dag, Ownership and Checkpoint (ignore some tests)Enrique Saurez26-419/+2758
2018-12-20Remove netty dependency pulled in by music libraryTschaen, Brendan1-0/+6
2018-12-13Deprecated unused method. logged CREATE statement.Vikram Potturi1-6/+24
2018-12-13Allow configurable database nameTschaen, Brendan2-2/+4
2018-12-07Clean up ownership workTschaen, Brendan9-267/+224
2018-12-04CreateNodeConfigurations never exitsRob Daugherty1-0/+1
2018-12-03Set cause of Exceptions in MDBCArthur Martella9-57/+58
2018-11-30Upgrade to MUSIC 3.2.1Rob Daugherty6-23/+60
2018-11-29ownership and relinquishEnrique Saurez20-2206/+3074
2018-11-26MySQL JUnit testTschaen, Brendan7-41/+114
2018-11-20Replay operations into SQL DBTschaen, Brendan6-175/+257
2018-11-20MusicSqlManager Removal, othe code refactorsTschaen, Brendan21-2106/+1636
2018-11-20Merge "TxDigest replay and code restructure"Bharath Balasubramanian31-1147/+810