|
|
3fab6c405f
|
Merge pull request #389 from pingcap/coocood/ast
ast: Initial implementation of abstract syntax tree.
|
2015-10-15 15:37:43 +08:00 |
|
|
|
522aa0c85a
|
tidb: Address comment
|
2015-10-13 10:29:56 +08:00 |
|
|
|
d121489be0
|
last, optimiser: add package ast and optimizer.
|
2015-10-12 14:27:10 +08:00 |
|
|
|
4e3b9bafe9
|
*: SubSelect can be used as select statement
Fix https://github.com/pingcap/tidb/issues/320
|
2015-10-11 15:21:43 +08:00 |
|
|
|
be44e4a286
|
*: Introduce schema version
Make schema change to an atomic operation.
|
2015-09-24 17:28:34 +08:00 |
|
|
|
e91233533e
|
expression: fix import
|
2015-09-21 18:55:17 +08:00 |
|
|
|
e7d2bff9f1
|
*: Move bootstrap to CreateSession
Bootstrap should be done for both tidb-server and embedded mode.
|
2015-09-21 15:34:52 +08:00 |
|
|
|
6c7a426b2f
|
tidb: Fix bug in trimSQL
"/*comment select 1;" will be infinit loop
|
2015-09-21 11:25:04 +08:00 |
|
|
|
0e78959838
|
*: Remove leading comment when check IsQuery
IsQuery check the prefix of sql text, so we need to remove comments.
|
2015-09-21 10:47:05 +08:00 |
|
|
|
73df308a03
|
*: remove DisableAutocommit and rename IsAutocommit to ShouldAutocommit
|
2015-09-16 15:31:29 +08:00 |
|
|
|
1e4cdb813f
|
*: update QL-LICENSE and STRUTIL-LICENSE.
|
2015-09-08 19:25:50 +08:00 |
|
|
|
f87692e639
|
Merge pull request #46 from pingcap/c4pt0r/fix-copyright-infringement
c4pt0r/fix copyright infringement
|
2015-09-08 13:57:41 +08:00 |
|
|
|
4ca7ca7e5b
|
tidb, column, table, table/tables: fix-copyright-infringement.
|
2015-09-07 09:15:16 -04:00 |
|
|
|
262082babc
|
remove the dependence between tables and table
As tables is the implement of table. So tables like the drivers, while
table like database/sql. while drivers need to regiester in the init.
|
2015-09-07 19:03:49 +08:00 |
|
|
|
43671d96f6
|
tidb: Add some comments
Fix golint errors
|
2015-09-06 23:40:02 +08:00 |
|
|
|
a919e8cf13
|
Merge pull request #17 from astaxie/master
Allow uses to shutdown the pprof
|
2015-09-06 09:49:37 -04:00 |
|
|
|
7adf722a53
|
set Debug to true as default
|
2015-09-06 21:46:48 +08:00 |
|
|
|
cab1ed9fdd
|
Merge pull request #16 from pingcap/zimuxia/go-vet
Pass go vet
|
2015-09-06 20:32:33 +08:00 |
|
|
|
579e85e6b5
|
Allow uses to shutdown the pprof
pprof looks like a debug tools. So I think the default should turn off.
And if pporf turn on, user can also change the pprof addr.
|
2015-09-06 19:15:33 +08:00 |
|
|
|
9238a23f27
|
*: pass go vet
pass go vet
|
2015-09-06 18:45:42 +08:00 |
|
|
|
cbe488138c
|
init stores in one place
|
2015-09-06 17:54:47 +08:00 |
|
|
|
0d6f270068
|
Add files
|
2015-09-06 12:08:47 +08:00 |
|