|
|
be5827dea4
|
plans: Remove useless code
Address comment
|
2015-09-11 17:29:23 +08:00 |
|
|
|
e5ea4bba45
|
plans: Remove global variable store in from_test.go
Fix make check errors.
|
2015-09-11 14:04:12 +08:00 |
|
|
|
92f9d3b17e
|
plans: Add test case for show variables
Add test case for show variables
|
2015-09-11 13:57:57 +08:00 |
|
|
|
20cf24f535
|
*: Implement show variables stmt/rset/plan
TODO: add test cases
|
2015-09-10 20:24:09 +08:00 |
|
|
|
288fc4bc17
|
parser: Support SHOW VARIABLES syntax
Finish parser, implement in the next commit.
|
2015-09-10 19:32:04 +08:00 |
|
|
|
7929d4bef0
|
Merge pull request #97 from pingcap/trace-error
column: Trace more errors
|
2015-09-10 18:05:48 +08:00 |
|
|
|
a5d8981f19
|
column: Trace more errors
We can get error stack
|
2015-09-10 17:54:05 +08:00 |
|
|
|
aa3b38a328
|
Merge pull request #96 from pingcap/shenli/split-uri-dbname
tidb: Split datasource name to uri and dbName
|
2015-09-10 17:48:27 +08:00 |
|
|
|
4cddb25555
|
*: Address comments and Update USAGE.md
|
2015-09-10 17:15:21 +08:00 |
|
|
|
62b73d29c7
|
tidb: Split datasource name to uri and dbName
The DBName may be different from data path name.
|
2015-09-10 16:41:12 +08:00 |
|
|
|
28157c743d
|
Merge pull request #94 from pingcap/ngaut/re-fmt
txn: Using %q to format key and value
|
2015-09-10 15:24:56 +08:00 |
|
|
|
b540a5a2fd
|
txn: Using %q to format key and value
since key and value could be binary
|
2015-09-10 15:17:06 +08:00 |
|
|
|
98b6c57ce9
|
Merge pull request #93 from pingcap/siddontang/check-one-column
select check one column
|
2015-09-10 14:37:44 +08:00 |
|
|
|
285b8c0739
|
rset: fix make check
|
2015-09-10 13:58:55 +08:00 |
|
|
|
c624e18c96
|
stmts: add invalid row test in select
|
2015-09-10 13:54:40 +08:00 |
|
|
|
a15f22731b
|
rsets: check row is not in group by, order by and having
|
2015-09-10 13:53:09 +08:00 |
|
|
|
7b14d58dfc
|
plans: check row is not in select fields
|
2015-09-10 13:52:31 +08:00 |
|
|
|
89455adedc
|
Merge pull request #89 from pingcap/coocood/unify-int-type
*: unify all integer types to int64 and uint64
|
2015-09-10 11:26:49 +08:00 |
|
|
|
44d0a7cc31
|
Merge pull request #90 from pingcap/siddontang/dev-row-constructor
dev row constructor
|
2015-09-10 11:23:04 +08:00 |
|
|
|
7e5fa1175e
|
Address comment
|
2015-09-10 11:07:29 +08:00 |
|
|
|
3b283fb619
|
Address comment
|
2015-09-10 11:00:40 +08:00 |
|
|
|
546431339e
|
Address comment
|
2015-09-10 10:43:53 +08:00 |
|
|
|
cf22376942
|
util/types: add comment
|
2015-09-10 10:36:54 +08:00 |
|
|
|
684da9ccf7
|
util/typs: define Int24 bound constants
address comments
|
2015-09-10 10:21:26 +08:00 |
|
|
|
ecc04adb5b
|
expression: only comparison operation support row constructor
|
2015-09-10 09:32:08 +08:00 |
|
|
|
e9f0c697fc
|
parser: support row constructor
|
2015-09-10 08:32:40 +08:00 |
|
|
|
2805c82e2b
|
Merge branch 'master' into siddontang/dev-row-constructor
|
2015-09-10 08:09:57 +08:00 |
|
|
|
f244ad1c37
|
Merge pull request #80 from pingcap/shenli/keyword-identifier
parser: Add more keywords into UnReservedKeyword list
|
2015-09-10 08:08:37 +08:00 |
|
|
|
25eac139ad
|
parser: Address comment
|
2015-09-10 07:41:43 +08:00 |
|
|
|
bd7817ea38
|
parser: Address comment
|
2015-09-09 23:28:20 +08:00 |
|
|
|
211eadbb09
|
parser: Fix typo
Address comment
|
2015-09-09 23:08:27 +08:00 |
|
|
|
f5a46df71e
|
parser: Change lower_than_eq to lowerThanEq
Fix golint error
|
2015-09-09 22:41:54 +08:00 |
|
|
|
71153d520c
|
util: support row compare
|
2015-09-09 22:35:25 +08:00 |
|
|
|
18f23afbdb
|
expression: update variable name
|
2015-09-09 22:35:25 +08:00 |
|
|
|
46852b9a3c
|
expression: add Row types in helper function
|
2015-09-09 22:35:25 +08:00 |
|
|
|
ce99391d9b
|
expression: add Row expression
|
2015-09-09 22:35:25 +08:00 |
|
|
|
e3e186c831
|
Merge remote-tracking branch 'origin/master' into shenli/keyword-identifier
|
2015-09-09 22:33:48 +08:00 |
|
|
|
a5e0858986
|
*: unify all integer types to int64 and uint64
Simplify type related codes.
|
2015-09-09 22:21:15 +08:00 |
|
|
|
bed459a3c0
|
Merge pull request #79 from pingcap/ngaut/txn-retry
Retry transaction without for update
|
2015-09-09 22:12:13 +08:00 |
|
|
|
0e9cddff87
|
Merge pull request #86 from pingcap/coocood/parser-conflict
parser: resolve reduce/reduce conflicts
|
2015-09-09 18:51:22 +08:00 |
|
|
|
ccef9934ab
|
Fix auto import
|
2015-09-09 18:33:02 +08:00 |
|
|
|
0061d29cf2
|
kv: typo
|
2015-09-09 18:24:56 +08:00 |
|
|
|
8b114e46c8
|
parser: resolve the last R/R conflict
|
2015-09-09 18:00:37 +08:00 |
|
|
|
023d3bdb85
|
Session: clean up
Remove unused methods
|
2015-09-09 17:25:41 +08:00 |
|
|
|
78c201e218
|
parser: resolve reduce/reduce conflicts
Resolved all the reduce/reduce conflicts except for 1
Fixes issue #73
|
2015-09-09 16:13:01 +08:00 |
|
|
|
042ba3b3cf
|
session: fix reset and clean up
Fix add unique key
|
2015-09-09 15:27:35 +08:00 |
|
|
|
3f6a369e11
|
parser: Add more keywords into UnReservedKeyword list
See: https://dev.mysql.com/doc/refman/5.7/en/keywords.html
|
2015-09-09 14:33:48 +08:00 |
|
|
|
9827f6c18d
|
Session: Clean up
Reset statement history
|
2015-09-09 13:34:16 +08:00 |
|
|
|
f2179c31ad
|
Merge branch 'ngaut/txn-retry' of github.com:pingcap/tidb into txn-retry
Conflicts:
sessionctx/forupdate/for_update_ctx.go
|
2015-09-09 12:49:19 +08:00 |
|
|
|
229f8ed984
|
Merge pull request #78 from pingcap/siddontang/fix-driver-panic
fix driver panic
|
2015-09-09 12:45:45 +08:00 |
|