0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 19, 2024 — Aug 19, 2025
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. 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. 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" More... almost 16 years ago
more cleanup 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. 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. 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. 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. 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. 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. More... almost 16 years ago
Add --enable-debug, --enable-smallbuild More... almost 16 years ago
Add support for Solaris (-mt, -O), and better support for gcc (-O3). 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. More... almost 16 years ago
Move table into text space. More... almost 16 years ago
Move checksum table into text space. More... almost 16 years ago
Initialize flags to 0. More... almost 16 years ago
Change the single-setup code to support a multi-threaded setup. More... almost 16 years ago
Change the single-setup code to support a multi-threaded setup. More... almost 16 years ago
Add support for multiple threads to test code. Change the single-setup code to support a multi-threaded setup. More... almost 16 years ago
Add support for multiple threads to test code. Change the single-setup code to support a multi-threaded setup. More... almost 16 years ago
Don't let the FH ref count to go negative. 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. More... almost 16 years ago
Move statistics into the IENV/IDB structures. Move the database queue into the IENV/IDB structures. 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. More... almost 16 years ago
Add auto-built comment to the top of the file. More... almost 16 years ago
Minor comment cleanup 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. More... almost 16 years ago
Minor macro use cleanup. More... almost 16 years ago
Create underlying OS thread create/join routines. More... almost 16 years ago
Checkpoint a few cleanups, the summer is over, time to get to work. More... almost 16 years ago