mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
Move db-scan up one level. [t:1904]
git-svn-id: file:///svn/toku/tokudb@13649 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
bdbc846a9d
commit
8869faa18c
4 changed files with 3 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
default: db-insert db-insert-bdb
|
||||
CPPFLAGS = -I../include
|
||||
LDFLAGS = -L../.. -lfractaltreeindex -Wl,-rpath,../..
|
||||
CPPFLAGS = -I./include
|
||||
LDFLAGS = -L.. -lfractaltreeindex -Wl,-rpath,..
|
||||
db-insert-bdb: db-insert.c
|
||||
cc -ldb db-insert.c -o db-insert-bdb -DBDB
|
||||
default: db-insert
|
||||
|
|
|
@ -85,7 +85,7 @@ static void do_prelock(DB* db, DB_TXN* txn) {
|
|||
|
||||
#define STRINGIFY2(s) #s
|
||||
#define STRINGIFY(s) STRINGIFY2(s)
|
||||
const char *dbdir = "../bench." STRINGIFY(DIRSUF);
|
||||
const char *dbdir = "./bench." STRINGIFY(DIRSUF);
|
||||
char *dbfilename = "bench.db";
|
||||
char *dbname;
|
||||
|
||||
|
|
|
@ -1,9 +0,0 @@
|
|||
DIRSUF = db
|
||||
CPPFLAGS = -I../include -DDIRSUF=$(DIRSUF)
|
||||
LDFLAGS = -L../.. -lfractaltreeindex -Wl,-rpath,../..
|
||||
|
||||
default: db-scan
|
||||
|
||||
clean:
|
||||
rm -rf db-scan bench.$(DIRSUF)
|
||||
|
Loading…
Add table
Reference in a new issue