mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
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
This commit is contained in:
@@ -36,3 +36,8 @@ DbEnv *DbException::get_env() const
|
||||
{
|
||||
return the_env;
|
||||
}
|
||||
|
||||
void DbException::set_env(DbEnv *new_env)
|
||||
{
|
||||
the_env = new_env;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user