Commit Graph

4165 Commits

Author SHA1 Message Date
e1ecc1059e *: run a bootstrap session before store is ready (#2481) 2017-01-17 14:46:35 +08:00
e79a460a28 expression: change test for string_test. (#2458) 2017-01-17 14:27:25 +08:00
1e34270fe6 plan: refine code when retrieving agg columns. (#2466) 2017-01-17 13:47:53 +08:00
f386df1020 ddl: avoid assert in lock (#2482)
assert in lock may cause dead lock
2017-01-17 13:09:49 +08:00
d3f0612263 ddl: avoid assert in hook function. (#2479) 2017-01-16 16:38:29 +08:00
fce6256117 *: Clean up error trace (#2475) 2017-01-16 13:13:49 +08:00
5f6f101c9a executor: optimize begin (#2474) 2017-01-16 12:57:03 +08:00
2828e29a5b executor: refine statement count metrics (#2477) 2017-01-16 12:34:21 +08:00
ba8b6a9c26 fix bug of union type converting (#2471) 2017-01-16 12:09:27 +08:00
5bb751ee4b *: remove useless code (#2476) 2017-01-16 11:44:03 +08:00
527256627b ast: clean some code. (#2465) 2017-01-16 10:17:41 +08:00
244de11287 *: Make column test stable and fix prepare statement issue (#2473) 2017-01-15 22:59:05 +08:00
c5c4f85a62 session: add connection ID in retry log. (#2472) 2017-01-15 19:44:15 +08:00
42f570ab46 *: add 'max_allowed_packet' in common variables. (#2470)
To save a global query to TiKV when a new connection creates.
2017-01-15 15:52:05 +08:00
5940259073 ddl: tiny clean up (#2468) 2017-01-15 14:36:41 +08:00
8d426be68f store/tikv: make test stable. (#2467) 2017-01-15 14:00:33 +08:00
85e6afdfb6 distsql, store/tikv: refine metrics. (#2460) 2017-01-15 13:50:16 +08:00
122195718b executor: fix log format and add transaction start TS. (#2469) 2017-01-15 13:34:37 +08:00
c470a46283 *: remove useless code. (#2457) 2017-01-15 11:37:48 +08:00
67313335fa *: Support builtin function field (#2449) 2017-01-15 11:10:39 +08:00
304445514b plan: remove useless log (#2463) 2017-01-15 10:56:26 +08:00
8a62fc1caf *: clean code. (#2464) 2017-01-15 10:00:03 +08:00
9313558fea util/filesort: sort rows using file sort. (#2377) 2017-01-15 01:16:41 +08:00
3bfac81a4e *: add builtin function FROM_DAYS (#2434) 2017-01-15 01:10:47 +08:00
217c26bd0b *: Support the statement of rename table (#2444) 2017-01-15 00:58:10 +08:00
440b7653d4 *: fix a bug when aggregate function meet subquery. (#2452) 2017-01-14 16:23:56 +08:00
d0813e181f store/tikv: log more info for unexpected errors. (#2459) 2017-01-14 16:19:02 +08:00
5b7ec4c6cf ddl/ddl_db_test: locate errors occurred in goroutine (#2443) 2017-01-14 11:32:10 +08:00
1e9131d2ff store/tikv: fix cancel prewrite bug. (#2454) 2017-01-14 11:24:48 +08:00
afeccd0e32 parser: fix aggregate functions. (#2453) 2017-01-13 17:10:01 +08:00
554293a73e executor: add more information on slow dist sql. (#2451) 2017-01-13 14:41:11 +08:00
d1ef3e5687 *: add builtin function SIGN (#2427) 2017-01-13 10:31:05 +08:00
a3c1d47058 parser: count multiple expression doesn't return error. (#2429) (#2448) 2017-01-13 10:24:22 +08:00
849071221c Wrong behavior when executing alter table t add index c (c(3)); (#2432) (#2441) 2017-01-11 18:25:57 +08:00
5cefcaa688 tidb-server: change flag v to V (#2442) 2017-01-11 14:46:48 +08:00
0eaef417e8 type/util: add functions mixDateAndTime and getDateFromDaynr (#2407) 2017-01-11 11:00:35 +08:00
02dfb04c84 server: add metrics for error counter. (#2435)
Use terror error class and code to generate error label.
2017-01-11 10:33:28 +08:00
02511087c7 parser: handle timestamp default value with fsp specified (#2437) 2017-01-11 10:23:23 +08:00
293988b436 *: Fix a bug when binary literal has a charset prefix (#2438) 2017-01-11 10:16:51 +08:00
c234f27cdc plan: fix a bug about pushing limit (#2440) 2017-01-11 08:11:03 +08:00
5969e9ecad *: add builtin function TIMESTAMPDIFF (#2386) 2017-01-11 00:12:48 +08:00
261f271584 plan: fix a predicate push down bug. (#2439) 2017-01-10 20:10:14 +08:00
19c87888b4 expression: add new funcs map. (#2433) 2017-01-10 19:21:10 +08:00
07f756b818 plan/statistics: statistics support add index info (#2349) 2017-01-10 15:22:01 +08:00
7c66138042 executor: optimize delete statement. (#2421) 2017-01-10 15:13:00 +08:00
468af824a9 *: Fix the wrong error message and fix missing type (#2431) 2017-01-10 14:43:38 +08:00
0f15c2ec5d kv: limit transaction size, len, and entry length, reduce retry times (#2426) 2017-01-10 12:26:18 +08:00
e6187d8250 privilege/privileges: MySQLPrivilege caches mysql privilege table (#2388) 2017-01-10 12:11:09 +08:00
d4f1a0a28d ddl: Add the index key prefix limit (#2272) (#2380) 2017-01-10 11:32:20 +08:00
52c267959b expression: refactor rest functions. (#2416) 2017-01-09 23:53:46 +08:00