Commit Graph

30 Commits

Author SHA1 Message Date
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
6d51ad33fd *: Optimize struct memory usage by adjust field order (#11629) 2019-08-13 17:20:53 +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
e5f734e54c *: move the Handle of stats to single package. (#10149) 2019-04-17 13:42:34 +08:00
5ffa06b6c3 *: unify and normalize the format of the log in the pkg of server (#9878) 2019-03-25 16:10:36 +08:00
b78490e403 *: use the unified log format for the remaining packages (#9743) 2019-03-22 16:34:47 +08:00
ec833bc4d2 *: fix some lints produced by golangci-lint (#8999) 2019-01-16 16:44:49 +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
83a923e796 stats: support dump stats for partition table (#7753) 2018-09-22 09:52:47 +08:00
cb03f2bec1 move from juju/errors to pkg/errors (#7151) 2018-09-12 15:42:20 +08:00
182b7eb11f importer: fix typo and a broken link (#6795) 2018-06-09 19:59:03 +08:00
8729424629 stats: fix dump stats (#6285) 2018-04-26 17:40:10 +08:00
12c87929b8 *:fix some golint && ineffassign && misspell to improve GoReport Result (#5867) 2018-02-23 19:31:05 +08:00
d9e16e104f *: Cleanup code (#5852) 2018-02-12 23:17:03 +08:00
8af98f5e09 importer: rand other types by stats (#5848) 2018-02-11 15:36:59 +08:00
45f00e8eb3 importer: support rand date by stats (#5830) 2018-02-09 14:21:31 +08:00
be1eeaccb9 importer: generate string by stats (#5804) 2018-02-07 18:35:10 +08:00
8578ad2a95 importer: generate int data by histogram (#5795) 2018-02-06 18:14:57 +08:00
68ddbf411e importer: support varchar for set (#5800) 2018-02-06 16:49:12 +08:00
43d4b44edb importer: fix overflow and add support for TypeNewDecimal (#5772) 2018-02-06 13:38:14 +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
d8fb5dd487 cmd/importer: specify the config file (#5757) 2018-01-31 16:43:02 +08:00
807dc791d4 cmd: add importer tool. (#5695) 2018-01-22 18:48:18 +08:00