mariadb/cxx
Yoni Fogel 10c82d9f0c DbEnv.err
DbEnv.set_errfile

toku_db_env_err now writes to the file from set_errfile
toku_db_env_err calls toku_db_env_err_vararg

Fixed DbException.set_env, and callers of it.
Modified test1 to not use exceptions, since the test tried to use return codes.

Closes #214
Addresses #197
Addresses #215

git-svn-id: file:///svn/tokudb@1303 c7de825b-a66e-492c-adef-691d508d4ae1
2007-12-21 05:57:33 +00:00
..
tests DbEnv.err 2007-12-21 05:57:33 +00:00
db.cpp the exception class is implemented, and for db.cpp and dbenv.cpp it is called. Still need to do exceptions for dbc.cpp dbt.cpp txn.cpp. Addresses #215. 2007-12-20 23:47:44 +00:00
dbc.cpp Move db_cxx.h to include dir, and fix valgrind issues. Fixes #197. 2007-12-18 20:39:02 +00:00
dbenv.cpp DbEnv.err 2007-12-21 05:57:33 +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 DbEnv.err 2007-12-21 05:57:33 +00:00
Makefile Move db_cxx.h to include dir, and fix valgrind issues. Fixes #197. 2007-12-18 20:39:02 +00:00
txn.cpp txn.cpp and dbtxn.cpp should be one file. Addresses #215. 2007-12-20 23:49:10 +00:00