0450ba0b47
*: unify "See url" format ( #1391 )
...
* *: unify "See url" format
2016-07-05 11:21:10 +08:00
d04b0b997c
*: support index length ( #1350 )
...
For string columns, indexes can be created that use only the
leading part of column values, using col_name(length) syntax
to specify an index prefix length
2016-07-02 13:26:40 +08:00
e742def024
add foreign key on update and on delete support ( #1152 )
...
* add foreign key on update and on delete support
2016-04-27 19:44:00 +08:00
b51ab763df
plan: support limit pushdown ( #1105 )
...
* plan: support limit pushdown
2016-04-20 13:32:20 +08:00
0537b67d2b
*: Add more info into TableInfo and fix bug in show create table ( #1072 )
...
Fix: https://github.com/pingcap/tidb/issues/1061
2016-04-09 15:59:51 +08:00
ce96978182
*: Add index option in IndexInfo
...
1. Add index option in IndexInfo.
2. Show index option content when running show index statement.
2016-03-16 22:09:11 +08:00
be2039cf44
Merge branch 'master' into zimuxia/inspectkv-sql
2015-12-29 20:41:24 +08:00
8993f0e148
*: add test
2015-12-29 20:40:36 +08:00
c3bdfb1fed
stmt/stmts: insert use primary key value as record ID
2015-12-25 21:02:52 +08:00
56ff3d3000
model, ddl: add PKIsHandle field in TableInfo.
2015-12-25 20:29:21 +08:00
1a28ff83a0
Merge remote-tracking branch 'origin/master' into shenli/index-id
...
Conflicts:
ddl/ddl.go
kv/index_iter.go
2015-11-27 14:28:59 +08:00
b9135eadb4
*: Add ID to IndexInfo and use IndexID in prefix instead of IndexName
2015-11-24 21:58:26 +08:00
3d6378092d
model: add helper job function and update test.
2015-11-20 09:30:12 +08:00
9c6b27877d
*: must wait 2 * lease schema lease time when running job.
2015-11-18 09:53:14 +08:00
b230d4b3dc
*: remove no need DDL action.
2015-11-12 10:46:09 +08:00
4eb34f69ce
*: distinguish write/delete reorganization state.
...
we must distinguish different reorganization state after write only/
delete only state.
2015-11-11 13:29:06 +08:00
d0caf9d166
*: save reorganization processed handle in meta.
2015-11-10 11:12:03 +08:00
fbed93ca52
*: support simple statistics
...
we will use show status to show DDL statistics later.
2015-11-05 22:52:49 +08:00
01213eb729
model: rename meas to means
2015-11-04 15:47:28 +08:00
87e7c0a2a6
*: rename reorgnization to reorganization
2015-11-04 14:40:36 +08:00
ce74a843bd
ddl: rename reOrg
2015-11-04 13:03:08 +08:00
aeb57cd7bd
*: add ReOrgHandle to support resume reorg job.
2015-11-04 11:09:35 +08:00
cfb8d0a635
*: Update job's last update time stamp
2015-10-30 19:47:17 +08:00
32fe0db38b
*: add create/drop index
2015-10-28 22:00:30 +08:00
b3fc6db760
*: Job adds SchemaState to log more information
2015-10-28 09:35:05 +08:00
c8bbf7879d
*: support create table and drop table.
2015-10-27 15:05:33 +08:00
a815babeaa
ddl: typo and clean up a bit
2015-10-27 10:56:17 +08:00
d0c80f6a0d
*: add drop schema
2015-10-27 10:09:57 +08:00
2cb3e2add9
*: first commit and support create schema.
2015-10-26 21:54:54 +08:00
c906fea41b
model: Address comment.
2015-10-26 17:37:21 +08:00
26bf34c9da
*: Address comment
2015-10-24 11:57:35 +08:00
4fac573382
*: simplify DDL meta function
2015-10-23 16:34:21 +08:00
500f5c7cde
*: add base ddl job worker framework
2015-10-23 15:01:18 +08:00
b647f8fba4
*: add schema lease feature
2015-10-23 09:50:54 +08:00
925bc792f5
*: fix make check
2015-10-22 10:41:56 +08:00
791f0d6f78
*: refactor with meta API.
2015-10-21 14:46:58 +08:00
55c452221c
model: tiny clean up.
2015-10-07 13:02:03 +08:00
0d6f270068
Add files
2015-09-06 12:08:47 +08:00