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
1 day
ago. based on code collected
1 day
ago.
Aug 19, 2024 — Aug 19, 2025
Showing page 817 of 831
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add note: __wt_cache_clean isn't used now, but will be eventually.
Keith Bostic
More...
almost 16 years ago
Move the DBT return information into the WT_TOC structure; this means we no longer need the DBT_APPMEM flag because the WT_TOC is single-threaded, which simplifies applications.
Keith Bostic
More...
almost 16 years ago
Shuffle the name space around: move utilities to utilities/ rename connect/ to engine/ rename "connect" source/header files to "api"
Keith Bostic
More...
almost 16 years ago
more cleanup
Keith Bostic
More...
almost 16 years ago
Pass around a TOC internally because that's all we have when a user thread calls Db.get. This is the first part of moving to a TOC being the primary handle for the application.
Keith Bostic
More...
almost 16 years ago
Pass around a TOC internally because that's all we have when a user thread calls Db.get. This is the first part of moving to a TOC being the primary handle for the application.
Keith Bostic
More...
almost 16 years ago
Create N servers per database, and store them in the IDB. Create shared page repository in the IDB used by all threads before the switch to one of the per-database servers, this means Db.get and Db.recno start searching down the Btree in the application's thread before moving to the server model.
Keith Bostic
More...
almost 16 years ago
Pass around a TOC internally because that's all we have when a user thread calls Db.get. This is the first part of moving to a TOC being the primary handle for the application. Create N servers per database, and store them in the IDB; create shared page repository in the IDB used by all threads before the switch to one of the per-database servers, this means there are lots of caches and we get passed the one to use.
Keith Bostic
More...
almost 16 years ago
Create shared page repository in the IDB used by all threads before the switch to one of the per-database servers, this means Db.get and Db.recno start searching down the Btree in the application's thread before moving to the server model.
Keith Bostic
More...
almost 16 years ago
Pass around a TOC internally because that's all we have when a user thread calls Db.get. This is the first part of moving to a TOC being the primary handle for the application. Create shared page repository in the IDB used by all threads before the switch to one of the per-database servers, this means Db.get and Db.recno start searching down the Btree in the application's thread before moving to the server model.
Keith Bostic
More...
almost 16 years ago
Add --enable-debug, --enable-smallbuild
Keith Bostic
More...
almost 16 years ago
Add support for Solaris (-mt, -O), and better support for gcc (-O3).
Keith Bostic
More...
almost 16 years ago
Pass around a TOC internally because that's all we have when a user thread calls Db.get. This is the first part of moving to a TOC being the primary handle for the application. Create N servers per database, and store them in the IDB. Create shared page repository in the IDB used by all threads before the switch to one of the per-database servers, this means Db.get and Db.recno start searching down the Btree in the application's thread before moving to the server model.
Keith Bostic
More...
almost 16 years ago
Move table into text space.
Keith Bostic
More...
almost 16 years ago
Move checksum table into text space.
Keith Bostic
More...
almost 16 years ago
Initialize flags to 0.
Keith Bostic
More...
almost 16 years ago
Change the single-setup code to support a multi-threaded setup.
Keith Bostic
More...
almost 16 years ago
Change the single-setup code to support a multi-threaded setup.
Keith Bostic
More...
almost 16 years ago
Add support for multiple threads to test code. Change the single-setup code to support a multi-threaded setup.
Keith Bostic
More...
almost 16 years ago
Add support for multiple threads to test code. Change the single-setup code to support a multi-threaded setup.
Keith Bostic
More...
almost 16 years ago
Don't let the FH ref count to go negative.
Keith Bostic
More...
almost 16 years ago
Print out an error when calloc fails -- this may have to be removed at some point, some applications might bump up against the limit over and over, I think. For now, it makes memory leaks obvious. Use __wt_abort() instead of calling abort() directly.
Keith Bostic
More...
almost 16 years ago
Move statistics into the IENV/IDB structures. Move the database queue into the IENV/IDB structures.
Keith Bostic
More...
almost 16 years ago
Pass an STOC to the underlying functions, not a DB or TOC -- STOC is now the primary internal handle, referencing the ENV/DB/TOC triple as necessary.
Keith Bostic
More...
almost 16 years ago
Add auto-built comment to the top of the file.
Keith Bostic
More...
almost 16 years ago
Minor comment cleanup
Keith Bostic
More...
almost 16 years ago
The WT_ERR, WT_RET and WT_TRET macros don't need an extra level of parenthesis at the moment.
Keith Bostic
More...
almost 16 years ago
Minor macro use cleanup.
Keith Bostic
More...
almost 16 years ago
Create underlying OS thread create/join routines.
Keith Bostic
More...
almost 16 years ago
Checkpoint a few cleanups, the summer is over, time to get to work.
Keith Bostic
More...
almost 16 years ago
←
1
2
…
813
814
815
816
817
818
819
820
821
…
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