mirror of
https://github.com/MariaDB/server.git
synced 2025-12-01 17:39:21 +03:00
git-svn-id: file:///svn/tokudb@1572 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
@@ -27,7 +27,7 @@ void test_env_exceptions (void) {
|
||||
DbEnv env(0);
|
||||
TC(env.open(".", DB_INIT_MPOOL | DB_CREATE | DB_PRIVATE, 0777), 0);
|
||||
DbTxn *txn;
|
||||
TC(env.txn_begin(0, &txn, 0), EINVAL); // not configured for transations
|
||||
TC(env.txn_begin(0, &txn, 0), EINVAL); // not configured for transactions
|
||||
}
|
||||
{
|
||||
DbEnv env(0);
|
||||
|
||||
Reference in New Issue
Block a user