89fa72467c
Merge pull request #491 from pingcap/coocood/binder
...
ast,optimizer: switch to use new parser, and convert ast.Node to old statements.
2015-11-05 15:38:31 +08:00
2f2e31c8f4
ast: rename ast node receiver 'nod' to 'n'.
2015-11-05 14:42:15 +08:00
84b2538158
Merge pull request #518 from pingcap/goroutine/parser-clean-up
...
parser: clean up
2015-11-05 14:27:42 +08:00
9be82dbe27
ast: address comment.
2015-11-05 14:14:40 +08:00
c623fafc72
parser: clean up
2015-11-05 13:53:32 +08:00
3b0f94f8ac
Merge pull request #509 from pingcap/coocood/terror
...
terror: create a new error type that has class and code for comparison.
2015-11-05 10:10:33 +08:00
72312b4e0f
Merge pull request #508 from pingcap/siddontang/update-boltdb-lock
...
update boltdb lock
2015-11-04 20:25:40 +08:00
2151fcb4ba
localstore: remove comment.
2015-11-04 19:57:17 +08:00
524e18dff1
ast: address comment.
2015-11-04 19:51:33 +08:00
0fab139acb
terror: address comment.
2015-11-04 19:01:31 +08:00
b8a7e68631
ast: add comments about implementation rule on Accept method.
2015-11-04 17:59:12 +08:00
fce519486f
ast: visit Select element first in InsertStmt.
...
Address comment.
2015-11-04 17:00:38 +08:00
e3f9e4cadc
Merge pull request #510 from pingcap/goroutine/fix-fmt
...
meta: Fix format arguments
2015-11-04 16:07:58 +08:00
29b5a00b92
meta: Fix format arguments
2015-11-04 12:37:32 +08:00
c9ca685e19
terror: address comment.
2015-11-04 09:59:28 +08:00
322ada426b
localstore: update test.
2015-11-03 21:43:31 +08:00
2957a4a9e1
terror: create a new error type that has class and code for comparison.
...
The current error check can only handle errors that has exactly the same message, when error message is not constant.
For example parsing error has the message describe the context of the error.
With this error type, we can includes context information in the message and still able to check the error type.
2015-11-03 18:26:04 +08:00
c59ce33039
localstore: update boltdb Next and Seek.
2015-11-03 18:11:43 +08:00
d87a097271
Merge pull request #507 from pingcap/goroutine/unify-behavior
...
*: Unify behavior of both local store and HBase
2015-11-03 16:08:22 +08:00
e85fa46431
localstore: clean up
2015-11-03 16:01:54 +08:00
a2c3ae9e50
structure api: Remove all lock keys.
2015-11-03 15:54:29 +08:00
5b7d18d541
*: Unify behavior of both local store and HBase
...
Please enter the commit message for your changes. Lines starting
Conflicts:
kv/index_iter.go
2015-11-03 15:44:35 +08:00
03be6a97dc
Merge pull request #504 from pingcap/shenli/binder
...
parser: Add charset info for string literal
2015-11-03 14:48:50 +08:00
6b8a39523f
ast/parser: add tests and fix bugs.
2015-11-03 13:53:46 +08:00
a74b373a52
parser: Add charset info for string literal
2015-11-03 11:24:47 +08:00
29055a3198
Merge branch 'master' into coocood/binder
2015-11-03 11:23:48 +08:00
95bedb2022
Merge pull request #503 from pingcap/siddontang/cleanup-it-next
...
clean up iterator Next
2015-11-03 11:23:26 +08:00
795d6491b5
*: clean up iterator Next
2015-11-03 11:19:24 +08:00
5ca94b542e
optimizer: add comments for set field text.
2015-11-03 11:18:34 +08:00
53a11459c2
optimizer: only set old field AsName when it is not identifier
2015-11-03 10:28:33 +08:00
ba9dfc3551
ast/parser: add text to select field.
2015-11-03 10:00:17 +08:00
c49df394e1
Merge pull request #485 from pingcap/zimuxia/date-sub
...
Support date_sub function
2015-11-03 09:46:27 +08:00
4398426f51
localstore: fix bolted deadlock
2015-11-03 08:00:49 +08:00
448e05c50f
Merge pull request #499 from pingcap/c4pt0r/refactor-iterator
...
*: refactor iterator interface
2015-11-02 22:02:07 +08:00
66017137d9
*: address review comments
...
refactor iterator
2015-11-02 21:52:46 +08:00
bec6314275
*: address review comments
...
refactor iterator interface
2015-11-02 21:46:34 +08:00
c0b198b908
*: refactor iterator interface
...
Next() shouldn't return a new iterator.
2015-11-02 21:40:08 +08:00
067df3ab34
optimizer: fix wildcard conversion.
2015-11-02 18:37:49 +08:00
ab2ec90d93
ast/parser, optimizer: fix duplicate parameter marker, fix offset.
2015-11-02 13:34:04 +08:00
eed9647417
ast, optimizer: add Offset for ParmMarker to make sure the order of param markers.
2015-11-02 11:34:13 +08:00
661771102d
Merge pull request #495 from pingcap/shenli/binder
...
Shenli/binder
2015-11-02 10:22:04 +08:00
2cd30ece11
Merge pull request #487 from pingcap/shenli/add-privs-step4
...
*: Add privilege check for drop table.
2015-11-02 09:58:47 +08:00
f3016ff56c
optimizer: fix parameter marker out of range
2015-10-31 23:07:31 +08:00
01dac873ba
*: Address ci problem
2015-10-31 22:37:27 +08:00
3b55987799
Merge remote-tracking branch 'origin/master' into shenli/binder
2015-10-31 22:18:17 +08:00
df4cc43703
expression: update comments
2015-10-31 17:09:01 +08:00
97850aa6f2
Merge pull request #492 from pingcap/goroutine/tiny-refactor
...
Tiny refactor
2015-10-31 14:26:32 +08:00
1b9fbda6b6
ast/parser: Fix parser.y
2015-10-31 13:22:56 +08:00
92db5158c4
*: Tiny refactor
2015-10-31 13:18:38 +08:00
bf05654dc4
Merge pull request #486 from pingcap/shenli/dev-charset
...
*: Support character string literal
2015-10-31 10:34:20 +08:00