|
|
d244723a5e
|
executor: remove unused structure RecordBatch (#10891)
|
2019-06-26 15:26:16 +08:00 |
|
|
|
eed6a9efa6
|
session: init expensiveQueryHandle immediately after domain be initiated (#10845)
|
2019-06-19 13:47:41 +08:00 |
|
|
|
c48ac8af18
|
session,privilege: fix account_locked default value for root (#9448)
|
2019-02-25 21:14:17 +08:00 |
|
|
|
0ee8899a6d
|
session,privilege: upgrade TiDB, prepare data for RBAC (#9377)
RBAC(role based access control) needs the following data:
* Add account_locked column to mysql.user
* Add mysql.role_edges table
* Add mysql.default_roles table
* Add Create_role_priv and Drop_role_priv privilege
|
2019-02-22 18:00:01 +08:00 |
|
|
|
00c4ff4fa9
|
*: refactor Executor.Next() to receive RecordBatch (#8994)
|
2019-01-14 15:04:36 +08:00 |
|
|
|
c137cada68
|
*: change golang.org/x/net/context to standard context (#8579)
|
2018-12-05 13:54:00 +08:00 |
|
|
|
8ddbd7062e
|
session: fix bootstrap error in ANSI sql_mode (#8353)
|
2018-11-20 11:25:49 +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 |
|
|
|
39a8d0eb7a
|
executor: support parallel projection (#6323)
|
2018-06-07 22:50:54 +08:00 |
|
|
|
dcb2779e2b
|
session: restore unit test function TestBootstrapWithError (#6580)
|
2018-05-19 22:21:02 +08:00 |
|
|
|
c0dea7e936
|
*: move leak check from each test to suite (#6541)
|
2018-05-15 20:05:03 +08:00 |
|
|
|
ccf6da1a46
|
*: rename NextChunk to Next (#6214)
|
2018-04-03 20:00:30 +08:00 |
|
|
|
67f920a650
|
executor: Improve the aesthetics of code review (#6137)
|
2018-03-31 17:06:19 +08:00 |
|
|
|
f287451eed
|
tidb: move tidb/*.go to session directory (#6062)
This change makes our top level directory clean.
|
2018-03-20 09:06:11 -05:00 |
|