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
2 days
ago. based on code collected
2 days
ago.
Sep 10, 2024 — Sep 10, 2025
Showing page 819 of 831
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Instead of storing a level in the WT_ITEM_OFFP structure, encode the type of off-page reference in the item type field. This should make off-page refs 4 bytes smaller, which is worthwhile for internal pages.
Keith Bostic
More...
over 16 years ago
Better support for printing 64-bit quantities.
Keith Bostic
More...
over 16 years ago
Don't lint utility support by default.
Keith Bostic
More...
over 16 years ago
GDB changes things so I can't get repeatable runs under it -- update the memory stuff so I can just drop core and look at the stack.
Keith Bostic
More...
over 16 years ago
Clear the page index information when we're re-cycling the page, else we leak the memory. Always call the recycle routine -- it's not expensive, and I don't want the environment cache to know about page indexes.
Keith Bostic
More...
over 16 years ago
Use %llu to display 64-bit values.
Keith Bostic
More...
over 16 years ago
Lint.
Keith Bostic
More...
over 16 years ago
Lint
Keith Bostic
More...
over 16 years ago
Make it possible to run lint on programs in other directories.
Keith Bostic
More...
over 16 years ago
Remove __wt_malloc and change __wt_realloc to take an old-size/new-size pair of arguments. The problem is applications might write secret stuff into allocated memory, after which the application frees the memory and WiredTiger re-allocates the memory, then writes it to disk or the log -- for that reason, never allocate heap memory without clearing it.
Keith Bostic
More...
over 16 years ago
Clear any re-cycled pages. Rename function to clear access-method specific information from pages, it may someday not be just the indexes we're clearing.
Keith Bostic
More...
over 16 years ago
Another rework of record numbers; this appears to work for level 4 trees, and off-page duplicates (but the latter is untested).
Keith Bostic
More...
over 16 years ago
Create large (potentially overflow) records.
Keith Bostic
More...
over 16 years ago
Line numbers are potentially more than 32-bits.
Keith Bostic
More...
over 16 years ago
Move WT_ISLEAF macro into btree.h We may want to recycle more than just the PAGE indx someday, rename now.
Keith Bostic
More...
over 16 years ago
Record numbers appear to be working, fail if the record count is wrong.
Keith Bostic
More...
over 16 years ago
Move WT_ISLEAF macro into btree.h
Keith Bostic
More...
over 16 years ago
Minor name cleanup -- we may want to clean up more than just the indx field someday.
Keith Bostic
More...
over 16 years ago
minor comment re-wording
Keith Bostic
More...
over 16 years ago
Don't modify the callback-provided DBTs, the user process may be allocating space under the covers.
Keith Bostic
More...
over 16 years ago
Lint.
Keith Bostic
More...
over 16 years ago
Lint
Keith Bostic
More...
over 16 years ago
Lint.
Keith Bostic
More...
over 16 years ago
lint
Keith Bostic
More...
over 16 years ago
Add support for Db.get_recno method.
Keith Bostic
More...
over 16 years ago
Add support for record counts in the Btree.
Keith Bostic
More...
over 16 years ago
Fix an infinite loop -- we were never re-cycling pages.
Keith Bostic
More...
over 16 years ago
Add support for record counts in the Btree. Don't use __wt_bt_page_out when __wt_cache_db_in was used to read the page.
Keith Bostic
More...
over 16 years ago
Script so it's easy to build databases for smoke testing.
Keith Bostic
More...
over 16 years ago
Add the max-level of the Btree to the DB stats. Print out the database stats first -- my guess is we'll eventually discard the DB handle stats entirely, or put them on a flag, but they're not what is generally wanted.
Keith Bostic
More...
over 16 years ago
←
1
2
…
815
816
817
818
819
820
821
822
823
…
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