mirror of
https://github.com/MariaDB/server.git
synced 2025-02-02 03:51:50 +01:00
test1324 should not run under bdb. Addresses #1324.
git-svn-id: file:///svn/toku/tokudb@9101 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
e25bbcec29
commit
13f58a004f
2 changed files with 5 additions and 0 deletions
|
@ -42,6 +42,7 @@ BDB_DONTRUN_TESTS = \
|
|||
keyrange-dupsort-unflat \
|
||||
manyfiles \
|
||||
test938c \
|
||||
test1324 \
|
||||
helgrind1 \
|
||||
helgrind2 \
|
||||
helgrind3 \
|
||||
|
|
|
@ -5,6 +5,10 @@
|
|||
#include <db.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
#ifndef USE_TDB
|
||||
#error This test only works for TokuDB.
|
||||
#endif
|
||||
|
||||
void mkfile (const char *fname) {
|
||||
int fd = creat(fname, O_WRONLY);
|
||||
if (fd<0) perror("opening");
|
||||
|
|
Loading…
Add table
Reference in a new issue