File tree 7 files changed +6
-114
lines changed
7 files changed +6
-114
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ package executor
16
16
import (
17
17
"context"
18
18
19
- "github.com/cznic/mathutil"
20
19
"github.com/pingcap/errors"
21
20
"github.com/pingcap/tidb/planner/core"
22
21
"github.com/pingcap/tidb/util/chunk"
22
+ "github.com/pingcap/tidb/util/mathutil"
23
23
)
24
24
25
25
// ExplainExec represents an explain executor.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ require (
34
34
github.com/pingcap/errors v0.11.5-0.20190809092503-95897b64e011
35
35
github.com/pingcap/failpoint v0.0.0-20191029060244-12f4ac2fd11d
36
36
github.com/pingcap/fn v0.0.0-20191016082858-07623b84a47d
37
- github.com/pingcap/goleveldb v0.0.0-20171020122428-b9ff6c35079e
37
+ github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989
38
38
github.com/pingcap/kvproto v0.0.0-20191217072959-393e6c0fd4b7
39
39
github.com/pingcap/log v0.0.0-20191012051959-b742a5d432e9
40
40
github.com/pingcap/parser v0.0.0-20191223023445-b93660cf3e4e
Original file line number Diff line number Diff line change @@ -195,6 +195,8 @@ github.com/pingcap/fn v0.0.0-20191016082858-07623b84a47d h1:rCmRK0lCRrHMUbS99BKF
195
195
github.com/pingcap/fn v0.0.0-20191016082858-07623b84a47d /go.mod h1:fMRU1BA1y+r89AxUoaAar4JjrhUkVDt0o0Np6V8XbDQ =
196
196
github.com/pingcap/goleveldb v0.0.0-20171020122428-b9ff6c35079e h1:P73/4dPCL96rGrobssy1nVy2VaVpNCuLpCbr+FEaTA8 =
197
197
github.com/pingcap/goleveldb v0.0.0-20171020122428-b9ff6c35079e /go.mod h1:O17XtbryoCJhkKGbT62+L2OlrniwqiGLSqrmdHCMzZw =
198
+ github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 h1:surzm05a8C9dN8dIUmo4Be2+pMRb6f55i+UIYrluu2E =
199
+ github.com/pingcap/goleveldb v0.0.0-20191226122134-f82aafb29989 /go.mod h1:O17XtbryoCJhkKGbT62+L2OlrniwqiGLSqrmdHCMzZw =
198
200
github.com/pingcap/kvproto v0.0.0-20191211054548-3c6b38ea5107 h1:IXAs9fKFQZJVHf9cXWfUh8Nq8zPO9ihgPgNuU1j7bIo =
199
201
github.com/pingcap/kvproto v0.0.0-20191211054548-3c6b38ea5107 /go.mod h1:WWLmULLO7l8IOcQG+t+ItJ3fEcrL5FxF0Wu+HrMy26w =
200
202
github.com/pingcap/kvproto v0.0.0-20191213111810-93cb7c623c8b /go.mod h1:WWLmULLO7l8IOcQG+t+ItJ3fEcrL5FxF0Wu+HrMy26w =
Original file line number Diff line number Diff line change 10
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
11
// See the License for the specific language governing permissions and
12
12
// limitations under the License.
13
+ //
14
+ // +build darwin linux windows
13
15
14
16
package mathutil
15
17
Load Diff This file was deleted.
File renamed without changes.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments