Commit Graph

131 Commits

Author SHA1 Message Date
407d99967e *: Refactor some code to support global system variable. 2015-10-26 14:35:06 +08:00
f7942d5c5a Merge remote-tracking branch 'origin/master' into shenli/global-variable 2015-10-26 11:17:56 +08:00
5f2167a5d9 *: Get/Set global sys var from/to kv store. 2015-10-25 22:38:28 +08:00
220285ca66 Merge pull request #433 from pingcap/qiuyesuifeng/unify-cast-convert
Refactor cast by using convert function.
2015-10-24 00:21:53 +08:00
c44060a766 *: Implement set names statement.
Finish set names and add some test cases.
2015-10-23 14:27:20 +08:00
f6351df013 util/types: address comment. 2015-10-22 14:13:09 +08:00
13ffc0b026 Merge branch 'master' into qiuyesuifeng/unify-cast-convert 2015-10-22 12:03:29 +08:00
ccf38d7491 util/types: tiny cleanup. 2015-10-22 11:55:19 +08:00
64bec698fe *: refactor cast by using convert function. 2015-10-22 11:51:08 +08:00
1b8649d036 types: Add unit tests 2015-10-21 14:44:40 +08:00
ff328a1c60 *: Address comments 2015-10-21 14:22:32 +08:00
de767ac317 *: Fix failed cases in sqllogictest-expr 2015-10-21 13:15:17 +08:00
45f155b16e Merge pull request #349 from pingcap/shenli/wrap-data
Shenli/wrap data
2015-10-20 21:54:28 +08:00
2aa4cad1d2 *: Tiny clean up 2015-10-19 20:10:28 +08:00
5ff8eb3877 kv: remove useless keyCmpFn from Seek/Next iterface. 2015-10-19 20:02:10 +08:00
3442b777ca Merge remote-tracking branch 'origin/master' into shenli/wrap-data 2015-10-19 19:17:01 +08:00
29369dba8f *: Rename mysqldef to mysql 2015-10-19 16:26:43 +08:00
365e957538 Merge remote-tracking branch 'origin/master' into shenli/wrap-data 2015-10-19 15:34:18 +08:00
fdd629a07b stringutil: Clean license 2015-10-19 09:48:32 +08:00
6c540d6279 *: Fix issue 393
See: https://github.com/pingcap/tidb/issues/393
2015-10-17 17:09:29 +08:00
83fa8f8d4f *: Address comment 2015-10-16 12:26:10 +08:00
48976af41c *: Address comments 2015-10-16 10:04:49 +08:00
a8779d8d52 *: Address comment 2015-10-15 22:50:55 +08:00
2bf61835db sqlhelper: Remove useless file 2015-10-15 17:19:51 +08:00
207ba2f1f3 *: Add sql helper to make operations on meta table easier. 2015-10-15 17:17:04 +08:00
9acfcd2b14 *: Address comment 2015-10-14 13:49:50 +08:00
641aeabd42 *: Address comment 2015-10-14 13:23:12 +08:00
25b571bf59 *: Set/Enum element with single-quote should be replaced to two single-quotes
Address comment and add testcase
2015-10-14 11:58:48 +08:00
c1f168673f *: Address comment 2015-10-14 11:30:36 +08:00
d01821579e *: Address comment 2015-10-14 11:06:09 +08:00
3a7e3ed2d0 *: Address comment 2015-10-14 10:38:18 +08:00
d50b6c5fcc *: Fix hibernate bug about col.Flen/Decimal 2015-10-13 18:11:11 +08:00
16d0c20fa6 util: add some comments
address review comment
2015-10-13 11:00:32 +08:00
8b4a5f0829 mvcc: address review comments 2015-10-12 18:39:18 +08:00
d7c5e24f9d types: Improve compare for DataItem 2015-10-10 17:48:08 +08:00
7ae6e3f9c8 Merge remote-tracking branch 'origin/master' into shenli/wrap-data 2015-10-10 16:09:10 +08:00
8b6121931e Merge pull request #262 from pingcap/coocood/fix-index-plan
plans:fix a bug in index plan
2015-10-10 09:13:52 +08:00
1509618ffd *: Pass all the test 2015-10-09 22:11:00 +08:00
67cb0f178a *: backup 2015-10-09 18:37:05 +08:00
c1851d3fa6 *: Use DataItem for cast function result
We can not infer result field type from nil.
2015-10-09 17:33:41 +08:00
041da15fd0 plan: address comments 2015-10-09 17:23:54 +08:00
70b9104122 Merge pull request #309 from pingcap/siddontang/fix-float-precision
fix float precision
2015-10-07 14:29:48 +08:00
85e96de270 Merge pull request #304 from pingcap/shenli/hash-password
*: Avoid store plaintext password in mysql.user table.
2015-10-07 11:38:16 +08:00
a926f6fbd0 util: Address comment 2015-10-07 11:17:50 +08:00
a5f93cb2e8 util: address comment. 2015-10-07 10:56:32 +08:00
bd93fb3f98 *: only truncate float when length and decimal are set 2015-10-07 10:44:48 +08:00
90983decff Merge branch 'master' into coocood/fix-index-plan
Conflicts:
	plan/plans/join.go
2015-10-07 09:56:02 +08:00
58d3c37f3e util: Address comment and add unittest for auth.go 2015-10-05 19:34:19 +08:00
948fa8bc2b *: Avoid store plaintext password in mysql.user table.
Store hashed password.
2015-10-04 22:31:37 +08:00
c4bf073996 util: do some cleanup. 2015-10-02 20:25:23 +08:00