Commit Graph

6 Commits

Author SHA1 Message Date
db4cdcfaec parser: reduce memory allocation (#1408) 2016-07-07 16:42:30 +08:00
d78e4044cc *: fix misspells (#1143) 2016-04-22 11:30:37 +08:00
15356cdd88 tidb: remove RestrictedSQLExecutorKey variable in context.
This variable was intended to prevent restricted SQL from being committed.
But it is executed at statement level, will never be committed, so this is not needed.

Also, when begin a new transaction in executing restricted SQL,
If 'autocommit' is 'on'. This variable makes the new transaction into a unwanted `InTrans` state,
so following statements will not be autocommited.
2016-03-17 10:31:56 +08:00
b5fbabc05e *: Remove plan.go/stmt.go/rset.go
Move interface into ast and remove interfaces.
2016-03-01 13:53:48 +08:00
5f2167a5d9 *: Get/Set global sys var from/to kv store. 2015-10-25 22:38:28 +08:00
83fa8f8d4f *: Address comment 2015-10-16 12:26:10 +08:00