From ffe3543b06399c04bb737a5749e2f3dad61bf2bb Mon Sep 17 00:00:00 2001 From: qiuyesuifeng Date: Sun, 6 Sep 2015 13:56:47 +0800 Subject: [PATCH] store: update boltdb package import. --- store/localstore/boltdb/boltdb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/localstore/boltdb/boltdb.go b/store/localstore/boltdb/boltdb.go index 6109f4d75f..c5ae1cbd9b 100644 --- a/store/localstore/boltdb/boltdb.go +++ b/store/localstore/boltdb/boltdb.go @@ -17,8 +17,8 @@ import ( "os" "path" - "github.com/boltdb/bolt" "github.com/juju/errors" + "github.com/ngaut/bolt" "github.com/ngaut/log" "github.com/pingcap/tidb/store/localstore/engine" )