This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 503
Refactor Tasks to use builders. Do not replicate startup DDL. #1594
Closed
Commits on May 27, 2021
-
Task refactoring, see extended comment.
- Refactor TaskDDL and TaskDML to use builders. - Track default database OID in catalog, expose via GetDefaultDatabaseOid. - Refuse INVALID_DB_OID to force callers to do the right thing, i.e., explicitly specify what database they are interacting with. - Change TryLoadStartupDDL to fail loudly instead of silently. - Disable replication of TryLoadStartupDDL.
Configuration menu - View commit details
-
Copy full SHA for 39926e4 - Browse repository at this point
Copy the full SHA 39926e4View commit details -
- Add TransactionPolicy arg to QueryExecUtil::BeginTransaction. - Change a const unique_ptr<> & to a ManagedPointer. - Allow SetReplicationPolicy(DISABLE) if DurabilityPolicy is also DISABLE. - Nitpick at function docstrings in QueryExecUtil. - Question: what should DurabilityPolicy be for internal table tasks? - Found bug, see cmu-db#1595.
Configuration menu - View commit details
-
Copy full SHA for b815676 - Browse repository at this point
Copy the full SHA b815676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80a48aa - Browse repository at this point
Copy the full SHA 80a48aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for cdd8d05 - Browse repository at this point
Copy the full SHA cdd8d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ba9c4 - Browse repository at this point
Copy the full SHA 45ba9c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99f2b7f - Browse repository at this point
Copy the full SHA 99f2b7fView commit details
Commits on Jun 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 26449c9 - Browse repository at this point
Copy the full SHA 26449c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55de9f2 - Browse repository at this point
Copy the full SHA 55de9f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ee2376 - Browse repository at this point
Copy the full SHA 9ee2376View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff3010a - Browse repository at this point
Copy the full SHA ff3010aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e87eb21 - Browse repository at this point
Copy the full SHA e87eb21View commit details -
Configuration menu - View commit details
-
Copy full SHA for a20b4bb - Browse repository at this point
Copy the full SHA a20b4bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 906b47d - Browse repository at this point
Copy the full SHA 906b47dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02def3f - Browse repository at this point
Copy the full SHA 02def3fView commit details
Commits on Jun 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2038aec - Browse repository at this point
Copy the full SHA 2038aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f70457 - Browse repository at this point
Copy the full SHA 8f70457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9599705 - Browse repository at this point
Copy the full SHA 9599705View commit details -
Add txn_policy as WriteToDB parameter.
Push txn_policy into the metrics manager.
Configuration menu - View commit details
-
Copy full SHA for 1233a2f - Browse repository at this point
Copy the full SHA 1233a2fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.