Files
tidb/interpreter
dongxu f37bd11d16 interpreter: add dbname param
avoid this:
./interpreter -store hbase -dbpath localhost/test/test

the command below is more clear:
./interpreter -store hbase -dbpath localhost/tidb -dbname test
2015-12-07 16:05:18 +08:00
..
2015-12-07 16:05:18 +08:00