-
Notifications
You must be signed in to change notification settings - Fork 6.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change ParseInternalKey() to return Status instead of bool #7457
Commits on Sep 29, 2020
-
WIP - change ParseInternalKey() to return Status instead of bool
Ramkumar Vadivelu committedSep 29, 2020 Configuration menu - View commit details
-
Copy full SHA for d9aab86 - Browse repository at this point
Copy the full SHA d9aab86View commit details -
workaround in db/dbformat.h to avoid uninitialized field error with g…
…++ (clang works)
Ramkumar Vadivelu committedSep 29, 2020 Configuration menu - View commit details
-
Copy full SHA for d4bb356 - Browse repository at this point
Copy the full SHA d4bb356View commit details -
Ramkumar Vadivelu committed
Sep 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 4f13354 - Browse repository at this point
Copy the full SHA 4f13354View commit details -
Ramkumar Vadivelu committed
Sep 29, 2020 Configuration menu - View commit details
-
Copy full SHA for b389861 - Browse repository at this point
Copy the full SHA b389861View commit details -
cleanup and use ASSERT_OK instead of ASSERT_EQ
Ramkumar Vadivelu committedSep 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 3054388 - Browse repository at this point
Copy the full SHA 3054388View commit details -
Merge github.com:ramvadiv/rocksdb into PR_7430
Ramkumar Vadivelu committedSep 29, 2020 Configuration menu - View commit details
-
Copy full SHA for 8b26683 - Browse repository at this point
Copy the full SHA 8b26683View commit details
Commits on Sep 30, 2020
-
removed an extra assert and comments cleanup
Ramkumar Vadivelu committedSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 723cd3c - Browse repository at this point
Copy the full SHA 723cd3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5755133 - Browse repository at this point
Copy the full SHA 5755133View commit details -
fix an unchecked Status in MergeUntil()
Ramkumar Vadivelu committedSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 089c8f2 - Browse repository at this point
Copy the full SHA 089c8f2View commit details -
Merge branch 'PR_7430' of github.com:ramvadiv/rocksdb into PR_7430
Ramkumar Vadivelu committedSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 003532d - Browse repository at this point
Copy the full SHA 003532dView commit details -
Configuration menu - View commit details
-
Copy full SHA for dae0bd9 - Browse repository at this point
Copy the full SHA dae0bd9View commit details -
Ramkumar Vadivelu committed
Sep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for d6f5900 - Browse repository at this point
Copy the full SHA d6f5900View commit details -
made changes to address Andrew's review comments
Ramkumar Vadivelu committedSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 1c249f7 - Browse repository at this point
Copy the full SHA 1c249f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a2b35a - Browse repository at this point
Copy the full SHA 8a2b35aView commit details -
Ramkumar Vadivelu committed
Sep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 262164b - Browse repository at this point
Copy the full SHA 262164bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8ba51c - Browse repository at this point
Copy the full SHA b8ba51cView commit details -
return false when ParseInternalKey() returns Status not OK
Ramkumar Vadivelu committedSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for fd975be - Browse repository at this point
Copy the full SHA fd975beView commit details -
handle mark's review comment in write_batch_test.cc
Ramkumar Vadivelu committedSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 8be9d4f - Browse repository at this point
Copy the full SHA 8be9d4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bdafbfb - Browse repository at this point
Copy the full SHA bdafbfbView commit details -
reverting an extra check in db_iter_test.cc to see whether it contrib…
…uted to circleci: build-linux-shared_lib-alt_namespace-status_checked test failure
Ramkumar Vadivelu committedSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 9f1ab41 - Browse repository at this point
Copy the full SHA 9f1ab41View commit details -
Configuration menu - View commit details
-
Copy full SHA for a523a8a - Browse repository at this point
Copy the full SHA a523a8aView commit details -
fix an status not checked scenario introduced in TruncatedRangeDelIte…
…rator's constructor
Ramkumar Vadivelu committedSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 9e8368b - Browse repository at this point
Copy the full SHA 9e8368bView commit details