This website requires JavaScript.
Explore
Help
Sign In
database
/
mariadb
Watch
1
Star
0
Fork
0
You've already forked mariadb
mirror of
https://github.com/MariaDB/server.git
synced
2025-12-01 17:39:21 +03:00
Code
Activity
Files
7e25f30c39f64271b85f20f252ac0ed7af4a334d
mariadb
/
cxx
History
Bradley C. Kuszmaul
7e25f30c39
Made sure that get and work do something useful through the c++ interface.
Fixes
#220
.
...
git-svn-id: file:///svn/tokudb@1336 c7de825b-a66e-492c-adef-691d508d4ae1
2007-12-23 01:37:14 +00:00
..
tests
Made sure that get and work do something useful through the c++ interface.
Fixes
#220
.
2007-12-23 01:37:14 +00:00
db.cpp
add Db::del and Db::get and check that their exceptions are OK.
Fixes
#219
.
2007-12-23 01:25:54 +00:00
dbc.cpp
c++ interface is implemented (up to a point) and every method that can raise an exception is tested in exceptions.cpp.
Fixes
#197
,
#215
.
2007-12-23 01:09:09 +00:00
dbenv.cpp
Clean up the valgrind memory leaks (caused by lots of subtle c++ bugs. Addresse
#215
2007-12-21 19:59:31 +00:00
dbt.cpp
Move db_cxx.h to include dir, and fix valgrind issues.
Fixes
#197
.
2007-12-18 20:39:02 +00:00
exception.cpp
Fix up memory issues in exceptions. Addresses
#215
.
2007-12-21 11:07:29 +00:00
Makefile
Clean up the valgrind memory leaks (caused by lots of subtle c++ bugs. Addresse
#215
2007-12-21 19:59:31 +00:00
txn.cpp
Get rid of various memory leaks in the cxx (and test cxx exceptions) Addresses
#215
.
2007-12-22 18:40:22 +00:00