Merge pull request #101 from pingcap/shenli/fix-interpreter
interpreter: Change default dbPath
This commit is contained in:
@ -33,7 +33,7 @@ import (
|
||||
var (
|
||||
logLevel = flag.String("L", "error", "log level")
|
||||
store = flag.String("store", "goleveldb", "the name for the registered storage, e.g. memory, goleveldb, boltdb")
|
||||
dbPath = flag.String("dbpath", "test", "db path")
|
||||
dbPath = flag.String("dbpath", "test/test", "db path")
|
||||
|
||||
line *liner.State
|
||||
historyPath = "/tmp/tidb_interpreter"
|
||||
|
||||
Reference in New Issue
Block a user