mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
Don't run {{{test_txn_abort9.bdb}}} under BDB 4.3. Addresses #803.
git-svn-id: file:///svn/tokudb@3888 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
14c37d2d06
commit
14e377ce30
1 changed files with 7 additions and 0 deletions
|
@ -10,6 +10,13 @@
|
|||
//
|
||||
void test_abort_close(void) {
|
||||
|
||||
#ifndef USE_TDB
|
||||
#if DB_VERSION_MAJOR==4 && DB_VERSION_MINOR==3
|
||||
fprintf(stderr, "%s does not work for BDB %d.%d. Not running\n", __FILE__, DB_VERSION_MAJOR, DB_VERSION_MINOR);
|
||||
return;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
system("rm -rf " ENVDIR);
|
||||
mkdir(ENVDIR, 0777);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue