|
|
340509f0d7
|
*: use mysql.Bit type instead of old uint64
|
2015-09-30 08:04:47 +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 |
|
|
|
3e14f60186
|
table: update test
|
2015-09-18 11:47:04 +08:00 |
|
|
|
a337b5858e
|
Merge remote-tracking branch 'origin/master'
|
2015-09-18 11:27:35 +08:00 |
|
|
|
b3837beee4
|
table: add the bit unit test
|
2015-09-18 10:55:03 +08:00 |
|
|
|
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 |
|
|
|
a5e0858986
|
*: unify all integer types to int64 and uint64
Simplify type related codes.
|
2015-09-09 22:21:15 +08:00 |
|
|
|
042ba3b3cf
|
session: fix reset and clean up
Fix add unique key
|
2015-09-09 15:27:35 +08:00 |
|
|
|
678e72b495
|
tables: Make test code cleaner
Address comment
|
2015-09-08 22:53:30 +08:00 |
|
|
|
8ad8452f54
|
tables: Remove index data in table.Truncate()
Fix bug
|
2015-09-08 22:29:58 +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 |
|
|
|
626952c46b
|
*: pass go vet
check for shadowed variables
|
2015-09-07 11:00:18 +08:00 |
|
|
|
66253f0fd7
|
*: pass go vet
pass go vet
|
2015-09-06 19:10:04 +08:00 |
|
|
|
0d6f270068
|
Add files
|
2015-09-06 12:08:47 +08:00 |
|