mirror of
https://github.com/MariaDB/server.git
synced 2025-11-30 05:23:50 +03:00
add Db::set_errpfx. closes #272
git-svn-id: file:///svn/tokudb@1654 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
@@ -167,6 +167,10 @@ int Db::associate(DbTxn *txnid, Db *secondary, int (*callback)(Db *secondary, co
|
||||
return the_Env->maybe_throw_error(ret);
|
||||
}
|
||||
|
||||
void Db::set_errpfx(const char *errpfx) {
|
||||
the_Env->set_errpfx(errpfx);
|
||||
}
|
||||
|
||||
void Db::set_error_stream(std::ostream *new_error_stream) {
|
||||
the_Env->set_error_stream(new_error_stream);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user