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
638d330909
*: use default 1s for schema lease.
2015-11-30 12:37:39 +08:00
88047a0efc
interpreter: print error when commit failed
2015-11-28 13:02:30 +08:00
6b5e22a93f
*: merge master and fix conflict.
2015-11-23 13:34:48 +08:00
d8ae7c1e36
*: Make go vet happy
2015-11-23 13:19:12 +08:00
d8765ea3ce
interpreter: add lease flag.
2015-11-20 09:23:24 +08:00
590dd8a3a3
interpreter: use a little schema even with remote storage.
2015-11-19 21:22:18 +08:00
0943aa598e
terror: unify util/errors and util/errors2 in terror.
2015-11-05 12:05:16 +08:00
48f5e9e745
interpreter: merge cases
2015-10-21 10:43:22 +08:00
57a87a603c
interpreter: Tiny clean up
2015-10-21 09:25:39 +08:00
054e1499c3
move timing as close as possible to query execution instruction
2015-10-20 18:28:28 -04:00
1d6b87185c
time and affected row report to insert/update
2015-10-20 18:17:42 -04:00
bef382e72f
report time and rows in set for query
2015-10-20 18:04:18 -04:00
a36ce20eab
interpreter: Change default dbPath
...
Fit driver changes
2015-09-10 20:29:54 +08:00
8a558a900c
interpreter: remove redundant Close.
2015-09-08 10:55:39 +08:00
b9a198587f
interpreter: mayExit return boolean instead of Exit(0)
...
Fixes issue #54
2015-09-08 10:53:17 +08:00
f7ac0723b6
*: unify gitignore
2015-09-06 14:13:33 +08:00
0d6f270068
Add files
2015-09-06 12:08:47 +08:00