Commit Graph

  • 73f508dd4b plan: fix cost bug (#1547) zimulala 2016-08-03 16:44:37 +08:00
  • b7001066ac solve having column correctly. (#1546) Han Fei 2016-08-03 16:29:04 +08:00
  • 733bd400bb plan: Support “in” and “like” in new check (#1533) zimulala 2016-08-03 10:02:09 +08:00
  • 12e244e0e8 tidb-server: Change some int flag to bool (#1542) Shen Li 2016-08-02 23:01:29 +08:00
  • 8f93071389 *: Merge pprof and status port and add flag to set host (#1541) Shen Li 2016-08-02 22:23:46 +08:00
  • 0c72ae8712 ddl: increase sleep time (#1540) zimulala 2016-08-02 18:35:59 +08:00
  • acbfe2394f add arguments buffer to avoid making new slice frequently. (#1539) Han Fei 2016-08-02 17:20:11 +08:00
  • d639c0aa54 support single index read. (#1538) Han Fei 2016-08-02 16:13:50 +08:00
  • da6ceb949b add constant folding (#1534) HuaiyuXu 2016-08-02 15:45:58 +08:00
  • 6499d8aea0 store/tikv: mantain lastTS in pd oracle. (#1530) disksing 2016-08-02 13:21:52 +08:00
  • 08c69c8ffb executor: Fix limit bugs in new xapi executor (#1535) Shen Li 2016-08-02 10:10:43 +08:00
  • 96b8366b39 mysql: MyDecimal supports FromBin, ToBin, Compare, Add, Sub. (#1511) Ewan Chou 2016-08-01 18:51:16 +08:00
  • 398eec015d parser: move lexer's int/float/hex method to function (#1529) tiancaiamao 2016-08-01 18:44:54 +08:00
  • 896fcb34b1 localstore: Do not decode unused columns when doing aggregation (#1528) Shen Li 2016-08-01 18:29:02 +08:00
  • 0aa312bbef plan: fix convert to physical plan, when there are multiple index ranges (#1532) zimulala 2016-08-01 18:05:39 +08:00
  • 9a53a54fe7 fix a bug when push down conditions. (#1531) Han Fei 2016-08-01 17:18:09 +08:00
  • 9574322317 support join reorder. (#1522) Han Fei 2016-08-01 15:57:47 +08:00
  • 5cae3c3f90 more token values moved to yySymType's ident field (#1526) tiancaiamao 2016-08-01 13:18:15 +08:00
  • 0c65b7f978 store/tikv: change mutex style. (#1527) disksing 2016-08-01 12:13:04 +08:00
  • 8169806756 *: Use prometheus for metrics (#1525) Shen Li 2016-07-30 12:08:36 +08:00
  • 5344ba1652 travis: Change CI build cmd (#1524) Shen Li 2016-07-30 09:33:18 +08:00
  • d2b4ad8814 *: Pass make race (#1521) zimulala 2016-07-29 18:45:55 +08:00
  • 9c2ca4de89 Makefile: Add default task (#1519) Shen Li 2016-07-29 13:58:34 +08:00
  • 7bf53ff06b Makefile: Change make server to make, Change make to make dev (#1517) Shen Li 2016-07-29 13:00:33 +08:00
  • 470e7c245e parser: add an indent field for yySymType (#1516) tiancaiamao 2016-07-29 10:40:22 +08:00
  • b0e4096f3c fix bug of limit. (#1515) Han Fei 2016-07-28 17:58:13 +08:00
  • 60d0c97721 Hanfei/newplan (#1513) Han Fei 2016-07-28 14:11:57 +08:00
  • 4a4faccba3 Add builtin function hex (#1504) HuaiyuXu 2016-07-28 13:53:54 +08:00
  • 90e07a6738 *: resolve merge conflict in _vendor/Godeps/Godeps.json (#1510) tiancaiamao 2016-07-28 11:08:13 +08:00
  • a5aca8a5e1 store/tikv: udpate backoff. (#1506) disksing 2016-07-28 10:31:03 +08:00
  • b38a5cd6be mysql: MyDecimal add more methods and tests. (#1500) Ewan Chou 2016-07-27 23:14:22 +08:00
  • d7db368307 tidb-server: Change default log level to info (#1508) Shen Li 2016-07-27 17:38:06 +08:00
  • d17c49df80 *: update pd-client (#1505) Neil Shen 2016-07-27 16:07:41 +08:00
  • 9a5809943d *: fix show procedure status resolving error. (#1507) Ewan Chou 2016-07-27 15:02:44 +08:00
  • 8ad34f0ad9 parser: use yyLex.Error instead of (*lex).err (#1492) tiancaiamao 2016-07-27 14:42:40 +08:00
  • b42dae814a parser: move charset/collation/list fields to parser from lexer (#1491) tiancaiamao 2016-07-27 11:20:31 +08:00
  • 2b4acb0caf support cbo (#1498) Han Fei 2016-07-27 11:10:52 +08:00
  • 128af2e92a parser: store sql string in parser and move offset related method (#1493) tiancaiamao 2016-07-27 10:50:06 +08:00
  • c2831f6290 *: put goyacc tool into vendor (#1499) tiancaiamao 2016-07-27 10:30:10 +08:00
  • 04da3d2f8b parser: add testcases for lexer (#1503) tiancaiamao 2016-07-26 13:01:32 +08:00
  • 66198e6ce4 store/tikv: fix an unlock bug (#1502) zimulala 2016-07-25 17:42:56 +08:00
  • ffcd3ba927 *: Add docs repo link in README.md (#1501) Shen Li 2016-07-25 17:32:47 +08:00
  • 5fee2ffd9b parser: clean up unused code (#1480) tiancaiamao 2016-07-25 15:21:45 +08:00
  • 53cbe0c534 mysql: add MyDecimal data type. (#1486) Ewan Chou 2016-07-25 14:12:59 +08:00
  • 212ba73b4a util/codec: encode int64 to varint if not comparable (#1448) Ewan Chou 2016-07-25 12:52:06 +08:00
  • 6abc5d88b7 types: Fix bug for CalculateSum (#1497) Shen Li 2016-07-25 12:04:53 +08:00
  • f5a6c962b5 *: Change ctx.Value from interface{} to Datum (#1494) Shen Li 2016-07-25 10:42:54 +08:00
  • 4eec6caf58 *: Fix issue#1435 (#1467) zimulala 2016-07-23 19:08:15 +08:00
  • f780dc448f travis: Add go1.7rc3 (#1489) Shen Li 2016-07-23 18:03:57 +08:00
  • 432df5458b *: aggregate related code cleanup (#1488) Shen Li 2016-07-23 14:29:52 +08:00
  • 819703589b tidb-server: Add system time monitor for detecting if system time jum… (#1484) goroutine 2016-07-22 19:52:05 +08:00
  • ba59e7975c executor: Support aggregate push down in new index scan executor (#1485) Shen Li 2016-07-22 18:03:55 +08:00
  • 7ea65164c8 tikv: Enable xapi for avg/max/min (#1487) Shen Li 2016-07-22 16:52:00 +08:00
  • c66576ba05 Support aggregate push down in new executor (#1483) Shen Li 2016-07-22 13:15:41 +08:00
  • b33ab24109 *: Support set variable to default value. (#1481) Shen Li 2016-07-22 10:23:03 +08:00
  • cbddbcdcd0 *: fix add record panic (#1482) zimulala 2016-07-22 08:38:18 +08:00
  • 1e6e1ca6f0 *: Support binlog stmt (#1479) Shen Li 2016-07-21 13:39:15 +08:00
  • 7282f4283b add not push down during refining. (#1478) Han Fei 2016-07-21 10:31:08 +08:00
  • deac77f39f store/tikv: use defer to cleanup keys. (#1474) disksing 2016-07-20 13:13:57 +08:00
  • 945fd1d371 *: add error trace (#1477) zimulala 2016-07-20 11:50:33 +08:00
  • 8749945b0c *: add builtin function greatest (#1463) tiancaiamao 2016-07-20 11:32:14 +08:00
  • 3e7269eec1 *: remove the useless argument in exec (#1475) zimulala 2016-07-20 11:04:41 +08:00
  • 537abcbd84 parser: Allow "no" as an identifier (#1476) Shen Li 2016-07-20 10:46:31 +08:00
  • 1a10e4737a fix bug of interpreter. (#1473) Han Fei 2016-07-19 19:26:17 +08:00
  • c5c7ffdeb3 fix bug about aggr ppd. (#1472) Han Fei 2016-07-19 14:20:12 +08:00
  • 35133ef397 support semijoin without aux column, support semijoin for insubquery. (#1461) Han Fei 2016-07-19 11:36:32 +08:00
  • 5896bb9b64 fix a panic bug for subquery. (#1468) Han Fei 2016-07-18 18:45:18 +08:00
  • ed8bda4035 support select lock. (#1466) Han Fei 2016-07-18 15:50:44 +08:00
  • fea1d3e8ff fix a panic bug about subquery. (#1465) Han Fei 2016-07-18 14:18:58 +08:00
  • e402fc81ab *: add constraint for the length of the index prefix (#1462) tiancaiamao 2016-07-18 13:03:39 +08:00
  • 11d642520b fix a bug that select null from a index table. (#1464) Han Fei 2016-07-18 12:01:31 +08:00
  • ebcf42b371 parser: add a benchmark test for Parse (#1450) tiancaiamao 2016-07-18 11:18:25 +08:00
  • c4bf16d888 tikv: Enable Plus and Sum for xapi. (#1445) Shen Li 2016-07-18 10:51:32 +08:00
  • bd10f50e26 localstore xapi max/min (#1455) Shen Li 2016-07-17 17:44:59 +08:00
  • 7654b6b5d5 *: Support sleep function (#1457) zimulala 2016-07-16 13:48:45 +08:00
  • 61cdf69d16 parser: Support show keys statement (#1460) Shen Li 2016-07-16 13:46:16 +08:00
  • fe6386706e *: Update pd/kvproto vendor and change mock-pd interface (#1456) Shen Li 2016-07-15 22:38:50 +08:00
  • 815d2fd6b5 *: Add reason log for rollback txn (#1453) Shen Li 2016-07-15 18:05:35 +08:00
  • 224fc0596b support semi-join for exists. (#1454) Han Fei 2016-07-15 14:46:03 +08:00
  • a16baa5d6d *: Add switch for newplanner (#1458) Shen Li 2016-07-15 14:09:23 +08:00
  • 04eccb93f0 plan: fix like empty pattern panic. (#1449) Ewan Chou 2016-07-14 17:57:38 +08:00
  • 475f438318 Support go1.7rc1 (#1451) goroutine 2016-07-14 16:51:38 +08:00
  • e068bc5c8e refine code (#1447) Han Fei 2016-07-14 14:41:03 +08:00
  • 7c3c45a83c *: Support avg for localstore xapi (#1446) Shen Li 2016-07-14 12:34:58 +08:00
  • 0aa1191c78 *: tiny clean up (#1441) tiancaiamao 2016-07-14 11:15:04 +08:00
  • fda013b080 ddl: set default value to zero value when add a not null column. (#1443) Ewan Chou 2016-07-14 10:57:34 +08:00
  • 0e585ab047 *: remove make ddl_test and make ddl_race_test operations (#1442) zimulala 2016-07-14 08:55:52 +08:00
  • 2f697eb987 support index scan. (#1440) Han Fei 2016-07-13 18:16:51 +08:00
  • b23d798f75 plan/statistics: implement pseudo table and API to estimate row count. (#1434) Ewan Chou 2016-07-13 15:42:22 +08:00
  • 1cdb2cc18d Fix bugs in string literal unescape (#1432) Shen Li 2016-07-13 11:50:29 +08:00
  • cf0be8a233 executor: remove useless getTable function (#1439) zimulala 2016-07-13 11:26:43 +08:00
  • cca6cb56ef *: add empty help_topic table (#1438) Shen Li 2016-07-13 11:00:03 +08:00
  • d4f85c8138 Add get_lock() and key_column_usage table (#1437) Shen Li 2016-07-13 10:57:05 +08:00
  • 387f9d3192 plan: Tiny clean up (#1433) zimulala 2016-07-13 10:53:09 +08:00
  • 13910f108c ddl: fix ddl update join table. (#1426) Ewan Chou 2016-07-12 12:52:18 +08:00
  • dbf9b970f1 localstore: Check argument length for sum function. (#1428) Shen Li 2016-07-12 12:51:56 +08:00
  • ca10e4e127 store/tikv: remove radundant Mutex. (#1424) disksing 2016-07-12 10:15:14 +08:00
  • 2a24c3adac executor: Fix go vet (#1427) Shen Li 2016-07-11 20:29:08 +08:00
  • 883021fbb4 *: tiny clean up (#1425) zimulala 2016-07-11 18:03:59 +08:00
  • cbac6da6ee *: Remove SetCharsetStmt, use SetStmt instead (#1422) Shen Li 2016-07-11 16:22:33 +08:00