Commit Graph

411 Commits

Author SHA1 Message Date
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
3b12473d44 *: use offset arg instead of temp offset. 2015-11-03 14:34:02 +08:00
95ac33b9b5 *: address comment. 2015-11-03 13:13:00 +08:00
b7943fbcec Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/schema-change-add-column 2015-11-03 12:02:22 +08:00
a32acc9a44 *: Merge branch 'master' and fix conflict 2015-11-03 11:53:21 +08:00
795d6491b5 *: clean up iterator Next 2015-11-03 11:19:24 +08:00
653f71de84 *: update update stmt and tiny clean up. 2015-11-02 22:04:02 +08:00
5b4ad54525 *: update insert and replace stmt. 2015-11-02 14:24:37 +08:00
d36e07d092 *: use WriteableCols to tiny refactor and fix test. 2015-11-02 13:31:31 +08:00
6eb02834aa *: add column state check support. 2015-11-01 12:45:37 +08:00
8fc1747f35 Merge remote-tracking branch 'origin/siddontang/dev-schema-change' into qiuyesuifeng/use-index-exist 2015-10-30 21:52:18 +08:00
9c932a9c6b ddl: using index exist for check. 2015-10-30 21:19:10 +08:00
e6514db97b *: tiny clean up. 2015-10-30 21:06:49 +08:00
dd2a84985c *: Merge branch 'master' into siddontang/dev-schema-change 2015-10-30 20:59:34 +08:00
3278e885d6 *: remove unnecessary db arg. 2015-10-30 15:07:54 +08:00
f4e618f1c1 *: merge master and fix conflict. 2015-10-29 21:39:45 +08:00
32fe0db38b *: add create/drop index 2015-10-28 22:00:30 +08:00
44e5ed7d77 table: clean up. 2015-10-28 20:52:36 +08:00
c8e855a29f *: merge master and fix conflict. 2015-10-28 15:34:15 +08:00
35d6cde648 Change error name style 2015-10-28 11:44:38 +08:00
7d7d77f571 *: check database exists when create/drop table. 2015-10-27 20:11:09 +08:00
c8bbf7879d *: support create table and drop table. 2015-10-27 15:05:33 +08:00
5ff8eb3877 kv: remove useless keyCmpFn from Seek/Next iterface. 2015-10-19 20:02:10 +08:00
29369dba8f *: Rename mysqldef to mysql 2015-10-19 16:26:43 +08:00
xia
a62a648ef9 *: rename updateDefaultValue to updateOldRows, and remove ColumnID 2015-10-10 10:46:47 +08:00
xia
56d1a216f0 table: rename keyLastItem to recordKeyItemsCount, and update comments 2015-10-09 22:04:54 +08:00
xia
01880103bf *: update test, update log 2015-10-09 20:08:32 +08:00
xia
23e465f08c table: update comment 2015-10-09 10:22:56 +08:00
xia
f7e41e1d42 Merge branch 'master' into zimuxia/alter 2015-10-09 09:52:53 +08:00
xia
0e9e876495 Merge branch 'master' into zimuxia/alter 2015-10-08 09:55:18 +08:00
9d0420e729 Update tests for meta change
Conflicts:
	meta/meta.go
2015-10-07 12:01:56 +08:00
340509f0d7 *: use mysql.Bit type instead of old uint64 2015-09-30 08:04:47 +08:00
xia
f4ec26f9b4 table: add SetColValue and ColumnID 2015-09-25 20:10:18 +08:00
3054c77689 *: support set type 2015-09-25 16:25:23 +08:00
525001fd3a tables: support enum type codec 2015-09-24 10:57:23 +08:00
e91233533e expression: fix import 2015-09-21 18:55:17 +08:00
37cf491651 *: Address comments 2015-09-21 15:54:12 +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
xia
3e14f60186 table: update test 2015-09-18 11:47:04 +08:00
xia
a337b5858e Merge remote-tracking branch 'origin/master' 2015-09-18 11:27:35 +08:00
xia
b3837beee4 table: add the bit unit test 2015-09-18 10:55:03 +08:00
xia
b9562018a4 table: add mysql.TypeBit 2015-09-17 18:15:52 +08:00
4ceedcfc27 *: Replace h with handle 2015-09-16 20:27:12 +08:00
b92da5d3f0 kv: For a unique index with null value, append handle to indexkey 2015-09-16 11:42:21 +08:00
12d7c78cf5 tables: Allow multiple null entries for unique index column
Fix bug found in beego/orm
2015-09-15 23:20:47 +08:00
b25aee3262 *: Clean up unused code 2015-09-15 13:07:51 +08:00
a0a154f753 ddl, table: Remove unused variables 2015-09-14 11:26:22 +08:00
e1207adb6c tables tests: replace cnt + 1 to cnt++
golint warning
2015-09-11 09:50:53 +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
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