Commit Graph

15 Commits

Author SHA1 Message Date
1f1a60c02a *: improve log (#1944)
Add logging for set system variable.
Add connection ID in log.
Adjust some log level.
Improve readability.
2016-11-04 17:11:10 +08:00
945fd1d371 *: add error trace (#1477) 2016-07-20 11:50:33 +08:00
5408833b9a ddl: improve ddl test (#1387) 2016-07-05 11:21:50 +08:00
c24ef9face util/testkit: print error stack when assert error. (#1381) 2016-07-02 12:59:22 +08:00
d78e4044cc *: fix misspells (#1143) 2016-04-22 11:30:37 +08:00
3a25f68469 *: replace interface with Datum in ast.Row. 2016-03-02 15:32:42 +08:00
xia
404e1348bd Merge branch 'master' into zimuxia/move-test 2016-03-02 09:56:18 +08:00
xia
539d2e5de2 *: move statement tests to executor package 2016-03-01 20:23:40 +08:00
784f135938 *: Remove duplicate getRows function 2016-03-01 15:55:21 +08:00
b5fbabc05e *: Remove plan.go/stmt.go/rset.go
Move interface into ast and remove interfaces.
2016-03-01 13:53:48 +08:00
32c6ee2cbf executor: support Explain 2016-02-24 17:46:59 +08:00
138a40eca7 *: Support grant stmt in new plan. 2016-02-17 14:51:07 +08:00
926fbab7c9 *: address comment, add more tests. 2015-12-31 12:01:06 +08:00
041da15fd0 plan: address comments 2015-10-09 17:23:54 +08:00
d4a9152d22 util: add testkit
The testkit package used to run sql statements and check results.
It simplifies testing code.
2015-09-24 13:48:28 +08:00