Commit Graph

1641 Commits

Author SHA1 Message Date
92913fdb68 Merge pull request #556 from pingcap/qiuyesuifeng/fix-column-value-exist-backfill
ddl: fix column value exist backfill bug.
2015-11-10 17:27:58 +08:00
c210aafc9f ddl: address comment. 2015-11-10 17:21:46 +08:00
4deb07d367 stmts: fix test panic. 2015-11-10 14:51:34 +08:00
2f334fc652 *: Merge branch 'master' into siddontang/dev-schema-change 2015-11-10 14:36:37 +08:00
8fc82bea9b *: support drop index statement. 2015-11-10 14:27:57 +08:00
0f744899c5 Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/fix-column-value-exist-backfill 2015-11-10 13:52:48 +08:00
3256ce2827 ddl: address comment. 2015-11-10 13:41:41 +08:00
afb2ac3404 Merge pull request #555 from pingcap/siddontang/update-reorg
save reorganization processed handle in meta for later resuming if crashed
2015-11-10 13:16:31 +08:00
7819e22067 ddl: Address comment. 2015-11-10 12:51:13 +08:00
d6e4850559 ddl: fix column value exist backfill bug. 2015-11-10 12:21:53 +08:00
8a48dfbb21 ddl: remove reorg handle when finished 2015-11-10 11:53:44 +08:00
2d28c93b3e *: Merge branch 'siddontang/dev-schema-change' into siddontang/update-reorg 2015-11-10 11:12:09 +08:00
d0caf9d166 *: save reorganization processed handle in meta. 2015-11-10 11:12:03 +08:00
36c99c99f2 Merge pull request #552 from pingcap/qiuyesuifeng/schema-test-update
ddl: use callback to refactor column schema test.
2015-11-10 11:02:53 +08:00
bf7fbd420c ddl: add state none check for drop column. 2015-11-10 10:58:02 +08:00
230b185ef8 Merge pull request #553 from pingcap/siddontang/update-schema-test-callback
update schema test
2015-11-10 10:27:25 +08:00
85126b0942 ddl: OnJobRunAfter -> OnJobUpdated 2015-11-10 09:34:43 +08:00
8d6d727d27 ddl: update column test. 2015-11-10 08:44:06 +08:00
aff1496da7 ddl: fix column test panic. 2015-11-10 08:40:24 +08:00
937b499433 ddl: adjust job callback place 2015-11-10 08:40:09 +08:00
132960e9c8 ddl: use callback to refactor column schema test. 2015-11-09 21:00:24 +08:00
77f8003de0 Merge pull request #549 from pingcap/siddontang/ddl-callback
add ddl callback interface
2015-11-09 18:14:02 +08:00
efaeeff945 *: add ddl callback interface
we can customize the callback for better test.
2015-11-09 17:38:07 +08:00
0fee0d5a55 ddl: update test. 2015-11-09 17:10:10 +08:00
b803cabc2f Merge pull request #544 from pingcap/shenli/refactor-globalvar
*: Use Bind/Get global sysvar accessor instead of type assertion
2015-11-09 16:55:03 +08:00
a54c7a7ab9 variable: Address comment 2015-11-09 16:50:21 +08:00
4bce639483 Merge pull request #547 from pingcap/qiuyesuifeng/schema-test-update
Update column schema test.
2015-11-09 15:49:05 +08:00
33cbce9cd1 ddl: update test. 2015-11-09 15:26:28 +08:00
8d6598e615 Merge pull request #546 from pingcap/coocood/field-text
parser: set exactly the same field text as MySQL.
2015-11-09 15:10:58 +08:00
dbd4ba0aed *: remove schema state check test. 2015-11-09 15:06:10 +08:00
df1caf0f54 parser: add test cases and use unicode function. 2015-11-09 15:01:36 +08:00
a1417b0bf4 parser: set exactly the same field text as MySQL. 2015-11-09 14:04:35 +08:00
3736d02f5a Merge pull request #545 from pingcap/goroutine/rename
structure: Rename Length to FieldCount
2015-11-09 13:46:37 +08:00
88e129c3a1 structure: Rename Length to FieldCount 2015-11-09 13:37:30 +08:00
7964aff649 *: merge master and fix conflict.
@qiuyesuifeng  we can’t pass test now, should fix the test first.
2015-11-09 13:32:06 +08:00
fc980462a0 Merge pull request #524 from pingcap/zimuxia/issue-419
parser: Support ADDDATE and SUBDATE function
2015-11-09 13:25:17 +08:00
57d47635e1 Merge pull request #542 from pingcap/qiuyesuifeng/add-structure-hash-set-check
Add hash set check for not changed value.
2015-11-09 13:22:44 +08:00
7d49f39f2e *: Use Bind/Get global sysvar accessor instead of type assertion 2015-11-09 13:02:30 +08:00
c56ef6e737 structure: address comment. 2015-11-09 12:07:21 +08:00
b0c54b0288 Merge pull request #541 from pingcap/shenli/issue-540
plans: Fix bug in show variables plan
2015-11-09 11:36:07 +08:00
184e4f2589 structure: add more test. 2015-11-09 10:43:37 +08:00
7bab524bae *: add hash set check for not changed value. 2015-11-09 10:38:58 +08:00
46cbfb10ea *: check state when creating table. 2015-11-09 10:11:46 +08:00
cda586fdd8 tables: add record must consider reorg state 2015-11-09 09:37:14 +08:00
3bafc50023 plans: Fix bug in show variables plan
See: https://github.com/pingcap/tidb/issues/540
2015-11-08 23:32:35 +08:00
34100b6049 Merge pull request #539 from pingcap/qiuyesuifeng/fix-mybatis-test
*: fix mybatis test error.
2015-11-08 11:13:44 +08:00
e3f949a42e Merge pull request #534 from pingcap/coocood/imporve-terror
terror: implement juju/errors Location interface.
2015-11-07 18:20:43 +08:00
8c99975ac4 *: fix mybatis test error. 2015-11-07 16:57:10 +08:00
9a39f814e2 Merge pull request #536 from netroby/pr/pr-fix-missing-symbol-column
column/column.go fix missing : symbol
2015-11-06 22:26:20 +08:00
xia
3b1f107d4b *: add comments 2015-11-06 21:29:08 +08:00