cc04cd9e3c
planner: add index optimizer hint ( #11746 )
2019-08-23 18:27:46 +08:00
9f01c7b497
ddl: handle index key type in CreateIndex
2019-08-16 00:00:29 +08:00
480c605ae0
cmd/importer: support probability in building incremental column ( #10454 )
2019-05-15 13:32:14 +08:00
7690a7fe88
cmd/importer: support incremental columns ( #10434 )
2019-05-14 11:14:45 +08:00
32b1dbd8d5
*: rename "github.com/pkg/errors" to "github.com/pingcap/errors" ( #8136 )
...
We import "github.com/pkg/errors" in the code, and actually put
the "github.com/pingcap/errors" there in the vendor path.
That's a dirty hack, and prevent the introduce of Go module.
2018-11-01 16:09:07 +08:00
89dda9d9a8
*: move parser to a separate repository ( #8036 )
2018-10-25 11:12:10 +08:00
25118db843
*: move ast.NewValueExpr to standalone parser_driver package ( #7952 )
...
Make the ast package get rid of the dependency of types.Datum
2018-10-19 19:37:55 +08:00
e79bd946ed
*: change package name from plan to planner ( #7760 )
2018-09-25 11:16:39 +08:00
cb03f2bec1
move from juju/errors to pkg/errors ( #7151 )
2018-09-12 15:42:20 +08:00
8578ad2a95
importer: generate int data by histogram ( #5795 )
2018-02-06 18:14:57 +08:00
fc699c9b0d
importer: initialize EvalAstExpr ( #5789 )
2018-02-05 15:44:55 +08:00
1f1e5f53eb
importer: support load stats by path. ( #5768 )
2018-02-01 23:32:44 +08:00
afd49aad23
ddl: support mock table info. ( #5759 )
2018-02-01 18:27:55 +08:00
807dc791d4
cmd: add importer tool. ( #5695 )
2018-01-22 18:48:18 +08:00