openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
WiredTiger
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
5 days
ago. based on code collected
5 days
ago.
Aug 14, 2024 — Aug 14, 2025
Showing page 828 of 831
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
First attempt to create internal pages.
Keith Bostic
More...
over 16 years ago
Add Db.close method.
Keith Bostic
More...
over 16 years ago
First attempt to create internal pages. 0 is a valid frag offset, make the invalid frag the maximum 32-but value. Remove notion of "root" pages (may come back, but don't need it right now). Remove notion of separate internal page structure: it's the same as the offpage structure we already have. Rename __wt_page_inmem to be __wt_page: we now have code that actually uses an in-memory structure.
Keith Bostic
More...
over 16 years ago
Add FreeBSD's bitstring.h into the include files -- we're going to need it for full-file verification.
Keith Bostic
More...
over 16 years ago
Add bitstring.h, we're going to need that for full-file verification.
Keith Bostic
More...
over 16 years ago
Clean up item types, make internal keys work (well, untested, but I have hopes).
Keith Bostic
More...
over 16 years ago
Re-work verify to verify almost all of the leaf pages, both primary and offpage dup sets. The only thing missing is reconciliation of different parts of the tree, and I'm waiting on internal pages to do that work.
Keith Bostic
More...
over 16 years ago
Move hdr and item print routines into misc.c, verify needs them.
Keith Bostic
More...
over 16 years ago
Clean up item types.
Keith Bostic
More...
over 16 years ago
Clean up item types. Move hdr and item print routines into misc.c, verify needs them.
Keith Bostic
More...
over 16 years ago
We can't reasonably check for duplicate duplicates in bulk load, don't even try (the obvious case is two identical items separated by a different item). Verify will have to pick up this job.
Keith Bostic
More...
over 16 years ago
Add off-page type.
Keith Bostic
More...
over 16 years ago
Add alloc_size field for DBTs, it's the library memory allocated for this DBT. Add a (currently unused) flags field to the DBT.
Keith Bostic
More...
over 16 years ago
Off-page duplicate sets are working as far as I know -- we can now handle sets on pages that are full, but where the set isn't over the limit per page.
Keith Bostic
More...
over 16 years ago
Rename __wt_bt_XXX routines to be __wt_db_XXX for now, we only have a single access method and so it's simpler.
Keith Bostic
More...
over 16 years ago
Rename the comparison routines for clarity.
Keith Bostic
More...
over 16 years ago
Add duplicate comparison function.
Keith Bostic
More...
over 16 years ago
Off-page duplicate sets are working as far as I know -- we can now handle sets on pages that are full, but where the set isn't over the limit per page. Rename __wt_bt_XXX routines to be __wt_db_XXX for now, we only have a single access method and so it's simpler. Update the dump routines to handle off-page dup sets. Re-factor the debug dump routines for easier calling from GDB.
Keith Bostic
More...
over 16 years ago
Re-work page & item types, we can almost bulk-load duplicates, now -- we move them off-page, but we don't yet keep going.
Keith Bostic
More...
over 16 years ago
make flag/field isset macros return a binary value, add a CLEAR macro.
Keith Bostic
More...
over 16 years ago
Re-work page & item types, we can almost bulk-load duplicates.
Keith Bostic
More...
over 16 years ago
Handle static functions.
Keith Bostic
More...
over 16 years ago
Expand the types to support duplicates and overflow items.
Keith Bostic
More...
over 16 years ago
Expand the types to support duplicates and overflow items. Remove db->frags_per_page in favor of a macro, WT_FRAGS_PER_PAGE.
Keith Bostic
More...
over 16 years ago
We run in dist, no need to append to our path.
Keith Bostic
More...
over 16 years ago
Remove flags.in, the script updates wiredtiger.in in place.
Keith Bostic
More...
over 16 years ago
Update the flags section in place.
Keith Bostic
More...
over 16 years ago
Rename getset.py to be api.py (it's more than just getter/setter), change api_defines.py to update wiredtiger.in in place.
Keith Bostic
More...
over 16 years ago
Clean up imports, move compare_srcfile here, it's used by more than just api.py.
Keith Bostic
More...
over 16 years ago
Update wiredtiger.in in place.
Keith Bostic
More...
over 16 years ago
←
1
2
…
823
824
825
826
827
828
829
830
831
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree