Commit Graph

210 Commits

Author SHA1 Message Date
301ea1c93a *: Merge branch 'master' into siddontang/dev-schema-change 2015-11-13 09:41:12 +08:00
6d229525ac Merge pull request #576 from pingcap/coocood/index-point-lookup
plan: fix index point lookup.
2015-11-12 19:14:19 +08:00
c1b4921f6a Merge pull request #568 from pingcap/shenli/mysqldump
Add support for mysqldump
2015-11-12 16:03:25 +08:00
7bd318c835 plan: fix index point lookup.
The type converted seek value should be used to as the index key.
2015-11-12 11:53:22 +08:00
542bfebd36 *: merge master and fix conflict. 2015-11-12 10:21:50 +08:00
59e1187f18 plan: address comment. 2015-11-11 18:33:43 +08:00
2d36bc727b plan: fix comment. 2015-11-11 18:13:55 +08:00
78f9001f93 plan: call kv.Index Exists for point lookup.
Optimisation for index point lookup.
2015-11-11 18:09:55 +08:00
7daf2e92e2 Merge remote-tracking branch 'origin/master' into shenli/mysqldump
Conflicts:
	parser/scanner.l
2015-11-11 17:19:01 +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
xia
3684664f5d *: use terror instead of error 2015-11-10 20:16:22 +08:00
xia
809f5055b1 *: adjust the show status results and add test 2015-11-10 19:15:08 +08:00
2f334fc652 *: Merge branch 'master' into siddontang/dev-schema-change 2015-11-10 14:36:37 +08:00
xia
b1206037b5 *: update comments 2015-11-10 12:16:34 +08:00
xia
415085546b Merge branch 'master' into zimuxia/issue525
Conflicts:
	expression/variable.go
	parser/scanner.l
	plan/plans/show.go
	plan/plans/show_test.go
	stmt/stmts/set.go
2015-11-09 20:22:05 +08:00
xia
4bf9133d4a plan: support show status and add the test 2015-11-09 19:50:58 +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
7d49f39f2e *: Use Bind/Get global sysvar accessor instead of type assertion 2015-11-09 13:02:30 +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
a21673dff3 *: merge master and fix conflict. 2015-11-06 16:33:50 +08:00
275d4cf3f8 *: Add some sql syntax to prevent mysqldump
Support lock/unlock/show table status
2015-11-06 15:59:06 +08:00
5eb095dee1 plans: Add empty files table in information_schema
Fix mysqldump error.
2015-11-06 13:14:01 +08:00
6eff296608 *: Address comment 2015-11-05 16:03:42 +08:00
7b7f69eedf *: tiny refactor tables.AddRecord. 2015-11-03 17:06:56 +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
d36e07d092 *: use WriteableCols to tiny refactor and fix test. 2015-11-02 13:31:31 +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
32fe0db38b *: add create/drop index 2015-10-28 22:00:30 +08:00
7309adf048 *: Add test case for show grants plan and fix a few bugs 2015-10-28 16:52:58 +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
407d99967e *: Refactor some code to support global system variable. 2015-10-26 14:35:06 +08:00
73fe94095b *: Add index to global_variables table. 2015-10-23 17:20:37 +08:00
5993b6cd18 plans: Remove useless getInternalData 2015-10-21 14:36:45 +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
16c67665bf *: Address comment 2015-10-20 17:13:37 +08:00
4aeaeada1d *: clean up 2015-10-20 12:19:06 +08:00
c14b723d6a *: Address comments 2015-10-19 20:51:44 +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
06e7e891af Merge pull request #414 from pingcap/goroutine/rename
*: Rename mysqldef to mysql
2015-10-19 16:35:29 +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
fb3a51d834 *: checkIdent -> checkIdentAmbiguous 2015-10-19 12:51:53 +08:00
7976510b79 *: CheckReferAmbiguous -> GetIndex and update 2015-10-18 16:09:08 +08:00