mirror of
https://github.com/MariaDB/server.git
synced 2025-12-01 17:39:21 +03: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:
committed by
Yoni Fogel
parent
bdbc846a9d
commit
8869faa18c
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user