Commit Graph

37 Commits

Author SHA1 Message Date
0373895334 *: Support time (#1282)
* *: support time
2016-06-02 10:48:09 +08:00
61532d7c4e *: Support monthname (#1279)
* *: support monthname
2016-06-01 14:02:53 +08:00
a05f3fde6d *: fix decimal fraction value. (#1271) 2016-05-31 10:29:02 +08:00
965e704412 executor: makes dirty table supports XAPI. (#1245) 2016-05-24 10:53:17 +08:00
3e09c29f41 mysql: fix fraction format (#1218)
* mysql: fix fraction format
2016-05-11 10:53:37 +08:00
9eecb2e0a6 *: Support using hexadecimal literals as string (#1196)
Support using hexadecimal literals as string
2016-05-04 16:11:46 +08:00
d78e4044cc *: fix misspells (#1143) 2016-04-22 11:30:37 +08:00
08034540f0 *: Add leak test
* *: add leak test and tiny clean up

* *: unify test format and add leak test

Conflicts:
	store/localstore/compactor_test.go
	mysql/error_test.go
*: add leak test
2016-04-07 20:53:45 +08:00
0b2c9f9eea mysql: fix cast date to int. 2016-04-02 20:12:08 +08:00
76388c2856 Merge pull request #1036 from pingcap/zxylvlp/change-datum-bit
util: Reserve mysql.Time change.
2016-04-01 13:21:40 +08:00
86f4459543 util: Reserve mysql.Time change. 2016-03-31 18:49:17 +08:00
xia
aaa7333359 mysql: rename Db to DB 2016-03-31 16:20:51 +08:00
afdf9a4ef6 Change mysql.Time to ptr in datum.
In this way, we can save the cost of the alloc of mysql.Time in interface.
In the future, we will change all mysql.Time to ptr to save the cost of copy mysql.Time struct.
2016-03-29 18:42:16 +08:00
xia
d1a5a25d92 mysql: update code and name format 2016-03-29 11:10:56 +08:00
ac12b71714 *: replace interface{} with Datum in convert. 2016-03-07 14:11:17 +08:00
aa04996297 *: Address comments and fix a bug in show stmt
1. Address comments
2. Add charset info in show stmt result field. Workbench can run show stmt now.
2016-01-17 12:44:51 +08:00
b607c8504b builtin: add time function dayname()
add builtin time function dayname()
2016-01-06 20:11:31 +08:00
405e6c57d4 add ast evaluation for date arith 2015-12-29 11:42:02 +08:00
xia
1ad237a952 Merge branch 'master' into zimuxia/store-status
Conflicts:
	plan/plans/info.go
2015-11-12 20:48:37 +08:00
xia
40f6d99748 *: store status variables to the db and add
the corresponding test
2015-11-11 12:32:40 +08:00
b3a137d8a8 *: Address comment 2015-11-11 12:26:44 +08:00
ea0953b328 Merge master and pass mysqldump dump data 2015-11-11 00:36:10 +08:00
65004572de *: Fix go check error 2015-11-06 17:52:02 +08:00
275d4cf3f8 *: Add some sql syntax to prevent mysqldump
Support lock/unlock/show table status
2015-11-06 15:59:06 +08:00
6eff296608 *: Address comment 2015-11-05 16:03:42 +08:00
0d1abd5f0b *: Implement ShowGrants for UserPrivileges and add some test cases 2015-10-28 13:27:49 +08:00
09b66390cf *: Support show grants syntax and add ShowGrant interface to UserPrivileges 2015-10-27 22:01:07 +08:00
c059a3b54c Merge pull request #423 from pingcap/shenli/add-priv-step3
Add privilege checker and bind it to session
2015-10-27 15:04:31 +08:00
fc6e4ec461 mysql: address comment. 2015-10-26 20:45:22 +08:00
017389e93b *: add tests. 2015-10-24 23:14:07 +08:00
4d777a841d mysql: typo. 2015-10-24 23:13:53 +08:00
e4b687858a mysql: update parseDatetime format. 2015-10-24 23:13:39 +08:00
00f431e39b *: Add global variable table
Create and init global variable table in bootstrap stage.
2015-10-23 16:15:03 +08:00
16c67665bf *: Address comment 2015-10-20 17:13:37 +08:00
138497aaf5 *: Add privilege checker and unit tests. 2015-10-20 16:46:58 +08:00
c14b723d6a *: Address comments 2015-10-19 20:51:44 +08:00
29369dba8f *: Rename mysqldef to mysql 2015-10-19 16:26:43 +08:00